Step * of Lemma fact-increasing

[m:ℕ]. ∀[n:ℕ+].  (n <  (n)! < (m)!)
BY
(InductionOnNat THEN Auto) }

1
1. : ℤ
2. 0 < m
3. ∀[n:ℕ+]. (n <  (n)! < (m 1)!)
4. : ℕ+
5. n < m@i
⊢ (n)! < (m)!


Latex:


Latex:
\mforall{}[m:\mBbbN{}].  \mforall{}[n:\mBbbN{}\msupplus{}].    (n  <  m  {}\mRightarrow{}  (n)!  <  (m)!)


By


Latex:
(InductionOnNat  THEN  Auto)




Home Index