Definitions
SimpleMulFacts
Sections
DiscrMathExt
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
prime
Def
prime(
a
) ==
a
= 0 &
(
a
~ 1) & (
b
,
c
:
.
a
|
b
c
a
|
b
a
|
c
)
Thm*
a
:
. prime(
a
)
Prop
divides
Def
b
|
a
==
c
:
.
a
=
b
c
Thm*
a
,
b
:
. (
a
|
b
)
Prop
int_upper
Def
{
i
...} == {
j
:
|
i
j
}
Thm*
n
:
. {
n
...}
Type
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
SimpleMulFacts
Sections
DiscrMathExt
Doc