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


1. Base@i
2. ∀x,y:Base.  ((f y) x ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. (f x)↓
7. ~ λx1.(f x1)
⊢ x ≤ if is lambda then λy.x otherwise ⊥
BY
TACTIC:(HypSubst' (-1) THEN Reduce THEN SqLeCD THEN RWO  "2" THEN Auto) }


Latex:


Latex:

1.  f  :  Base@i
2.  \mforall{}x,y:Base.    ((f  x  y)  =  x)
3.  (f  0)\mdownarrow{}
4.  f  \msim{}  \mlambda{}x.(f  x)
5.  x  :  Base
6.  (f  x)\mdownarrow{}
7.  f  x  \msim{}  \mlambda{}x1.(f  x  x1)
\mvdash{}  f  x  \mleq{}  if  f  x  is  lambda  then  \mlambda{}y.x  otherwise  \mbot{}


By


Latex:
TACTIC:(HypSubst'  (-1)  0  THEN  Reduce  0  THEN  SqLeCD  THEN  RWO    "2"  0  THEN  Auto)




Home Index