Step
*
1
4
1
1
of Lemma
poly-choice-eta-2
1. f : Base@i
2. ∀x,y:Base.  ((f x y) = x ∈ Base)
3. (f 0)↓
4. f ~ λx.(f x)
5. x : Base
6. is-exception(if f x is lambda then λy.x otherwise ⊥)
7. (f x)↓
8. f x ~ λx1.(f x x1)
⊢ if f x is lambda then λy.x otherwise ⊥ ≤ f x
BY
{ TACTIC:(HypSubst' (-1) 0 THEN Reduce 0 THEN SqLeCD THEN RWO  "2" 0 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.  is-exception(if  f  x  is  lambda  then  \mlambda{}y.x  otherwise  \mbot{})
7.  (f  x)\mdownarrow{}
8.  f  x  \msim{}  \mlambda{}x1.(f  x  x1)
\mvdash{}  if  f  x  is  lambda  then  \mlambda{}y.x  otherwise  \mbot{}  \mleq{}  f  x
By
Latex:
TACTIC:(HypSubst'  (-1)  0  THEN  Reduce  0  THEN  SqLeCD  THEN  RWO    "2"  0  THEN  Auto)
Home
Index