I am a total beginner in set theory and currently work through Jech's "Introduction to Set Theory." In the first Chapter, Jech introduces the axioms of Existence, Extensionality, Comprehension, Pair, Union, and Power Set. However, he does not really explain what elements of sets are. Given this background, the following exercise is difficult for me to solve:
Exercise: Proof that the set of all sets does not exist. (Hint: Assume that a set $V$ exists such that $V = \{x \in V: x \notin x\}$).
What I am confused about:
What does $x \notin x$ even mean? To go deeper, two more general questions:
What is an element of a set, and how is it defined? Is an element of a set always a set?
And if an element of a set is not necessarily a set , then how can I even say something like "$x \notin x$"?
One way I tried to explain 1. and 2. to myself is as follows:
Given the axioms I mentioned above, I tried to construct a set that is not the empty set. To do so, I used the axiom of pair: Let $A, B$ be empty sets. Then, using the Pair Axiom, there must exist a set $B$ s.t. for all elements of $B,$ either $x = A$ or $x = B.$
Hence, $B = \{\emptyset\} \not= \emptyset.$ I also realise that the elements of sets created by the Pair Axiom must be sets.
Is that a solid start? How can I deduce from this that for all sets, it is true that all elements are sets? Maybe, by showing that any set that is not the empty set must have been generated via the Pair Axiom?
And once I have that, how can I interpret a statement like $x \notin x$?
Only one of $x \in x$ and $\lnot (x \in x)$ can be true, which one is it and why?
– Zius May 17 '25 at 11:55Thanks a lot. One more thing: the Axiom of Schema Comprehension seems really weird to me. If we can define a set such that element abide to any statement that we can possibly have about $x,$ we can say really weird things (like $x \in x$) :(
– Zius May 17 '25 at 12:32