Metamath Proof Explorer


Theorem sspwimpALT2

Description: If a class is a subclass of another class, then its power class is a subclass of that other class's power class. Left-to-right implication of Exercise 18 of TakeutiZaring p. 18. Proof derived by completeusersproof.c from User's Proof in VirtualDeductionProofs.txt. The User's Proof in html format is displayed in https://us.metamath.org/other/completeusersproof/sspwimpaltvd.html . (Contributed by Alan Sare, 11-Sep-2016) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Assertion sspwimpALT2 ( 𝐴𝐵 → 𝒫 𝐴 ⊆ 𝒫 𝐵 )

Proof

Step Hyp Ref Expression
1 vex 𝑥 ∈ V
2 elpwi ( 𝑥 ∈ 𝒫 𝐴𝑥𝐴 )
3 id ( 𝐴𝐵𝐴𝐵 )
4 2 3 sylan9ssr ( ( 𝐴𝐵𝑥 ∈ 𝒫 𝐴 ) → 𝑥𝐵 )
5 elpwg ( 𝑥 ∈ V → ( 𝑥 ∈ 𝒫 𝐵𝑥𝐵 ) )
6 5 biimpar ( ( 𝑥 ∈ V ∧ 𝑥𝐵 ) → 𝑥 ∈ 𝒫 𝐵 )
7 1 4 6 sylancr ( ( 𝐴𝐵𝑥 ∈ 𝒫 𝐴 ) → 𝑥 ∈ 𝒫 𝐵 )
8 7 ex ( 𝐴𝐵 → ( 𝑥 ∈ 𝒫 𝐴𝑥 ∈ 𝒫 𝐵 ) )
9 8 ssrdv ( 𝐴𝐵 → 𝒫 𝐴 ⊆ 𝒫 𝐵 )