Definitions
num
thy
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
coprime
Def
CoPrime(
a
,
b
) == GCD(
a
;
b
;1)
Thm*
a
,
b
:
. CoPrime(
a
,
b
)
Prop
eqmod
Def
a
=
b
mod
m
==
m
|
a
-
b
Thm*
m
,
a
,
b
:
. (
a
=
b
mod
m
)
Prop
nat_plus
Def
== {
i
:
| 0<
i
}
Thm*
Type
sq_exists
Def
x
:
A
.
B
(
x
) == {
x
:
A
|
B
(
x
) }
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
num
thy
1
Sections
StandardLIB
Doc