Could someone help me out with these set theory proofs? \(A\), \(B\) and \(C\) are sets, and the questions are independent of each other.
Q1. Show that if , then .
Q2. If , show that .
Note: denotes the power set of .
Also, could you provide me an faster solution to this question? The question is 'Show that '. My method is to assume that , and prove that , and hence say that , and prove vice versa. I find this method extremely lengthy. Is there a faster method?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Q3: Let's suppose that P(A)=P(B).
Let x∈A. Then ∃C∈P(A):x∈C. Let C∈P(A) be in that conditions. By hypothesis, we have that C∈P(B), this means that x∈C⊆B, so x∈B.
Now, y∈B. Then ∃D∈P(B):x∈D. Let D∈P(B) be in that conditions. By hypothesis, we have that D∈P(A), this means that y∈D⊆A, so y∈A.
In conclusion, A=B.
Q1: Show that if x∈C∖B, then x∈C∖A.
Q2: This basically says that if you are given P(A), then you can uniquely determine the set A. For example, if P(A)={∅,{1},{4},{5},{1,4},{1,5},{4,5},{1,4,5}}, then what is A? You just need to generalize this idea.
As for your last question, I don't think there's a faster way. That's the traditional approach for showing that two sets are equal. Sometimes, you may be able to use some identity that you have proven before, but I doubt that's the cas here.
Log in to reply
Oh okay. Makes sense. Thank you! I'll come back to you with the second one if I don't get it.