hol
arithmetic
4
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Theorem
Name
Thm*
m
,
n
:
.
m
+
n
=
m
n
= 0
[add_inv_0_eq]
cites the following:
Thm*
all(
m
:hnum. all(
n
:hnum. equal(equal(add(
m
,
n
),
m
),equal(
n
,0))))
[hadd_inv_0_eq]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol
arithmetic
4
Sections
HOLlib
Doc