PrintForm
Definitions
hol
arithmetic
1
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
fact
pos
n
:
.
n
>0
fact(
n
) =
n
fact(
n
-1)
By:
IntRecUnfoldThm THEN Simp THEN StrongAuto
Generated subgoals:
None
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
PrintForm
Definitions
hol
arithmetic
1
Sections
HOLlib
Doc