Ø ∈ {Ø}?
True
Ø ∈ Ø?
False
a set CANNOT be an element of a set
Ø ⊆ {5}?
True
{2} ⊆ {{2}}?
False
{2} is an element of {{2}}, not a subset
{2} ∈ {{2}}?
True
{3, {3}} ≠ {3}?
True
{1}={1,1,1}?
True, duplicates get counted as the same element
{1,2}={2,1}?
True, order doesn’t matter
{5,4,4,3,5}={3,4,5}?
True
{3,3,4} ⊆ {3,4}?
True
If B = Ø , then |B| = ?
0
empty sets have 0 elements
|A| = n, | P(A) | = ?
2^n
the power set contains all subsets of the given set