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


1. Type
2. n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕn?)
3. : ℕ
4. : ℕn ⟶ T
5. : ℕn
⊢ strong-continuity-test-bound(M;n;f;b) ∈ ℕn?
BY
NatInd (-3) }

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

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


Latex:


Latex:

1.  T  :  Type
2.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  T)  {}\mrightarrow{}  (\mBbbN{}n?)
3.  n  :  \mBbbN{}
4.  f  :  \mBbbN{}n  {}\mrightarrow{}  T
5.  b  :  \mBbbN{}n
\mvdash{}  strong-continuity-test-bound(M;n;f;b)  \mmember{}  \mBbbN{}n?


By


Latex:
NatInd  (-3)




Home Index