Step
*
1
1
1
of Lemma
not-decidable-zero-sequence
1. G : ∀s:ℕ ⟶ ℕ. ((s = (λx.0) ∈ (ℕ ⟶ ℕ)) ∨ (¬(s = (λx.0) ∈ (ℕ ⟶ ℕ))))
2. n : ℕ
3. ∀g:ℕ ⟶ ℕ
     (((λx.0) = g ∈ (ℕn ⟶ ℕ))
     
⇒ (case G (λx.0) of inl(x) => 0 | inr(x) => 1 = case G g of inl(x) => 0 | inr(x) => 1 ∈ ℕ))
⊢ False
BY
{ (MoveToConcl (-1) THEN (GenConclTerm ⌜G (λx.0)⌝⋅ THENA Auto) THEN DProdsAndUnions) }
1
1. G : ∀s:ℕ ⟶ ℕ. ((s = (λx.0) ∈ (ℕ ⟶ ℕ)) ∨ (¬(s = (λx.0) ∈ (ℕ ⟶ ℕ))))
2. n : ℕ
3. x : (λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ)
4. (G (λx.0)) = (inl x) ∈ (((λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ)) ∨ (¬((λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ))))
⊢ (∀g:ℕ ⟶ ℕ
     (((λx.0) = g ∈ (ℕn ⟶ ℕ))
     
⇒ (case inl x of inl(x) => 0 | inr(x) => 1 = case G g of inl(x) => 0 | inr(x) => 1 ∈ ℕ)))
⇒ False
2
1. G : ∀s:ℕ ⟶ ℕ. ((s = (λx.0) ∈ (ℕ ⟶ ℕ)) ∨ (¬(s = (λx.0) ∈ (ℕ ⟶ ℕ))))
2. n : ℕ
3. y : ¬((λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ))
4. (G (λx.0)) = (inr y ) ∈ (((λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ)) ∨ (¬((λx.0) = (λx.0) ∈ (ℕ ⟶ ℕ))))
⊢ (∀g:ℕ ⟶ ℕ
     (((λx.0) = g ∈ (ℕn ⟶ ℕ))
     
⇒ (case inr y  of inl(x) => 0 | inr(x) => 1 = case G g of inl(x) => 0 | inr(x) => 1 ∈ ℕ)))
⇒ False
Latex:
Latex:
1.  G  :  \mforall{}s:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}.  ((s  =  (\mlambda{}x.0))  \mvee{}  (\mneg{}(s  =  (\mlambda{}x.0))))
2.  n  :  \mBbbN{}
3.  \mforall{}g:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}
          (((\mlambda{}x.0)  =  g)
          {}\mRightarrow{}  (case  G  (\mlambda{}x.0)  of  inl(x)  =>  0  |  inr(x)  =>  1  =  case  G  g  of  inl(x)  =>  0  |  inr(x)  =>  1))
\mvdash{}  False
By
Latex:
(MoveToConcl  (-1)  THEN  (GenConclTerm  \mkleeneopen{}G  (\mlambda{}x.0)\mkleeneclose{}\mcdot{}  THENA  Auto)  THEN  DProdsAndUnions)
Home
Index