From what I understand, if $A$ is a set, then $B$ is a subset of $A$ if and only if all the members of $B$ are also members of $A$. $(B ⊆ A)$
However, I have come across two questions whose solutions I can't understand
$\{b,c\}⊆\{\{a,b\},\{b,c\},\{a,c\}\}$ (False)
Why this is false when it appears that $\{b,c\}$ is contained within the set $\{\{a,b\},\{b,c\},\{a,c\}\}?$
Similiarly, I understand that membership as: $A∈B$ if $B$ is a set and A belongs to it
$\{a,b,c\} ∈ \{b,c,a\}$ (False)
I don't understand why this is false, as all the members of $A$ ($a, b$ and $c)$ appear to be members of $B$ ($b, c, a$)?
I would appreciate any help in clarifying this, thank you
$\{b,c\}$ is not a subset of $\{\{a,b\},\{b,c\},\{a,c\}\}$ because $\{\{a,b\},\{b,c\},\{a,c\}\}$ does not contain the elements $b$ and $c.$ In the same way, $\{b,c,a\}$ does not contain the whole set $\{a,b,c\}$ so it doesn't belong to the former set. It would be true if the statement was : $\{\{a,b,c\}\} \in \{b,c,a,\{a,b,c\}\}$
Hope it clears your doubt.