Step * of Lemma markov-streamless-product

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

1
1. ∀P:ℕ ⟶ ℙ((∀m:ℕ((P m) ∨ (P m))))  (∀m:ℕ(P m))))  (∃m:ℕ(P m)))
2. Type
3. Type
4. ∀x,y:A.  Dec(x y ∈ A)
5. ¬¬(∃n:ℕ~ ℕn)
6. ∀x,y:B.  Dec(x y ∈ B)
7. ¬¬(∃n:ℕ~ ℕn)
8. ∀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.    (streamless(A)  {}\mRightarrow{}  streamless(B)  {}\mRightarrow{}  streamless(A  \mtimes{}  B)))


By


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




Home Index