WhoCites
Definitions
num
thy
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites gcd
p?
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:
GCD(
a
;
b
;
y
)
has structure:
gcd_p(
a
;
b
;
y
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
num
thy
1
Sections
StandardLIB
Doc