Is P(A) ⊆ P(B) a Sufficient Condition for A ⊆ B?

  • Context: Graduate 
  • Thread starter Thread starter YamiBustamante
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
YamiBustamante
Messages
17
Reaction score
0
There's what I have so far.
We assume that P(A) ⊆ P(B). This means that every element x that exists in P(A), also exits in P(B). By definition of a power set, x∈P(A) if x ⊆ A. Therefore, A∈P(A). Since P(A) ⊆ P(B), A∈P(B), meaning all x ⊆ A, x ∈ P(B). Furthermore, B∈P(B), meaning all x ⊆ B, x ∈ P(B). Since x ⊆ A and x ⊆ B and P(A) ⊆ P(B), A ⊆ B.

Is my proof correct?
 
Physics news on Phys.org
YamiBustamante said:
x∈P(A) if x ⊆ A. Therefore, A∈P(A).
You need to put in an extra step to justify this 'therefore'.

I can't make anything of what is written after that. It doesn't seem to prove the required conclusion.

You've shown (after adding the extra step) that A is in the powerset of A.
Can you prove that it's therefore in the powerset of B? (very easy)
If you can prove that, just use the definition of 'powerset' to get to your conclusion.
 
Your statements are not organized in the way a proof should be. So it is hard to follow your logic. Start with an arbitrary x in A and show, step-by-step that x is in B:
x∈A
Then what does that say about x and P(A)?
Then what does that say about x and P(B)?
Then what does that say about x and B?
 
Sorry but if ##x\in A## then ##\{x\} \in \mathcal{P}(A)## because is a singleton and by original assumption ##\{x\}\in \mathcal{P}(B)## so ##\{x\}## is a subset of ##B## that is (by transitivity of the order ##\subseteq ##) ##x\in B##. This hold for every ##x\in A## so the conclusion. I have lost something?