Step * of Lemma markov-streamless-function

(∀P:ℕ ⟶ ℙ((∀m:ℕ((P m) ∨ (P m))))  (∀m:ℕ(P m))))  (∃m:ℕ(P m))))
 (∀A,B:Type.  ((∃a:ℕ~ ℕa)  streamless(B)  streamless(A ⟶ B)))
BY
xxx(Auto THEN All (RWO "markov-streamless-iff") THEN Auto)xxx }

1
.....decidable?..... 
1. ∀P:ℕ ⟶ ℙ((∀m:ℕ((P m) ∨ (P m))))  (∀m:ℕ(P m))))  (∃m:ℕ(P m)))
2. Type
3. Type
4. ∃a:ℕ~ ℕa
5. ∀x,y:B.  Dec(x y ∈ B)
6. ¬¬(∃n:ℕ~ ℕn)
7. A ⟶ B
8. A ⟶ B
⊢ Dec(x y ∈ (A ⟶ B))

2
1. ∀P:ℕ ⟶ ℙ((∀m:ℕ((P m) ∨ (P m))))  (∀m:ℕ(P m))))  (∃m:ℕ(P m)))
2. Type
3. Type
4. ∃a:ℕ~ ℕa
5. ∀x,y:B.  Dec(x y ∈ B)
6. ¬¬(∃n:ℕ~ ℕn)
7. ∀x,y:A ⟶ B.  Dec(x y ∈ (A ⟶ B))
⊢ ¬¬(∃n:ℕA ⟶ ~ ℕn)


Latex:


Latex:
(\mforall{}P:\mBbbN{}  {}\mrightarrow{}  \mBbbP{}.  ((\mforall{}m:\mBbbN{}.  ((P  m)  \mvee{}  (\mneg{}(P  m))))  {}\mRightarrow{}  (\mneg{}(\mforall{}m:\mBbbN{}.  (\mneg{}(P  m))))  {}\mRightarrow{}  (\mexists{}m:\mBbbN{}.  (P  m))))
{}\mRightarrow{}  (\mforall{}A,B:Type.    ((\mexists{}a:\mBbbN{}.  A  \msim{}  \mBbbN{}a)  {}\mRightarrow{}  streamless(B)  {}\mRightarrow{}  streamless(A  {}\mrightarrow{}  B)))


By


Latex:
xxx(Auto  THEN  All  (RWO  "markov-streamless-iff")  THEN  Auto)xxx




Home Index