Metamath Proof Explorer


Theorem uunT11

Description: A deduction unionizing a non-unionized collection of virtual hypotheses. (Contributed by Alan Sare, 4-Feb-2017) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Hypothesis uunT11.1
|- ( ( T. /\ ph /\ ph ) -> ps )
Assertion uunT11
|- ( ph -> ps )

Proof

Step Hyp Ref Expression
1 uunT11.1
 |-  ( ( T. /\ ph /\ ph ) -> ps )
2 3anass
 |-  ( ( T. /\ ph /\ ph ) <-> ( T. /\ ( ph /\ ph ) ) )
3 truan
 |-  ( ( T. /\ ( ph /\ ph ) ) <-> ( ph /\ ph ) )
4 anidm
 |-  ( ( ph /\ ph ) <-> ph )
5 2 3 4 3bitri
 |-  ( ( T. /\ ph /\ ph ) <-> ph )
6 5 1 sylbir
 |-  ( ph -> ps )