Step * 1 1 of Lemma strong-continuity-implies2


1. (ℕ ⟶ ℕ) ⟶ ℕ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
3. ∀f:ℕ ⟶ ℕ((↓∃n:ℕ((M f) (inl (F f)) ∈ (ℕ?))) ∧ (∀n:ℕ(M f) (inl (F f)) ∈ (ℕ?) supposing ↑isl(M f)))
⊢ ↓∃M:n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
    ∀f:ℕ ⟶ ℕ(↓∃n:ℕ(((M f) (inl (F f)) ∈ (ℕ?)) ∧ (∀m:ℕ((↑isl(M f))  (m n ∈ ℕ)))))
BY
(D THEN InstConcl [⌜λn,f. strong-continuity-test(M;n;f;M f)⌝]⋅ THEN Try (CpltAuto)) }

1
1. (ℕ ⟶ ℕ) ⟶ ℕ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
3. ∀f:ℕ ⟶ ℕ((↓∃n:ℕ((M f) (inl (F f)) ∈ (ℕ?))) ∧ (∀n:ℕ(M f) (inl (F f)) ∈ (ℕ?) supposing ↑isl(M f)))
⊢ ∀f:ℕ ⟶ ℕ
    (↓∃n:ℕ
       ((((λn,f. strong-continuity-test(M;n;f;M f)) f) (inl (F f)) ∈ (ℕ?))
       ∧ (∀m:ℕ((↑isl((λn,f. strong-continuity-test(M;n;f;M f)) f))  (m n ∈ ℕ)))))


Latex:


Latex:

1.  F  :  (\mBbbN{}  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  \mBbbN{}
2.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  (\mBbbN{}?)
3.  \mforall{}f:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}
          ((\mdownarrow{}\mexists{}n:\mBbbN{}.  ((M  n  f)  =  (inl  (F  f))))  \mwedge{}  (\mforall{}n:\mBbbN{}.  (M  n  f)  =  (inl  (F  f))  supposing  \muparrow{}isl(M  n  f)))
\mvdash{}  \mdownarrow{}\mexists{}M:n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  (\mBbbN{}?)
        \mforall{}f:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}.  (\mdownarrow{}\mexists{}n:\mBbbN{}.  (((M  n  f)  =  (inl  (F  f)))  \mwedge{}  (\mforall{}m:\mBbbN{}.  ((\muparrow{}isl(M  m  f))  {}\mRightarrow{}  (m  =  n)))))


By


Latex:
(D  0  THEN  InstConcl  [\mkleeneopen{}\mlambda{}n,f.  strong-continuity-test(M;n;f;M  n  f)\mkleeneclose{}]\mcdot{}  THEN  Try  (CpltAuto))




Home Index