What does the following set notation mean:
$$\{\{1\},\{2\}\}$$
What are the elements or subsets of this set?
Is this the same as $\{1,2\}$?
What about $$\{\{1\}\}$$ ?
What does the following set notation mean:
$$\{\{1\},\{2\}\}$$
What are the elements or subsets of this set?
Is this the same as $\{1,2\}$?
What about $$\{\{1\}\}$$ ?
$\big\{\{1\},\{2\}\big\}$ means the set that contains $\{1\}$ and $\{2\}$. It's in no way the same as $\{1,2\}$ which contains $1$ and $2$, and not $\{1\}$ and $\{2\}$.
The elements of the set $\{\{1\},\{2\}\}$ are $\{1\}$ and $\{2\}$. It is not equal to $\{1,2\}$.