Metamath Proof Explorer


Theorem ex-natded5.8

Description: Theorem 5.8 of Clemente p. 20, translated line by line using the usual translation of natural deduction (ND) in the Metamath Proof Explorer (MPE) notation. 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 (the leading "..." shows an embedded ND hypothesis, beginning with the initial assumption of the ND hypothesis):

#MPE#ND Expression MPE TranslationND Rationale MPE Rationale
110;11 ( ( ps /\ ch ) -> -. th ) ( ph -> ( ( ps /\ ch ) -> -. th ) ) Given $e; adantr to move it into the ND hypothesis
23;4 ( ta -> th ) ( ph -> ( ta -> th ) ) Given $e; adantr to move it into the ND hypothesis
37;8 ch ( ph -> ch ) Given $e; adantr to move it into the ND hypothesis
41;2 ta ( ph -> ta ) Given $e. adantr to move it into the ND hypothesis
56 ...| ps ( ( ph /\ ps ) -> ps ) ND Hypothesis/Assumption simpr . New ND hypothesis scope, each reference outside the scope must change antecedent ph to ( ph /\ ps ).
69 ... ( ps /\ ch ) ( ( ph /\ ps ) -> ( ps /\ ch ) ) /\I 5,3 jca ( /\I), 6,8 ( adantr to bring in scope)
75 ... -. th ( ( ph /\ ps ) -> -. th ) ->E 1,6 mpd ( ->E), 2,4
812 ... th ( ( ph /\ ps ) -> th ) ->E 2,4 mpd ( ->E), 9,11; note the contradiction with ND line 7 (MPE line 5)
913 -. ps ( ph -> -. ps ) -.I 5,7,8 pm2.65da ( -.I), 5,12; proof by contradiction. MPE step 6 (ND#5) does not need a reference here, because the assumption is embedded in the antecedents

The original used Latin letters; 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. To add an assumption, the antecedent is modified to include it (typically by using adantr ; simpr is useful when you want to depend directly on the new assumption). 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.8-2 .

(Contributed by Mario Carneiro, 9-Feb-2017) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Hypotheses ex-natded5.8.1 φ ψ χ ¬ θ
ex-natded5.8.2 φ τ θ
ex-natded5.8.3 φ χ
ex-natded5.8.4 φ τ
Assertion ex-natded5.8 φ ¬ ψ

Proof

Step Hyp Ref Expression
1 ex-natded5.8.1 φ ψ χ ¬ θ
2 ex-natded5.8.2 φ τ θ
3 ex-natded5.8.3 φ χ
4 ex-natded5.8.4 φ τ
5 4 adantr φ ψ τ
6 2 adantr φ ψ τ θ
7 5 6 mpd φ ψ θ
8 simpr φ ψ ψ
9 3 adantr φ ψ χ
10 8 9 jca φ ψ ψ χ
11 1 adantr φ ψ ψ χ ¬ θ
12 10 11 mpd φ ψ ¬ θ
13 7 12 pm2.65da φ ¬ ψ