Definitions
int
2
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
iff
Def
P
Q
== (
P
Q
) & (
P
Q
)
Thm*
A
,
B
:Prop. (
A
B
)
Prop
ndiff
Def
a
--
b
== imax(
a
-
b
;0)
Thm*
a
,
b
:
. (
a
--
b
)
imax
Def
imax(
a
;
b
) == if
a
b
b
else
a
fi
Thm*
a
,
b
:
. imax(
a
;
b
)
le
Def
A
B
==
B
<
A
Thm*
i
,
j
:
. (
i
j
)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
int
2
Sections
StandardLIB
Doc