Step * 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
⊢ if is lambda then λy.x otherwise ⊥
BY
TACTIC:(SqequalSqle THEN AssumeHasValue) }

1
1. Base@i
2. ∀x,y:Base.  ((f y) x ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. (f x)↓
⊢ x ≤ if is lambda then λy.x otherwise ⊥

2
1. Base@i
2. ∀x,y:Base.  ((f y) x ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. is-exception(f x)
⊢ x ≤ if is lambda then λy.x otherwise ⊥

3
1. Base@i
2. ∀x,y:Base.  ((f y) x ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. (if is lambda then λy.x otherwise ⊥)↓
⊢ if is lambda then λy.x otherwise ⊥ ≤ x

4
1. Base@i
2. ∀x,y:Base.  ((f y) x ∈ Base)
3. (f 0)↓
4. ~ λx.(f x)
5. Base
6. is-exception(if is lambda then λy.x otherwise ⊥)
⊢ if is lambda then λy.x otherwise ⊥ ≤ x


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
\mvdash{}  f  x  \msim{}  if  f  x  is  lambda  then  \mlambda{}y.x  otherwise  \mbot{}


By


Latex:
TACTIC:(SqequalSqle  THEN  AssumeHasValue)




Home Index