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


1. Base
2. ∀x,y:Base.  ((f y) y ∈ Base)
3. (f 0)↓
4. ⋂x:Base. if is an integer then True else x ≤ ⊥ supposing (x)↓
5. x.x) ≤ ⊥
6. λx.x ≤ ⊥ x.x)
⊢ ~ λx,y. y
BY
(Subst' ⊥ x.x) ~ ⊥ -1 THENA (Strictness THEN Auto)) }

1
1. Base
2. ∀x,y:Base.  ((f y) y ∈ Base)
3. (f 0)↓
4. ⋂x:Base. if is an integer then True else x ≤ ⊥ supposing (x)↓
5. x.x) ≤ ⊥
6. λx.x ≤ ⊥
⊢ ~ λx,y. y


Latex:


Latex:

1.  f  :  Base
2.  \mforall{}x,y:Base.    ((f  x  y)  =  y)
3.  (f  0)\mdownarrow{}
4.  \mcap{}x:Base.  if  x  is  an  integer  then  True  else  f  x  \mleq{}  \mbot{}  supposing  (x)\mdownarrow{}
5.  f  (\mlambda{}x.x)  \mleq{}  \mbot{}
6.  \mlambda{}x.x  \mleq{}  \mbot{}  (\mlambda{}x.x)
\mvdash{}  f  \msim{}  \mlambda{}x,y.  y


By


Latex:
(Subst'  \mbot{}  (\mlambda{}x.x)  \msim{}  \mbot{}  -1  THENA  (Strictness  THEN  Auto))




Home Index