I have a problem that asks me this:
If $A = \{a, b, c\}$ and $B = \{b, \{c\}\}$, is $B$ a subset of $A$?
What I'm confused about is if you treat $\{c\}$ and $c$ as the same elements.
I'm sort of confident that $\{c\}$ is distinct from $c$ and this would not be a subset, but I want to make sure.