Step
*
2
1
2
of Lemma
regularize_wf
1. k : ℕ+
2. f : ℕ+ ⟶ ℤ
3. n : ℕ+
4. ¬↑regular-upto(k;n;f)
5. ∃n:ℕ. (↑((λn.(¬bregular-upto(k;n;f))) n))
6. ∃n:ℕ. (↑¬bregular-upto(k;n;f))
7. v : ℕ
8. mu(λn.(¬bregular-upto(k;n;f))) = v ∈ ℕ
9. ¬↑regular-upto(k;v;f)
10. ∀[i:ℕ]. ¬↑¬bregular-upto(k;i;f) supposing i < v
11. ¬(v = 0 ∈ ℤ)
⊢ eval m = v - 1 in
  eval j = seq-min-upper(k;m;f) in
    (n * ((f j) + (2 * k))) ÷ k * j ∈ ℤ
BY
{ CaseNat 1 `v' }
1
1. k : ℕ+
2. f : ℕ+ ⟶ ℤ
3. n : ℕ+
4. ¬↑regular-upto(k;n;f)
5. ∃n:ℕ. (↑((λn.(¬bregular-upto(k;n;f))) n))
6. ∃n:ℕ. (↑¬bregular-upto(k;n;f))
7. v : ℕ
8. mu(λn.(¬bregular-upto(k;n;f))) = v ∈ ℕ
9. ¬↑regular-upto(k;v;f)
10. ∀[i:ℕ]. ¬↑¬bregular-upto(k;i;f) supposing i < v
11. ¬(v = 0 ∈ ℤ)
12. v = 1 ∈ ℤ
⊢ eval m = 1 - 1 in
  eval j = seq-min-upper(k;m;f) in
    (n * ((f j) + (2 * k))) ÷ k * j ∈ ℤ
2
1. k : ℕ+
2. f : ℕ+ ⟶ ℤ
3. n : ℕ+
4. ¬↑regular-upto(k;n;f)
5. ∃n:ℕ. (↑((λn.(¬bregular-upto(k;n;f))) n))
6. ∃n:ℕ. (↑¬bregular-upto(k;n;f))
7. v : ℕ
8. mu(λn.(¬bregular-upto(k;n;f))) = v ∈ ℕ
9. ¬↑regular-upto(k;v;f)
10. ∀[i:ℕ]. ¬↑¬bregular-upto(k;i;f) supposing i < v
11. ¬(v = 0 ∈ ℤ)
12. ¬(v = 1 ∈ ℤ)
⊢ eval m = v - 1 in
  eval j = seq-min-upper(k;m;f) in
    (n * ((f j) + (2 * k))) ÷ k * j ∈ ℤ
Latex:
Latex:
1.  k  :  \mBbbN{}\msupplus{}
2.  f  :  \mBbbN{}\msupplus{}  {}\mrightarrow{}  \mBbbZ{}
3.  n  :  \mBbbN{}\msupplus{}
4.  \mneg{}\muparrow{}regular-upto(k;n;f)
5.  \mexists{}n:\mBbbN{}.  (\muparrow{}((\mlambda{}n.(\mneg{}\msubb{}regular-upto(k;n;f)))  n))
6.  \mexists{}n:\mBbbN{}.  (\muparrow{}\mneg{}\msubb{}regular-upto(k;n;f))
7.  v  :  \mBbbN{}
8.  mu(\mlambda{}n.(\mneg{}\msubb{}regular-upto(k;n;f)))  =  v
9.  \mneg{}\muparrow{}regular-upto(k;v;f)
10.  \mforall{}[i:\mBbbN{}].  \mneg{}\muparrow{}\mneg{}\msubb{}regular-upto(k;i;f)  supposing  i  <  v
11.  \mneg{}(v  =  0)
\mvdash{}  eval  m  =  v  -  1  in
    eval  j  =  seq-min-upper(k;m;f)  in
        (n  *  ((f  j)  +  (2  *  k)))  \mdiv{}  k  *  j  \mmember{}  \mBbbZ{}
By
Latex:
CaseNat  1  `v'
Home
Index