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
,
x
:
.
m
+(
n
+
x
) = (
m
+
n
)+
x
[add_assoc]
cites the following:
Thm*
all
Thm*
(
m
:hnum. all
Thm* (
m
:hnum.
(
n
:hnum. all(
p
:hnum. equal(add(
m
,add(
n
,
p
)),add(add(
m
,
n
),
p
)))))
[hadd_assoc]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol
arithmetic
4
Sections
HOLlib
Doc