Essentially, I want to prove that $\forall x(x \notin x)$. I'm not sure where to begin with this. I have tried manipulating the axiom of specification to achieve this, as my guess is this is the axiom that enforces this (given it's purpose of eliminating Russell's paradox and the set of all sets, etc.).
In fact, I am trying to prove this statement as part of proving that the set of all sets doesn't exist. Here's my planned method:
- Assume that the set of all sets exist. From this I can derive $\exists x(x \in x)$
- Prove $\forall x(x \notin x)$, from which it follows that $\neg \exists x(x \in x)$
- A contradiction arises, disproving the assumption in 1.
I am working through a set theory book, and trying to write proofs to satisfy myself that various statements in the book are true. For all I know, this might be proven further in the book, and may require further axioms that I have not yet encountered. At this point the only axioms I have are extensionality and the axiom schema of specification. Perhaps I need other axioms not yet encountered?