Definitions
hol
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
eq_pred
Def
eq(
'a
) == {
f
:(
'a
'a
)|
f
= (
x
:
'a
.
y
:
'a
.
x
=
y
) }
Thm*
'a
:Type. eq(
'a
)
Type
iff
Def
P
Q
== (
P
Q
) & (
P
Q
)
Thm*
A
,
B
:Prop. (
A
B
)
Prop
label
Def
t
...$L ==
t
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
Sections
HOLlib
Doc