PrintForm Definitions hol arithmetic 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: hgen induction

  all
  (P:hnum  hbool. implies
  (P:hnum  hbool. (and
  (P:hnum  hbool. ((P(0)
  (P:hnum  hbool. (,all
  (P:hnum  hbool. (,(n:hnum. implies
  (P:hnum  hbool. (,(n:hnum. (all(m:hnum. implies(lt(m,n),P(m)))
  (P:hnum  hbool. (,(n:hnum. ,P(n))))
  (P:hnum  hbool. ,all(n:hnum. P(n))))


By: HOL "hgen_induction"


Generated subgoals:

None

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

PrintForm Definitions hol arithmetic 2 Sections HOLlib Doc