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.
absval
Def
|
i
| == if 0
i
i
else -
i
fi
Thm*
x
:
. |
x
|
gcd
Def
gcd(
a
;
b
) == if
b
=
0
a
else gcd(
b
;
a
rem
b
) fi (recursive)
Thm*
a
,
b
:
. gcd(
a
;
b
)
not
Def
A
==
A
False
Thm*
A
:Prop. (
A
)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
num
thy
1
Sections
StandardLIB
Doc