Step * 1 of Lemma strong-continuity-test_wf


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

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

2
.....upcase..... 
1. Type
2. n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ?)
3. : ℕ?
4. : ℤ
5. 0 < n
6. ∀f:ℕ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