WhoCites
Definitions
StandardLib
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites coprime?
coprime
Def CoPrime(
a
,
b
) == GCD(
a
;
b
;1)
Thm*
a
,
b
:
. CoPrime(
a
,
b
)
Prop
gcd_p
Def
GCD(
a
;
b
;
y
) ==
y
|
a
&
y
|
b
& (
z
:
.
z
|
a
&
z
|
b
z
|
y
)
Thm*
a
,
b
,
y
:
. GCD(
a
;
b
;
y
)
Prop
divides
Def
b
|
a
==
c
:
.
a
=
b
c
Thm*
a
,
b
:
. (
a
|
b
)
Prop
Syntax:
CoPrime(
a
,
b
)
has structure:
coprime(
a
;
b
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
StandardLib
Sections
NuprlLIB
Doc