Let S be a set, determine the following is true or false
S ⊆ {S}
I know this is false, because S can be mulitple elements but {S} contain only one element. However what if I put some numbers into S, for example, S = {1,2,3} Therefore now:
{1,2,3} ⊆ {{1,2,3}},
Is it true or false?
The set $\{1,2,3\}$ has three elements, the numbers 1 2 and 3. On the other hand the set $\{\{1,2,3\}\}$ contains only one element which is the set $\{1,2,3\}$.
By definition, a set $A$ is a subset of $B$ $(A\subseteq B)$ if every element in $A$ is an element in $B$.
In the previous example $\{1,2,3\}$ is not a subset of $\{\{1,2,3\}\}$ as $1$ is an element in $\{1,2,3\}$ yet is not an element in $\{\{1,2,3\}\}$ (simply because $1\not = \{1,2,3\}$).