Step
*
of Lemma
odd-or-even
∀n:ℤ. (↑(isOdd(n) ∨bisEven(n)))
BY
{ (Auto THEN InstLemma `mod_bounds` [⌜n⌝;⌜2⌝]⋅ THEN Auto) }
1
1. n : ℤ@i
2. 0 ≤ (n mod 2)
3. n mod 2 < 2
⊢ (↑isOdd(n)) ∨ (↑isEven(n))
Latex:
Latex:
\mforall{}n:\mBbbZ{}.  (\muparrow{}(isOdd(n)  \mvee{}\msubb{}isEven(n)))
By
Latex:
(Auto  THEN  InstLemma  `mod\_bounds`  [\mkleeneopen{}n\mkleeneclose{};\mkleeneopen{}2\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index