3

I think that the answer is 2, but I'm not 100% sure. If the answer isn't 2, could someone help lead me to the correct answer?

  • 1
    The answer is $2$, because the two elements $a$ and ${a,{a}}$ are different, else we would have $a\in a$. (This is excluded by set axioms.) – dan_fulea Oct 22 '18 at 18:02
  • Sam, where did you get the question? Do you need to prove that $a\neq {a,{a}}$? – Ennar Oct 22 '18 at 18:04

1 Answers1

4

Let $b = \{a,\{a\}\}$. Then your set is $\{a,b\}$ which has $2$ elements, since $a\neq b$. The thing that $b$ is a set with two elements itself doesn't change the number of elements of $\{a,b\}$.

To prove $a\neq b$, assume the contrary. Then, $a\in a$, which is in contradiction with axiom of regularity.

Ennar
  • 23,082