Step * of Lemma regular-iff-all-regular-upto

No Annotations
k:ℕ+. ∀x:ℕ+ ⟶ ℤ.  (k-regular-seq(x) ⇐⇒ ∀b:ℕ+(↑regular-upto(k;b;x)))
BY
(Auto THEN (All (RWO "assert-regular-upto") THENA Auto) THEN All (Unfold `regular-int-seq`) THEN Auto) }

1
1. : ℕ+
2. : ℕ+ ⟶ ℤ
3. ∀b:ℕ+. ∀i,j:ℕ+1.  (|(i (x j)) (x i)| ≤ ((2 k) (i j)))
4. : ℕ+
5. : ℕ+
⊢ |(m (x n)) (x m)| ≤ ((2 k) (n m))


Latex:


Latex:
No  Annotations
\mforall{}k:\mBbbN{}\msupplus{}.  \mforall{}x:\mBbbN{}\msupplus{}  {}\mrightarrow{}  \mBbbZ{}.    (k-regular-seq(x)  \mLeftarrow{}{}\mRightarrow{}  \mforall{}b:\mBbbN{}\msupplus{}.  (\muparrow{}regular-upto(k;b;x)))


By


Latex:
(Auto
  THEN  (All  (RWO  "assert-regular-upto")  THENA  Auto)
  THEN  All  (Unfold  `regular-int-seq`)
  THEN  Auto)




Home Index