Build a model of a universe of sets while the axiom of pairing fails.

set-theory

I'm new to set theory and came across this question in our notes. I don't know how to continue. The question is:

Build a model of a universe of sets where for each set $a$, the collection $\{a\}$ forms a set, while the axiom of pairing fails.

The axiom of pairing says:

The axiom of pairing states that for any two sets $a$ and $b$, there exists a set having $a$ and $b$ as its only elements. We write
\begin{equation}
\{a,b\} = \{x | [x=a]\vee [x=b]\}
\end{equation}

When $a=b$ we also write:
\begin{equation}
\{a\} = \{a,a\}
\end{equation}

How can we show that there does not exist a set containing two other sets as its only elements? As soon as I try to place restrictions on either of these two sets, it gets invalidated by the $\vee$ because it's just a collection of all the elements of either sets. So even if we add a constraint on one set that, for example, says "this set cannot contain any elements from $b$", it doesn't matter because the $\vee$ basically ignores that. I don't know if that made sense…

Can anyone give me some tips on how to construct universes that break axioms in general?

Here's a list of all the axioms we know of (in class):

  1. Axiom of equality of sets (Axiom of extensionality)
  2. The empty set axiom
  3. The axiom of restricted comprehension
  4. The axiom of pairing

Best Answer

I would guess by the wording of the problem that nothing needs to be satisfied other than what is written. One could start here by finding a simple, explicit universe where for any $a,$ $\{a\}$ always exists (so instead of trying to violate pairing, try to make the other condition succeed). Here is the simplest one that comes to mind: Start with an empty set $\varnothing$. Then add a set $\{\varnothing\}$ that just contains the empty set, then the set $\{\{\varnothing\}\}$ that just contains that, and so on. (In other words, just take the closure of $\varnothing$ under the operation $a\mapsto \{a\}.$) If this universe violates pairing, you're done, and it should be pretty clear that it does.

A more abstract example would be a universe $\{a,b\}$ where $a\ne b$ and $a=\{a\}$ and $b=\{b\}.$ (Alternatively, you could take $a=\{b\}$ and $b=\{a\}$.) These kinds of sets violate our intuition since if you try to 'unpack their contents' you wind up in an infinite loop, but they're legal unless you assume the axiom of foundation.

Related Question