Step * 1 of Lemma polymorphic-constant


1. Type
2. mono(T)
3. value-type(T)
4. : ⋂A:Type. (A ⟶ T)
5. T
6. ∀x:Base. ((f x) t ∈ T)
7. Type
8. A
⊢ (f x) t ∈ T
BY
xxx(PointwiseFunctionalityForEquality (-1) THEN Auto)xxx }


Latex:


Latex:

1.  T  :  Type
2.  mono(T)
3.  value-type(T)
4.  f  :  \mcap{}A:Type.  (A  {}\mrightarrow{}  T)
5.  t  :  T
6.  \mforall{}x:Base.  ((f  x)  =  t)
7.  A  :  Type
8.  x  :  A
\mvdash{}  (f  x)  =  t


By


Latex:
xxx(PointwiseFunctionalityForEquality  (-1)  THEN  Auto)xxx




Home Index