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.
divides
Def
b
|
a
==
c
:
.
a
=
b
c
Thm*
a
,
b
:
. (
a
|
b
)
Prop
ge
Def
i
j
==
j
i
Thm*
i
,
j
:
. (
i
j
)
Prop
iff
Def
P
Q
== (
P
Q
) & (
P
Q
)
Thm*
A
,
B
:Prop. (
A
B
)
Prop
int_nzero
Def
== {
i
:
|
i
0 }
Thm*
Type
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
nat_plus
Def
== {
i
:
| 0<
i
}
Thm*
Type
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