hol arithmetic 5 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
TheoremName
Thm* n:. (even(n (m:n = 2m  )) & (odd(n (m:n = 2m+1  ))[even_odd_exists]
cites the following:
Thm* all
Thm* (n:hnum. and
Thm* (n:hnum. (implies(even(n),exists(m:hnum. equal(n,mult(2,m))))
Thm* (n:hnum. ,implies(odd(n),exists(m:hnum. equal(n,suc(mult(2,m)))))))
[heven_odd_exists]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol arithmetic 5 Sections HOLlib Doc