I dont understand this sets question

51 Views Asked by At

Let $A = \{\{0\}\}$ and $B = \{0\}$. Which of the following statements are true and which are false? Justify each of your answers.

  1. $|A| = |B|$ (10 marks)
  2. $A \cap B = \emptyset $ (10 marks)
  3. $A \cap \mathcal{P}(B) = \emptyset $ (10 marks)

*$\mathcal{P}(B)$ denotes te power set of $B$.

3

There are 3 best solutions below

0
On

If $A = \{ \{ 0 \} \}$, then $A$ has exactly one element; if $B = \{ 0 \}$, then $B$ has exactly one element; so $|A| = |B|$. Moreover, we have $0 \notin A$ and $\{ 0 \} \notin B$, so $A \cap B = \varnothing$. Finally, note that $P(B) = \{ \varnothing, B \}$ and $A = \{ B \}$; then $P(B) \cap A = B \neq \varnothing$.

0
On
  1. $|A| = |B|$

What is the cardinal of $A$? $A$ only has one element, $\{0\}$, so $|A|=1$. $B$ has one element, $0$, so $|B|=1$

We have $|A|=|B|$

  1. $A ∩ B = ∅$

Which element are at the same time in $A$ and $B$? $\{0\}$ is not in $B$, and $0$ is not in $A$, so $A ∩ B = ∅ $is true

3.$ A ∩ P(B) = ∅$

What is $P(B$)? $p(B)= \{∅,\{0\}\}$ we have $A ∩ P(B) = A \neq ∅$

0
On

Rewrite $A$ as $\{B\}$. It is clear that 1 is true: $\lvert A\rvert =1=\lvert B\rvert$.

2 is true since $A$ and $B$ have each one element, and these elements are distinct.

3 is false, since $\mathcal P(B)=\{\varnothing, B\}$ and $B\in A$. Actually, $A\subset \mathcal P(B)$.