PrintForm
Definitions
Lemmas
hol
prim
rec
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
simp
rec
thm
'a
:S,
x
:
'a
,
f
:(
'a
'a
).
simp_rec(
x
,
f
,0) =
x
& (
m
:
. simp_rec(
x
,
f
,
m
+1) =
f
(simp_rec(
x
,
f
,
m
)))
By:
RewriteOfThm Thm:
hsimp
rec
thm
(SimpsetC [`hol_to_nuprl`;`bequal`])
THEN
Try (Complete (Unfold `hnum` 0))
Generated subgoals:
None
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
PrintForm
Definitions
Lemmas
hol
prim
rec
Sections
HOLlib
Doc