Step
*
1
of Lemma
strong-continuity-test_wf
1. T : Type
2. M : n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ?)
3. n : ℕ
4. f : ℕn ⟶ T
5. b : ℕ?
⊢ strong-continuity-test(M;n;f;b) ∈ ℕ?
BY
{ TACTIC:NatInd (-3) }
1
.....basecase..... 
1. T : Type
2. M : n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ?)
3. n : ℤ
4. b : ℕ?
⊢ ∀f:ℕ0 ⟶ T. (strong-continuity-test(M;0;f;b) ∈ ℕ?)
2
.....upcase..... 
1. T : Type
2. M : n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ?)
3. b : ℕ?
4. n : ℤ
5. 0 < n
6. ∀f:ℕn - 1 ⟶ T. (strong-continuity-test(M;n - 1;f;b) ∈ ℕ?)
⊢ ∀f:ℕn ⟶ T. (strong-continuity-test(M;n;f;b) ∈ ℕ?)
Latex:
Latex:
1.  T  :  Type
2.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  T)  {}\mrightarrow{}  (\mBbbN{}?)
3.  n  :  \mBbbN{}
4.  f  :  \mBbbN{}n  {}\mrightarrow{}  T
5.  b  :  \mBbbN{}?
\mvdash{}  strong-continuity-test(M;n;f;b)  \mmember{}  \mBbbN{}?
By
Latex:
TACTIC:NatInd  (-3)
Home
Index