Definitions
core
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
uni_sat
Def
a
= !
x
:
T
.
Q
(
x
) ==
Q
(
a
) & (
a'
:
T
.
Q
(
a'
)
a'
=
a
)
Thm*
T
:Type,
a
:
T
,
Q
:(
T
Prop). (
a
= !
x
:
T
.
Q
(
x
))
Prop
unique_set
Def
{!
x
:
T
|
P
(
x
)} == {
x
:
T
|
P
(
x
) & (
y
:
T
.
P
(
y
)
y
=
x
) }
Thm*
T
:Type,
P
:(
T
Prop). {!
x
:
T
|
P
(
x
)}
Type
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
core
StandardLIB
Doc