Step * of Lemma increasing_implies

No Annotations
[k:ℕ]. ∀[f:ℕk ⟶ ℤ].  {∀[x,y:ℕk].  x < supposing x < y} supposing increasing(f;k)
BY
((Unfold `guard` THEN Auto) THEN All (Unfold `increasing`)) }

1
1. : ℕ
2. : ℕk ⟶ ℤ
3. ∀i:ℕ1. i < (i 1)
4. : ℕk
5. : ℕk
6. x < y
⊢ x < y


Latex:


Latex:
No  Annotations
\mforall{}[k:\mBbbN{}].  \mforall{}[f:\mBbbN{}k  {}\mrightarrow{}  \mBbbZ{}].    \{\mforall{}[x,y:\mBbbN{}k].    f  x  <  f  y  supposing  x  <  y\}  supposing  increasing(f;k)


By


Latex:
((Unfold  `guard`  0  THEN  Auto)  THEN  All  (Unfold  `increasing`))




Home Index