Definitions
hol
restr
binder
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
arb
Def
arb(
T
) == InjCase(lem(
T
);
x
.
x
, "uu")
Thm*
T
:S. arb(
T
)
T
singleton
Def
{
a
:
T
} == {
x
:
T
|
x
=
a
T
}
Thm*
T
:Type,
a
:
T
. {
a
:
T
}
Type
stype
Def
S == {
T
:Type|
x
:
T
. True }
Thm*
S
Type{2}
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
restr
binder
Sections
HOLlib
Doc