I'm having issues getting my head around cartesian products and their cardinalities.
$A = \{0, 1, \{2, 3, 4\}\}$
$B = \{1,5\}$
$D = B \times N$ (where $N$ is the set of natural numbers)
The first problem: What is the cardinality of:
(a) $A \times B$ (cartesian product)
(b) $A \times D$
Part 2: true/false (a) $N$ is a subset of $D$
for (a) I used $|A \times B|$ = $|A| * |B|$ and got $3*2 = 6$
is this the correct way to do this?
for (b) I assumed that the cardinality was infinite since it involved the set of natural numbers, am I correct in assuming this?
for part 2 (a) I assumed that it was true since $D$ contains the natural set so presumably the natural set is a subset of $D$, am I correct in assuming this?