Definitions
mb
nat
Sections
MarkB
generic
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
sum
Def
sum(
f
(
x
) |
x
<
k
) == primrec(
k
;0;
x
,
n
.
n
+
f
(
x
))
Thm*
n
:
,
f
:(
n
). sum(
f
(
x
) |
x
<
n
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
mb
nat
Sections
MarkB
generic
Doc