Step
*
1
2
2
1
1
of Lemma
decidable__proper_divisor
1. n : ℤ
2. n < 3
3. 2 ≤ n
4. n | 3
⊢ False
BY
{ TACTIC:(CaseNat 2 `n'
          THEN Auto'
          THEN ElimVar `n'
          THEN (RWO "divides_iff_rem_zero" (-1)  THENM Reduce (-1))
          THEN Auto) }
Latex:
Latex:
1.  n  :  \mBbbZ{}
2.  n  <  3
3.  2  \mleq{}  n
4.  n  |  3
\mvdash{}  False
By
Latex:
TACTIC:(CaseNat  2  `n'
                THEN  Auto'
                THEN  ElimVar  `n'
                THEN  (RWO  "divides\_iff\_rem\_zero"  (-1)    THENM  Reduce  (-1))
                THEN  Auto)
Home
Index