Step
*
1
of Lemma
MP+KS-imply-LEM
1. ∀P:ℕ ⟶ ℙ. ((∀n:ℕ. Dec(P[n])) 
⇒ (¬(∀n:ℕ. (¬P[n]))) 
⇒ (∃n:ℕ. P[n]))
2. ∀A:ℙ. ∃a:ℕ ⟶ ℕ. (A 
⇐⇒ ∃n:ℕ. ((a n) = 1 ∈ ℤ))
3. P : ℙ
⊢ P ∨ (¬P)
BY
{ ((InstHyp [⌜P ∨ (¬P)⌝] (-2)⋅ THENA Auto) THEN ExRepD) }
1
1. ∀P:ℕ ⟶ ℙ. ((∀n:ℕ. Dec(P[n])) 
⇒ (¬(∀n:ℕ. (¬P[n]))) 
⇒ (∃n:ℕ. P[n]))
2. ∀A:ℙ. ∃a:ℕ ⟶ ℕ. (A 
⇐⇒ ∃n:ℕ. ((a n) = 1 ∈ ℤ))
3. P : ℙ
4. a : ℕ ⟶ ℕ
5. P ∨ (¬P) 
⇐⇒ ∃n:ℕ. ((a n) = 1 ∈ ℤ)
⊢ P ∨ (¬P)
Latex:
Latex:
1.  \mforall{}P:\mBbbN{}  {}\mrightarrow{}  \mBbbP{}.  ((\mforall{}n:\mBbbN{}.  Dec(P[n]))  {}\mRightarrow{}  (\mneg{}(\mforall{}n:\mBbbN{}.  (\mneg{}P[n])))  {}\mRightarrow{}  (\mexists{}n:\mBbbN{}.  P[n]))
2.  \mforall{}A:\mBbbP{}.  \mexists{}a:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}.  (A  \mLeftarrow{}{}\mRightarrow{}  \mexists{}n:\mBbbN{}.  ((a  n)  =  1))
3.  P  :  \mBbbP{}
\mvdash{}  P  \mvee{}  (\mneg{}P)
By
Latex:
((InstHyp  [\mkleeneopen{}P  \mvee{}  (\mneg{}P)\mkleeneclose{}]  (-2)\mcdot{}  THENA  Auto)  THEN  ExRepD)
Home
Index