Step * of Lemma strong-continuity-test-bound-prop1

[T:Type]. ∀[M:n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕn?)]. ∀[n:ℕ]. ∀[f:ℕn ⟶ T]. ∀[b:ℕn].
  ((↑isl(strong-continuity-test-bound(M;n;f;b)))  (strong-continuity-test-bound(M;n;f;b) (inl b) ∈ (ℕn?)))
BY
((UnivCD THENA Auto) THEN NatInd (-4) THEN (UnivCD THENA Auto)) }

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

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


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[M:n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  T)  {}\mrightarrow{}  (\mBbbN{}n?)].  \mforall{}[n:\mBbbN{}].  \mforall{}[f:\mBbbN{}n  {}\mrightarrow{}  T].  \mforall{}[b:\mBbbN{}n].
    ((\muparrow{}isl(strong-continuity-test-bound(M;n;f;b)))
    {}\mRightarrow{}  (strong-continuity-test-bound(M;n;f;b)  =  (inl  b)))


By


Latex:
((UnivCD  THENA  Auto)  THEN  NatInd  (-4)  THEN  (UnivCD  THENA  Auto))




Home Index