Step * 2 of Lemma not-poly-choice-eta-2


1. ∀x,y:Base.  (eval in λy.z x)
⊢ ¬(∀f:Base. ((∀x,y:Base.  ((f y) x ∈ Base))  (f ~ λx,y. (f y))))
BY
((D THENA Auto)
   THEN (InstHyp [⌜λx.eval in λy.z⌝(-1)⋅ THENA (Auto THEN Reduce THEN RWO "1" THEN Auto))
   }

1
1. ∀x,y:Base.  (eval in λy.z x)
2. ∀f:Base. ((∀x,y:Base.  ((f y) x ∈ Base))  (f ~ λx,y. (f y)))
3. λx.eval in
      λy.z ~ λx,y. ((λx.eval in λy.z) y)
⊢ False


Latex:


Latex:

1.  \mforall{}x,y:Base.    (eval  z  =  x  in  \mlambda{}y.z  y  \msim{}  x)
\mvdash{}  \mneg{}(\mforall{}f:Base.  ((\mforall{}x,y:Base.    ((f  x  y)  =  x))  {}\mRightarrow{}  (f  \msim{}  \mlambda{}x,y.  (f  x  y))))


By


Latex:
((D  0  THENA  Auto)
  THEN  (InstHyp  [\mkleeneopen{}\mlambda{}x.eval  z  =  x  in  \mlambda{}y.z\mkleeneclose{}]  (-1)\mcdot{}  THENA  (Auto  THEN  Reduce  0  THEN  RWO  "1"  0  THEN  Auto))
  )




Home Index