Definitions
hol
prim
rec
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
gt
Def
i
>
j
==
j
<
i
Thm*
i
,
j
:
. (
i
>
j
)
Prop
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
Thm*
S
pre
Def
pre(
n
) == if
n
=
0 then 0 else
n
-1 fi
Thm*
n
:
. pre(
n
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
prim
rec
Sections
HOLlib
Doc