Step * of Lemma strong-continuity3_functionality_surject

[T,S:Type].
  ∀g:T ⟶ S. (Surj(T;S;g)  (∀F:(ℕ ⟶ S) ⟶ ℕ(strong-continuity3(T;λf.(F (g f)))  strong-continuity3(S;F))))
BY
(Auto
   THEN -1
   THEN Reduce -1
   THEN (FLemma `surject-inverse` [4] THENA Auto)
   THEN -1
   THEN RenameVar `j' (-2)
   THEN With ⌜λn,f. (M (j f))⌝ 
   THEN Auto
   THEN Reduce 0) }

1
1. [T] Type
2. [S] Type
3. T ⟶ S
4. Surj(T;S;g)
5. (ℕ ⟶ S) ⟶ ℕ
6. n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ?)
7. ∀f:ℕ ⟶ T. ∃n:ℕ(((M f) (inl (F (g f))) ∈ (ℕ?)) ∧ (∀m:ℕ((↑isl(M f))  (m n ∈ ℕ))))
8. S ⟶ T
9. ∀x:S. ((g (j x)) x ∈ S)
10. : ℕ ⟶ S
⊢ ∃n:ℕ(((M (j f)) (inl (F f)) ∈ (ℕ?)) ∧ (∀m:ℕ((↑isl(M (j f)))  (m n ∈ ℕ))))


Latex:


Latex:
\mforall{}[T,S:Type].
    \mforall{}g:T  {}\mrightarrow{}  S
        (Surj(T;S;g)
        {}\mRightarrow{}  (\mforall{}F:(\mBbbN{}  {}\mrightarrow{}  S)  {}\mrightarrow{}  \mBbbN{}.  (strong-continuity3(T;\mlambda{}f.(F  (g  o  f)))  {}\mRightarrow{}  strong-continuity3(S;F))))


By


Latex:
(Auto
  THEN  D  -1
  THEN  Reduce  -1
  THEN  (FLemma  `surject-inverse`  [4]  THENA  Auto)
  THEN  D  -1
  THEN  RenameVar  `j'  (-2)
  THEN  D  0  With  \mkleeneopen{}\mlambda{}n,f.  (M  n  (j  o  f))\mkleeneclose{} 
  THEN  Auto
  THEN  Reduce  0)




Home Index