hol arithmetic 5 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
TheoremName
Thm* m,n:m+n+1 = n+1+m  [suc_add_sym]
cites the following:
Thm* all(m:hnum. all(n:hnum. equal(suc(add(m,n)),add(suc(n),m))))[hsuc_add_sym]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol arithmetic 5 Sections HOLlib Doc