Definitions
hol
arithmetic
2
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
Thm*
S
nmod
Def
nmod(
m
;
n
) == if
n
=
0 then 0 else
m
rem
n
fi
Thm*
m
,
n
:
. nmod(
m
;
n
)
not
Def
A
==
A
False
Thm*
A
:Prop. (
A
)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
arithmetic
2
Sections
HOLlib
Doc