hol arithmetic 5 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
TheoremName
Thm* m,n:. nnsub(m;n)+1 = if mn then 0+1 else nnsub(m+1;n) fi [sub_left_suc]
cites the following:
Thm* all
Thm* (m:hnum. all
Thm* (m:hnum. (n:hnum. equal
Thm* (m:hnum. (n:hnum. (suc(sub(m,n))
Thm* (m:hnum. (n:hnum. ,cond(le(m,n),suc(0),sub(suc(m),n)))))
[hsub_left_suc]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol arithmetic 5 Sections HOLlib Doc