MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  ex-natded5.5 Structured version   Visualization version   GIF version

Theorem ex-natded5.5 30832
Description: Theorem 5.5 of [Clemente] p. 18, 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
12;3 (𝜓𝜒) (𝜑 → (𝜓𝜒)) Given $e; adantr 486 to move it into the ND hypothesis
25 ¬ 𝜒 (𝜑 → ¬ 𝜒) Given $e; we'll use adantr 486 to move it into the ND hypothesis
31 ...| 𝜓 ((𝜑𝜓) → 𝜓) ND hypothesis assumption simpr 490
44 ... 𝜒 ((𝜑𝜓) → 𝜒) E 1,3 mpd 16 1,3
56 ... ¬ 𝜒 ((𝜑𝜓) → ¬ 𝜒) IT 2 adantr 486 5
67 ¬ 𝜓 (𝜑 → ¬ 𝜓) I 3,4,5 pm2.65da 829 4,6

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 𝜑 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 486; simpr 490 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 is mtod 201; a proof without context is shown in mto 200.

(Contributed by David A. Wheeler, 19-Feb-2017.) (Proof modification is discouraged.) (New usage is discouraged.)

Hypotheses
Ref Expression
ex-natded5.5.1 (𝜑 → (𝜓𝜒))
ex-natded5.5.2 (𝜑 → ¬ 𝜒)
Assertion
Ref Expression
ex-natded5.5 (𝜑 → ¬ 𝜓)

Proof of Theorem ex-natded5.5
StepHypRef Expression
1 simpr 490 . . 3 ((𝜑𝜓) → 𝜓)
2 ex-natded5.5.1 . . . 4 (𝜑 → (𝜓𝜒))
32adantr 486 . . 3 ((𝜑𝜓) → (𝜓𝜒))
41, 3mpd 16 . 2 ((𝜑𝜓) → 𝜒)
5 ex-natded5.5.2 . . 3 (𝜑 → ¬ 𝜒)
65adantr 486 . 2 ((𝜑𝜓) → ¬ 𝜒)
74, 6pm2.65da 829 1 (𝜑 → ¬ 𝜓)
Colors of variables:    wff setvar class
This proof depends on syntax axioms:  ¬ wn 3  wi 4  wa 401
This proof depends on axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8
This proof depends on definitions:  df-bi 210  df-an 402
This theorem is used by: (None)
  Copyright terms: Public domain W3C validator