Step * of Lemma assert-regular-upto

[k,n:ℕ]. ∀[f:ℕ+ ⟶ ℤ].  (↑regular-upto(k;n;f) ⇐⇒ ∀i,j:ℕ+1.  (|(i (f j)) (f i)| ≤ ((2 k) (i j))))
BY
Auto }

1
1. : ℕ
2. : ℕ
3. : ℕ+ ⟶ ℤ
4. ↑regular-upto(k;n;f)
5. : ℕ+1
6. : ℕ+1
⊢ |(i (f j)) (f i)| ≤ ((2 k) (i j))

2
1. : ℕ
2. : ℕ
3. : ℕ+ ⟶ ℤ
4. ∀i,j:ℕ+1.  (|(i (f j)) (f i)| ≤ ((2 k) (i j)))
⊢ ↑regular-upto(k;n;f)


Latex:


Latex:
\mforall{}[k,n:\mBbbN{}].  \mforall{}[f:\mBbbN{}\msupplus{}  {}\mrightarrow{}  \mBbbZ{}].
    (\muparrow{}regular-upto(k;n;f)  \mLeftarrow{}{}\mRightarrow{}  \mforall{}i,j:\mBbbN{}\msupplus{}n  +  1.    (|(i  *  (f  j))  -  j  *  (f  i)|  \mleq{}  ((2  *  k)  *  (i  +  j))))


By


Latex:
Auto




Home Index