PrintForm Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: heven odd exists

  all
  (n:hnum. and
  (n:hnum. (implies(even(n),exists(m:hnum. equal(n,mult(2,m))))
  (n:hnum. ,implies(odd(n),exists(m:hnum. equal(n,suc(mult(2,m)))))))


By: HOL "heven_odd_exists"


Generated subgoals:

None

About:
assertnatural_numberapply
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

PrintForm Definitions hol arithmetic 3 Sections HOLlib Doc