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