An Exercise in Kunen (A Model for Foundation, Pairing,...)

754 Views Asked by At

This is exercise I.4.18 in Kunen's Set Theory.

Derive $\forall y (y \notin y)$ from the Axioms of Comprehension and Foundation. Don't use the Pairing or Extensionality Axioms. Then find a 2 element model for Foundation, Extensionality, Pairing, and Union, plus $\exists y \forall x (x \in y)$ (so of course, $y \in y$).

Hint. If $y \in y$ use Comprehension to form $x := \{y\}$; the fact that there may be more than one $x$ doesn't affect the proof.

My attempt:

Suppose for contradiction $\exists y (y \in y)$. Fix such a $y$. Let $x = \{z \in y \mid z = y\}$ so by Comprehension we have that $x = \{y\}$. But then we see that $y \in x$ and $y \in y$ contradicting the Foundation Axiom which says: $\exists y (y \in x) \implies \exists y (y \in x \wedge \neg\exists z (z \in x \wedge z \in y)$.

That part I didn't have too much trouble with, but I can't for the life of me figure out the second part of the question. Every configuration I make of two elements hasn't worked. I'm sure there is a very simple and obvious answer, so please let me know! This has stumped me for the last couple days!

Thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

Take the universe to be $\{x,y\}$. Let $\in=\{(x,y),(y,y)\}$. That is $x$ is the "empty set" and $y$ contains everything. Extensionality follows trivially. Foundation follows trivially as well because the only non-empty set contains the empty set. Union is also true since $\bigcup y = y$ and $\bigcup x=x$. Pairing is trivially true because Kunen defines pairing as $\forall x\forall y\exists z(x\in z\land y\in z)$, so the universal set is there to provide the pair of any sets.

Notice however that if the pairing axiom was $\forall x\forall y\exists z(\forall w(w\in z\leftrightarrow w=x\lor w=y))$, then there is no 2 element model that satisfies all these axioms. To see this let $\{x,y\}$ to be the universe and let the universal set be $y$. Then by pairing $\{x\}$ exists and by extensionality it is different from $y$ (since one contains one element while the other contains two). Hence $\{x\}=x$. From this foundation fails, exactly as you showed it in your proof.