Definitions
hol
arithmetic
1
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
even
Def
even(
n
) == if
n
=
0 then true
else
even(
n
-1) fi (recursive)
Thm*
n
:
. even(
n
)
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
Thm*
S
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
arithmetic
1
Sections
HOLlib
Doc