Metamath Proof Explorer


Theorem mp3anl3

Description: An inference based on modus ponens. (Contributed by NM, 24-Feb-2005)

Ref Expression
Hypotheses mp3anl3.1
|- ch
mp3anl3.2
|- ( ( ( ph /\ ps /\ ch ) /\ th ) -> ta )
Assertion mp3anl3
|- ( ( ( ph /\ ps ) /\ th ) -> ta )

Proof

Step Hyp Ref Expression
1 mp3anl3.1
 |-  ch
2 mp3anl3.2
 |-  ( ( ( ph /\ ps /\ ch ) /\ th ) -> ta )
3 2 ex
 |-  ( ( ph /\ ps /\ ch ) -> ( th -> ta ) )
4 1 3 mp3an3
 |-  ( ( ph /\ ps ) -> ( th -> ta ) )
5 4 imp
 |-  ( ( ( ph /\ ps ) /\ th ) -> ta )