Step * 1 1 2 1 1 1 1 2 1 of Lemma basic-implies-strong-continuity2


1. Type
2. (ℕ ⟶ T) ⟶ ℕ
3. n:ℕ ⟶ (ℕn ⟶ T) ⟶ (ℕ ⋃ (ℕ × ℕ))
4. : ℕ ⟶ T
5. : ℕ
6. (M f) (F f) ∈ ℕ
7. ∀n:ℕ(M f) (F f) ∈ ℕ supposing is an integer
8. ∀n,m:ℕ.  ((n ≤ m)  is an integer  is an integer)
9. n1 : ℕ
10. : ℕ ⋃ (ℕ × ℕ)
11. (M n1 f) v ∈ (ℕ ⋃ (ℕ × ℕ))
⊢ case int?(v) of inl(x) => inl inr(x) => inr ⋅  ∈ ℕ?
BY
(D -2 THEN Unfold `int?` THEN Reduce THEN CallByValueReduce THEN Reduce THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  F  :  (\mBbbN{}  {}\mrightarrow{}  T)  {}\mrightarrow{}  \mBbbN{}
3.  M  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  T)  {}\mrightarrow{}  (\mBbbN{}  \mcup{}  (\mBbbN{}  \mtimes{}  \mBbbN{}))
4.  f  :  \mBbbN{}  {}\mrightarrow{}  T
5.  n  :  \mBbbN{}
6.  (M  n  f)  =  (F  f)
7.  \mforall{}n:\mBbbN{}.  (M  n  f)  =  (F  f)  supposing  M  n  f  is  an  integer
8.  \mforall{}n,m:\mBbbN{}.    ((n  \mleq{}  m)  {}\mRightarrow{}  M  n  f  is  an  integer  {}\mRightarrow{}  M  m  f  is  an  integer)
9.  n1  :  \mBbbN{}
10.  v  :  \mBbbN{}  \mcup{}  (\mBbbN{}  \mtimes{}  \mBbbN{})
11.  (M  n1  f)  =  v
\mvdash{}  case  int?(v)  of  inl(x)  =>  inl  x  |  inr(x)  =>  inr  \mcdot{}    \mmember{}  \mBbbN{}?


By


Latex:
(D  -2  THEN  Unfold  `int?`  0  THEN  Reduce  0  THEN  CallByValueReduce  0  THEN  Reduce  0  THEN  Auto)




Home Index