Step * of Lemma strong-continuity3-half-squash-equipollent

[T:Type]. ∀[B:Type]. (T  (∀F:(ℕ ⟶ B) ⟶ ℕ. ⇃(strong-continuity3(B;F)))) supposing (T ⊆r ℕ) ∧ (↓T)
BY
(Auto
   THEN RenameVar `e' (-2)
   THEN (Assert ⇃(strong-continuity3(T;λf.(F ((fst(e)) f)))) BY
               (BLemma `strong-continuity3-half-squash` THEN Auto))
   THEN (UnHalfSquash THENA Auto)
   THEN UnHalfSquashConcl
   THEN Auto) }

1
1. [T] Type
2. T ⊆r ℕ
3. ↓T
4. [B] Type
5. B
6. (ℕ ⟶ B) ⟶ ℕ
7. strong-continuity3(T;λf.(F ((fst(e)) f)))
⊢ strong-continuity3(B;F)


Latex:


Latex:
\mforall{}[T:Type]
    \mforall{}[B:Type].  (T  \msim{}  B  {}\mRightarrow{}  (\mforall{}F:(\mBbbN{}  {}\mrightarrow{}  B)  {}\mrightarrow{}  \mBbbN{}.  \00D9(strong-continuity3(B;F))))  supposing  (T  \msubseteq{}r  \mBbbN{})  \mwedge{}  (\mdownarrow{}T)


By


Latex:
(Auto
  THEN  RenameVar  `e'  (-2)
  THEN  (Assert  \00D9(strong-continuity3(T;\mlambda{}f.(F  ((fst(e))  o  f))))  BY
                          (BLemma  `strong-continuity3-half-squash`  THEN  Auto))
  THEN  (UnHalfSquash  THENA  Auto)
  THEN  UnHalfSquashConcl
  THEN  Auto)




Home Index