Step * 1 1 1 1 2 of Lemma polymorphic-constant-base


1. Type
2. value-type(T)
3. Base
4. f1 Base
5. f1 ∈ (Base ⟶ T)
6. Base
7. ∀b:Base. (is-above(T;f ⊥;b)  ((f ⊥b ∈ T))
⊢ (f ⊥(f x) ∈ T
BY
BHyp -1  }

1
.....wf..... 
1. Type
2. value-type(T)
3. Base
4. f1 Base
5. f1 ∈ (Base ⟶ T)
6. Base
7. ∀b:Base. (is-above(T;f ⊥;b)  ((f ⊥b ∈ T))
⊢ x ∈ Base

2
1. Type
2. value-type(T)
3. Base
4. f1 Base
5. f1 ∈ (Base ⟶ T)
6. Base
7. ∀b:Base. (is-above(T;f ⊥;b)  ((f ⊥b ∈ T))
⊢ is-above(T;f ⊥;f x)


Latex:


Latex:

1.  T  :  Type
2.  value-type(T)
3.  f  :  Base
4.  f1  :  Base
5.  f  =  f1
6.  x  :  Base
7.  \mforall{}b:Base.  (is-above(T;f  \mbot{};b)  {}\mRightarrow{}  ((f  \mbot{})  =  b))
\mvdash{}  (f  \mbot{})  =  (f  x)


By


Latex:
BHyp  -1 




Home Index