- #1
dustbin
- 240
- 5
Let A={1, 2} and B={∅}. First, I find the power set of A and the power set of B:
P(A)= { ∅, {1}, {2}, {1, 2} }
P(B)= { ∅, {∅} }
I believe the power sets are correct. I'm still new to the concept of power sets. Anyway, my main question is regarding cartesian product of power sets. I'm asked to find P(A)xP(B). I'm a bit confused when doing this operation due to the null set and set containing a null set.
This is my attempt:
P(A)xP(B)= { ∅, ({1}, {∅}), ({2}, {∅}), ({1,2}, {∅}) }
From my understanding, any nonempty set A multiplied by ∅ is Ax∅=∅. Is my answer correct?
P(A)= { ∅, {1}, {2}, {1, 2} }
P(B)= { ∅, {∅} }
I believe the power sets are correct. I'm still new to the concept of power sets. Anyway, my main question is regarding cartesian product of power sets. I'm asked to find P(A)xP(B). I'm a bit confused when doing this operation due to the null set and set containing a null set.
This is my attempt:
P(A)xP(B)= { ∅, ({1}, {∅}), ({2}, {∅}), ({1,2}, {∅}) }
From my understanding, any nonempty set A multiplied by ∅ is Ax∅=∅. Is my answer correct?