I'm in Theory of Computation, I've already taken Set Theory so I'm familiar with the terminology but this question is not making sense to me.
Let $C$ be a set of sets defined as follows:
$\emptyset\in C$
If $S_1\in C$ and $S_2\in C$ then $\{S_1, S_2\}\in C$.
If $S_1\in C$ and $S_2\in C$ then $S_1\times S_2\in C$.
Nothing is in $C$ except that which follows from (1), (2), and (3).
b) Give an example of a set $S$ of ordered pairs such that $S\in C$, and $|S|>1$
c) Does $C$ contain any infinite sets?
d) Is $C$ countable or uncountable?
I'm not looking for an answer, just a way of understanding what exactly is going on and a way to find the answer would be a lifesaver!
Thank you!
According to 1 and 2, the set $\{\emptyset,\emptyset\} = \{\emptyset\}$ is in $C$ (taking $S_1=S_2=\emptyset$). Note this is not the empty set, for it's not empty.
According again to 1 and 2 and the fact we just proved, the set $s:=\{\emptyset, \{\emptyset\}\}$ is in the set. (Taking $S_1=\emptyset$, $S_2=\{\emptyset\}$).
According to 3, taking $S_1=S_2=s$, we have $t:=\{(\emptyset,\emptyset),(\emptyset,\{\emptyset\}),(\{\emptyset\},\emptyset),(\{\emptyset\},\{\emptyset\})\}$ in the set. Note the round parentheses, meaning ordered pairs, introduced by the Cartesian product.