Metamath Proof Explorer


Theorem sbcbiVD

Description: Implication form of sbcbii . The following User's Proof is a Virtual Deduction proof completed automatically by the tools program completeusersproof.cmd, which invokes Mel L. O'Cat's mmj2 and Norm Megill's Metamath Proof Assistant. sbcbi is sbcbiVD without virtual deductions and was automatically derived from sbcbiVD .

1:: |- (. A e. B ->. A e. B ).
2:: |- (. A e. B ,. A. x ( ph <-> ps ) ->. A. x ( ph <-> ps ) ).
3:1,2: |- (. A e. B ,. A. x ( ph <-> ps ) ->. [. A / x ]. ( ph <-> ps ) ).
4:1,3: |- (. A e. B ,. A. x ( ph <-> ps ) ->. ( [. A / x ]. ph <-> [. A / x ]. ps ) ).
5:4: |- (. A e. B ->. ( A. x ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) ).
qed:5: |- ( A e. B -> ( A. x ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) )
(Contributed by Alan Sare, 18-Mar-2012) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Assertion sbcbiVD
|- ( A e. B -> ( A. x ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) )

Proof

Step Hyp Ref Expression
1 idn1
 |-  (. A e. B ->. A e. B ).
2 idn2
 |-  (. A e. B ,. A. x ( ph <-> ps ) ->. A. x ( ph <-> ps ) ).
3 spsbc
 |-  ( A e. B -> ( A. x ( ph <-> ps ) -> [. A / x ]. ( ph <-> ps ) ) )
4 1 2 3 e12
 |-  (. A e. B ,. A. x ( ph <-> ps ) ->. [. A / x ]. ( ph <-> ps ) ).
5 sbcbig
 |-  ( A e. B -> ( [. A / x ]. ( ph <-> ps ) <-> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) )
6 5 biimpd
 |-  ( A e. B -> ( [. A / x ]. ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) )
7 1 4 6 e12
 |-  (. A e. B ,. A. x ( ph <-> ps ) ->. ( [. A / x ]. ph <-> [. A / x ]. ps ) ).
8 7 in2
 |-  (. A e. B ->. ( A. x ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) ).
9 8 in1
 |-  ( A e. B -> ( A. x ( ph <-> ps ) -> ( [. A / x ]. ph <-> [. A / x ]. ps ) ) )