- #1
LaMantequilla
- 8
- 0
Homework Statement
Prove that if P(A) [itex]\subseteq[/itex] P(B) then A [itex]\subseteq[/itex] B,
where A and B are two sets and P symbolizes the power set (set of all subsets) of a particular set.
Homework Equations
The Attempt at a Solution
Okay, so here goes.
Because it's a conditional, we suppose P(A)[itex]\subseteq[/itex] P(B), and make it a "given."
From there, we look at the goal ( A[itex]\in[/itex] B ), and let x be arbitrary such that x [itex]\in[/itex] A [itex]\rightarrow[/itex] x [itex]\in[/itex] B. Because x is arbitrary, we suppose x [itex]\in[/itex] A.
So far, we have:
Givens:
P(A) is a subset of P(B), or [itex]\forall[/itex]y( y [itex]\in[/itex] P(A) [itex]\rightarrow[/itex] y [itex]\in[/itex] P(B)
x [itex]\in[/itex] A
Goals:
x [itex]\in[/itex] B
So this is where it falls apart. Looking at the given above, I see the opportunity for universal instantiation. However, in order to do that I need to know some variable that y [itex]\in[/itex] P(A), or that y [itex]\subseteq[/itex] A. I see neither. Can you help me?