Why does the curly bracket do not equal to the double curly brackets?

$\begingroup$

$\{a\} \neq \{\{a\}\}$

$\{a\}$ is the set whose only element is the a (and no others). $\{\{a\}\}$ is the set whose only element is the set $\{a\}$.

Does this mean the 'element a' is not equal to 'set $\{a\}$'?

$\endgroup$ 2

3 Answers

$\begingroup$

Even though people sometimes get sloppy about it, $a$ and $\{a\}$ are not the same object. $a$ is the only element of the set $\{a\}$.

$\endgroup$ $\begingroup$

They are not equal.

Intuitively, $\{a\}$ means a set which contains an element $a$; while $\{\{a\}\}$ means a set that contains a set $\{a\}$ as its element.

From ZFC axiom: Every non-empty set $x$ contains a member $y$ such that $x$ and $y$ are disjoint sets.

$\endgroup$ $\begingroup$

In general: $$\{x\}=\{y\}\iff x=y$$

Then we can conclude that also:$$\{x\}\neq\{y\}\iff x\neq y$$

Applying that in your case we find that the statement $\{a\}\neq\{\{a\}\}$ is the same statement as $a\neq\{a\}$.


Sidenote:

If also the axiom of regularity is accepted then this statement is true for every $a$.

This because on base of that axiom it can be proved that $a\notin a$ is true for every $a$ while $a=\{a\}$ implies that $a\in a$.

$\endgroup$ 6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like