Definitions
NuprlPrimitives
Sections
NuprlLIB
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
nequal
Def
a
b
T
==
a
=
b
T
Thm*
A
:Type,
x
,
y
:
A
. (
x
y
)
Prop
sfa_doc_factorial
Def
x
! == if
x
=
0
1 else
x
(
x
-1)! fi (recursive)
Thm*
x
:
.
x
!
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc