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


1. Base
2. ∀x,y:Base.  ((f y) y ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
⊢ ~ λy.y
BY
((Assert (f 0)↓ BY (Subst' (f 0) 0 ∈ Base THEN Auto)) THEN (CallByValueApplyCases (-1) THENA Auto)) }

1
1. Base
2. ∀x,y:Base.  ((f y) y ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. (f 0)↓
7. ~ λx1.(f x1)
⊢ ~ λy.y

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


Latex:


Latex:

1.  f  :  Base
2.  \mforall{}x,y:Base.    ((f  x  y)  =  y)
3.  (f  0)\mdownarrow{}
4.  f  \msim{}  \mlambda{}x.(f  x)
5.  x  :  Base
\mvdash{}  f  x  \msim{}  \mlambda{}y.y


By


Latex:
((Assert  (f  x  0)\mdownarrow{}  BY  (Subst'  (f  x  0)  =  0  0  THEN  Auto))  THEN  (CallByValueApplyCases  (-1)  THENA  Auto))




Home Index