Metamath Proof Explorer


Theorem ex-natded5.2

Description: Theorem 5.2 of Clemente p. 15, translated line by line using the interpretation of natural deduction in Metamath. For information about ND and Metamath, see the page on Deduction Form and Natural Deduction in Metamath Proof Explorer. The original proof, which uses Fitch style, was written as follows:

#MPE#ND Expression MPE TranslationND Rationale MPE Rationale
15 ( ( ps /\ ch ) -> th ) ( ph -> ( ( ps /\ ch ) -> th ) ) Given $e.
22 ( ch -> ps ) ( ph -> ( ch -> ps ) ) Given $e.
31 ch ( ph -> ch ) Given $e.
43 ps ( ph -> ps ) ->E 2,3 mpd , the MPE equivalent of ->E, 1,2
54 ( ps /\ ch ) ( ph -> ( ps /\ ch ) ) /\I 4,3 jca , the MPE equivalent of /\I, 3,1
66 th ( ph -> th ) ->E 1,5 mpd , the MPE equivalent of ->E, 4,5

The original used Latin letters for predicates; we have replaced them with Greek letters to follow Metamath naming conventions and so that it is easier to follow the Metamath translation. The Metamath line-for-line translation of this natural deduction approach precedes every line with an antecedent including ph and uses the Metamath equivalents of the natural deduction rules. Below is the final Metamath proof (which reorders some steps). A much more efficient proof, using more of Metamath and MPE's capabilities, is shown in ex-natded5.2-2 . A proof without context is shown in ex-natded5.2i . (Contributed by Mario Carneiro, 9-Feb-2017) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Hypotheses ex-natded5.2.1 ( 𝜑 → ( ( 𝜓𝜒 ) → 𝜃 ) )
ex-natded5.2.2 ( 𝜑 → ( 𝜒𝜓 ) )
ex-natded5.2.3 ( 𝜑𝜒 )
Assertion ex-natded5.2 ( 𝜑𝜃 )

Proof

Step Hyp Ref Expression
1 ex-natded5.2.1 ( 𝜑 → ( ( 𝜓𝜒 ) → 𝜃 ) )
2 ex-natded5.2.2 ( 𝜑 → ( 𝜒𝜓 ) )
3 ex-natded5.2.3 ( 𝜑𝜒 )
4 3 2 mpd ( 𝜑𝜓 )
5 4 3 jca ( 𝜑 → ( 𝜓𝜒 ) )
6 5 1 mpd ( 𝜑𝜃 )