Definitions
HanoiTowers
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
exponentiation
Def
n
^
k
== if
k
=
0
1 else
n
(
n
^(
k
-1)) fi (recursive)
Thm*
n
:
,
k
:
. (
n
^
k
)
Thm*
n
,
k
:
. (
n
^
k
)
Thm*
n
:
,
k
:
. (
n
^
k
)
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
nat_plus
Def
== {
i
:
| 0<
i
}
Thm*
Type
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
HanoiTowers
Sections
NuprlLIB
Doc