Step * 1 of Lemma strong-continuity-test-sp_wf


1. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
2. : ℕ
3. : ℕn ⟶ ℕ
4. : ℕ
⊢ strong-continuity-test-sp(M;n;f;k) ∈ ℕ?
BY
NatInd (-3) }

1
.....basecase..... 
1. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
2. : ℤ
3. : ℕ
⊢ ∀f:ℕ0 ⟶ ℕ(strong-continuity-test-sp(M;0;f;k) ∈ ℕ?)

2
.....upcase..... 
1. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
2. : ℕ
3. : ℤ
4. 0 < n
5. ∀f:ℕ1 ⟶ ℕ(strong-continuity-test-sp(M;n 1;f;k) ∈ ℕ?)
⊢ ∀f:ℕn ⟶ ℕ(strong-continuity-test-sp(M;n;f;k) ∈ ℕ?)


Latex:


Latex:

1.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  (\mBbbN{}?)
2.  n  :  \mBbbN{}
3.  f  :  \mBbbN{}n  {}\mrightarrow{}  \mBbbN{}
4.  k  :  \mBbbN{}
\mvdash{}  strong-continuity-test-sp(M;n;f;k)  \mmember{}  \mBbbN{}?


By


Latex:
NatInd  (-3)




Home Index