What does it mean when you have a set like A = {1, {2}, 3, 4}? Is {2} a subset within A?
Say I have the following:
A = {1, {2}, 3, 4}, B = {1, 2, {3}}, C = {1, 2}
How many elements are in $A \cap B \cap C$? 1 or 2?
What if I want to find $A \times B$, is there 6 elements or 12?