Metamath Proof Explorer


Theorem adh-minimp-idALT

Description: Derivation of id (reflexivity of implication, PM *2.08 WhiteheadRussell p. 101) from adh-minimp-ax1 , adh-minimp-ax2 , and ax-mp . It uses the derivation written DD211 in D-notation. (See head comment for an explanation.) Polish prefix notation: Cpp . (Contributed by ADH, 10-Nov-2023) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Assertion adh-minimp-idALT
|- ( ph -> ph )

Proof

Step Hyp Ref Expression
1 adh-minimp-ax1
 |-  ( ph -> ( ps -> ph ) )
2 adh-minimp-ax1
 |-  ( ph -> ( ( ps -> ph ) -> ph ) )
3 adh-minimp-ax2
 |-  ( ( ph -> ( ( ps -> ph ) -> ph ) ) -> ( ( ph -> ( ps -> ph ) ) -> ( ph -> ph ) ) )
4 2 3 ax-mp
 |-  ( ( ph -> ( ps -> ph ) ) -> ( ph -> ph ) )
5 1 4 ax-mp
 |-  ( ph -> ph )