Do I understand correctly that without the Axiom of regularity (aka Axiom of foundation): $$\forall x\left(x=\varnothing\ {\Large\lor}\ \exists y\left(y \in x\ {\Large\land}\ y \cap x = \varnothing\right)\right)$$ there would be a possibility that there are different sets $p\ne q$ such that $p=\{p\}$ and $q=\{q\}$, seemingly having identical structure $\{\{\{...\}\}\}$ but still not ruled out by the Axiom of extensionality, because they have different elements $p\ne q$?
-
@Hayden I know that this is ruled out by the Axiom of regularity, but I'm asking about a theory without this axiom. – Vladimir Reshetnikov Jun 08 '14 at 06:04
-
Yes, it's perfectly consistent with the axiom of extensionality that there be two such sets (which are called "Quine atoms"). Indeed, just take two elements $x\not = y$ and let $E = {\langle x, x\rangle, \langle y, y\rangle}$. Then $\langle{x, y}, E\rangle$ will model extensionality. The reason is that each of $x$ and $y$ contain an element which the other doesn't - so neither is co-extensional with the other. – Jun 08 '14 at 06:17
-
On the other hand, the anti-foundation axiom rules this out. Essentially, because both sets have identical ``structure'', as you say. This is formalized by associating to each set a certain tagged graph, and the axiom basically says that each such graph corresponds to a unique set. See here. – Andrés E. Caicedo Sep 22 '17 at 17:12
1 Answers
Yes. This is consistent. Such sets ($x=\{x\}$) are sometimes called Quine Atoms. And indeed if $x,y$ are two different Quine atoms, then $x\neq y$ because $x\notin y$ and $y\in y$ (and vice versa) witness that.
Back in the 1960s you can find works related to the axiom of choice which used those instead of urelements (atoms which are not sets) for building permutation models.
Namely we start with a set of a particular size, whose elements are all different Quine atoms, and we construct a von Neumann-like hierarchy from that set (reiterating power sets), so the model we get is a model of $\sf ZFC-Fnd$, and with the usual urelements constructions we can construct counterexamples to the axiom of choice.
Notable users of this technique are Specker and Lauchli.

- 393,674