Step * 1 1 1 2 1 of Lemma uniform-continuity-pi-dec


1. Type
2. (ℕ ⟶ 𝔹) ⟶ T
3. ∀x,y:T.  Dec(x y ∈ T)
4. : ℕ
5. ucA(T;F;n 1)
6. ucA(T;F;n) ⇐⇒ ucB(T;F;n)
⊢ Dec(ucB(T;F;n))
BY
TACTIC:(BLemma `uniform-continuity-pi2-dec-ext` THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  F  :  (\mBbbN{}  {}\mrightarrow{}  \mBbbB{})  {}\mrightarrow{}  T
3.  \mforall{}x,y:T.    Dec(x  =  y)
4.  n  :  \mBbbN{}
5.  ucA(T;F;n  +  1)
6.  ucA(T;F;n)  \mLeftarrow{}{}\mRightarrow{}  ucB(T;F;n)
\mvdash{}  Dec(ucB(T;F;n))


By


Latex:
TACTIC:(BLemma  `uniform-continuity-pi2-dec-ext`  THEN  Auto)




Home Index