Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: theory: mathematics

Topic: Exploration into Sets


view this post on Zulip Julius Hamilton (Jul 01 2024 at 19:00):

This is a sketch of some thoughts which I hope will be a warm-up to some more rigorous questions about set theory that I can write up hopefully later today. Let me know if you have any thoughts or critiques on what I say. Thank you.

Exploration Into Sets.pdf

view this post on Zulip Nathan Corbyn (Jul 02 2024 at 05:47):

The latter part of this seems to be hinting at the idea of the constructible hierarchy and Gödel’s constructible universe

view this post on Zulip Jack Jia (Jul 22 2024 at 16:30):

Very interestong. One thing that I always wondered is that when we think about "things", do we implicitly assume that we can "reach", or "interact" with these "things"? (like with morphisms going in or out, and as you mentioned we can also see these interactions as "things".)

I think human behaviors are based on perception, so it probably doesn't make much sense to talk about "just a thing" without refering to specific kinds of interactions.

Another question I always have is that monad in Latin means "an elementary individual substance which reflects the order of the world and from which material properties are derived", maybe the discoverer/inventor of monad thinks "things" should automatically come with a binary operation? I don't quite understand why though.

view this post on Zulip Julius Hamilton (Jul 26 2024 at 01:20):

I'd like to hear your thoughts on all of those questions, they also interest me as well!

view this post on Zulip Julius Hamilton (Jul 26 2024 at 01:48):

This is just my next step forward in trying to basically define set theory in terms of free algebra, I think. It is in rough condition and I had help from an AI, but it is a step in the direction I want to go in.

settheorycategorytheory3.pdf

view this post on Zulip Julius Hamilton (Jul 26 2024 at 15:45):

I'd really like to discuss the formal definition of the constructible universe if anyone would like to.

https://en.wikipedia.org/wiki/Constructible_universe

Screenshot-2024-07-26-at-9.11.41AM.png

It appears that XX is a collection of sets, and z1,,znz_1, \ldots, z_n elements of XX. I'm not sure if Φ(y,z1,,zn)\Phi(y, z_1, \ldots, z_n) means a formula where the only constants are y,z1,,zny, z_1, \ldots, z_n, or that it must have at least all of those constants? I think it says that this formula must hold true for set XX, and that Def(X)\text{Def}(X) is therefore the set of all elements of xx which satisfy any first-order formula! So maybe this is an example:

If XX is \emptyset, then I think Def(X)\text{Def}(X) should be all sets which can be obtained from an application of an axiom of ZFC to \emptyset. I am pretty sure all you can define is {}\{\emptyset\} and the set stated to exist by the axiom of infinity:

Screenshot-2024-07-26-at-9.23.36AM.png

For the next stage, I believe we can create a lot more sets, because of the axiom of specification. I think we can specify subsets of ω\omega using well-formed formulae. I think that we can order these formulae using something like a Gödel numbering. However, I think I am looking for a simpler numbering system than that.

I am now thinking of something which will help me in many situations regarding term algebras and free algebras, I think. For any algebraic signature with mm nn-ary relations, we can order the relations by their arity. If two relations have the same arity, we can choose an arbitrary order for them. Next, impose an arbitrary order for the generator elements for the algebra. For each arity nn, create the nn-fold product of the generators, which I believe has an inherent ordering. For each tuple in the product, apply the operation to create a new term.

This would allow you to biject the natural numbers to the term algebra, I believe. And it would allow you to define a "generation rank" for sets of terms - those constructed in stage 0, stage 1, stage 2, etc.

I look forward to exploring this idea further and making use of it!

view this post on Zulip James E Hanson (Aug 14 2024 at 02:36):

@Julius Hamilton You have the behavior of Def(X)\mathrm{Def}(X) a little bit wrong. Def(X)\mathrm{Def}(X) is the set of all subsets of XX that are first-order definable in the structure (X,)(X,\in) with parameters. In particular, this means that Def({})\mathrm{Def}(\{\varnothing\}) is just going to be {,{}}\{\varnothing,\{\varnothing\}\}.

view this post on Zulip Julius Hamilton (Sep 02 2024 at 17:10):

Thanks. Sorry for the delayed response, as I had turned my attention to others topics.