Step * 1 1 1 1 2 1 1 of Lemma strong-continuity-implies2


1. (ℕ ⟶ ℕ) ⟶ ℕ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
3. : ℕ ⟶ ℕ
4. : ℕ
5. (M f) (inl (F f)) ∈ (ℕ?)
6. ∀n:ℕ(M f) (inl (F f)) ∈ (ℕ?) supposing ↑isl(M f)
7. ↑isr(strong-continuity-test(M;n;f;M f))
8. ∃m:ℕ(m < n ∧ (↑isl(strong-continuity-test(M;m;f;M f))))
⊢ ∃n:ℕ
   ((strong-continuity-test(M;n;f;M f) (inl (F f)) ∈ (ℕ?))
   ∧ (∀m:ℕ((↑isl(strong-continuity-test(M;m;f;M f)))  (m n ∈ ℕ))))
BY
(ExRepD THEN InstConcl [⌜m⌝]⋅ THEN Auto) }

1
1. (ℕ ⟶ ℕ) ⟶ ℕ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
3. : ℕ ⟶ ℕ
4. : ℕ
5. (M f) (inl (F f)) ∈ (ℕ?)
6. ∀n:ℕ(M f) (inl (F f)) ∈ (ℕ?) supposing ↑isl(M f)
7. ↑isr(strong-continuity-test(M;n;f;M f))
8. : ℕ
9. m < n
10. ↑isl(strong-continuity-test(M;m;f;M f))
⊢ strong-continuity-test(M;m;f;M f) (inl (F f)) ∈ (ℕ?)

2
1. (ℕ ⟶ ℕ) ⟶ ℕ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕ?)
3. : ℕ ⟶ ℕ
4. : ℕ
5. (M f) (inl (F f)) ∈ (ℕ?)
6. ∀n:ℕ(M f) (inl (F f)) ∈ (ℕ?) supposing ↑isl(M f)
7. ↑isr(strong-continuity-test(M;n;f;M f))
8. : ℕ
9. m < n
10. ↑isl(strong-continuity-test(M;m;f;M f))
11. strong-continuity-test(M;m;f;M f) (inl (F f)) ∈ (ℕ?)
12. m@0 : ℕ
13. ↑isl(strong-continuity-test(M;m@0;f;M m@0 f))
⊢ m@0 m ∈ ℕ


Latex:


Latex:

1.  F  :  (\mBbbN{}  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  \mBbbN{}
2.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  (\mBbbN{}?)
3.  f  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}
4.  n  :  \mBbbN{}
5.  (M  n  f)  =  (inl  (F  f))
6.  \mforall{}n:\mBbbN{}.  (M  n  f)  =  (inl  (F  f))  supposing  \muparrow{}isl(M  n  f)
7.  \muparrow{}isr(strong-continuity-test(M;n;f;M  n  f))
8.  \mexists{}m:\mBbbN{}.  (m  <  n  \mwedge{}  (\muparrow{}isl(strong-continuity-test(M;m;f;M  m  f))))
\mvdash{}  \mexists{}n:\mBbbN{}
      ((strong-continuity-test(M;n;f;M  n  f)  =  (inl  (F  f)))
      \mwedge{}  (\mforall{}m:\mBbbN{}.  ((\muparrow{}isl(strong-continuity-test(M;m;f;M  m  f)))  {}\mRightarrow{}  (m  =  n))))


By


Latex:
(ExRepD  THEN  InstConcl  [\mkleeneopen{}m\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index