Excerpt from the textbook:
$M = \{a, \{b,c\}\}$. Which of the following statements are true?
- $a \in M$
- $b \in M$
- $a \subseteq M$
- $\{a\} \subseteq M$
- $\{b,c\} \in M$
- $\{b,c\} \subseteq M$
Solution: 1, 4 and 5 are correct
I do not get why 6 should not be a true statement or how it is supposed to differ from 4. If something is an element of a set is it not automatically a subset as well? Am I missing something or is this an error in the textbook?
Thank You
If something is an element of a set, it is not necessary a subset. For a sillier example if your set were the numbers $\{1,2,3\}$, then $1 \in \{1,2,3,\}$, but $\{1\} \subseteq \{1,2,3\}$.
For you example of the set $M$, the elements of $M$ are $a$ and $\{b,c\}$. That second element is itself a set, which I think is the source of your confusion. But yeah, $\{b,c\} \in M$, but $\{b,c\}\nsubseteq M$, and hopefully it'll help your understanding if I say that $\{\{b,c\}\} \subseteq M$ (set that contains the element $\{a,b\}$ is a subset of $M$).