IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Thm*
f:(
D:Type. D
T), A:Type, a:A, B:Type, b:B. f(a) = f(b)
T
That is, a purely polymorphic D
T function is a constant function, and is independent of the input type.
Proof:
Suppose f
(
D:Type. D
T), a
A, and b
B.
f
Top
T, by specializing intersection;
and a = b
Top,
hence f(a) = f(b)
T.
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html