Step * 2 of Lemma assert-strong-regular-upto


1. : ℕ
2. : ℕ
3. : ℕ
4. : ℕ+ ⟶ ℤ
5. ∀i,j:ℕ+1.  ((a |(i (f j)) (f i)|) ≤ (b (i j)))
⊢ ↑strong-regular-upto(a;b;n;f)
BY
(Unfold `strong-regular-upto` THEN RWW "assert-bdd-all" THEN Auto) }


Latex:


Latex:

1.  a  :  \mBbbN{}
2.  b  :  \mBbbN{}
3.  n  :  \mBbbN{}
4.  f  :  \mBbbN{}\msupplus{}  {}\mrightarrow{}  \mBbbZ{}
5.  \mforall{}i,j:\mBbbN{}\msupplus{}n  +  1.    ((a  *  |(i  *  (f  j))  -  j  *  (f  i)|)  \mleq{}  (b  *  (i  +  j)))
\mvdash{}  \muparrow{}strong-regular-upto(a;b;n;f)


By


Latex:
(Unfold  `strong-regular-upto`  0  THEN  RWW  "assert-bdd-all"  0  THEN  Auto)




Home Index