hol
arithmetic
4
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Theorem
Name
Thm*
n
,
m
:
.
n
<
m
(
x
:
.
n
=
x
+
m
)
[less_or_eq_add]
cites the following:
Thm*
all(
n
:hnum. all(
m
:hnum. or(lt(
n
,
m
),exists(
p
:hnum. equal(
n
,add(
p
,
m
))))))
[hless_or_eq_add]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol
arithmetic
4
Sections
HOLlib
Doc