Step * of Lemma assert-strong-regular-upto

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

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

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


Latex:


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


By


Latex:
Auto




Home Index