Definitions
IteratedBinops
Sections
DiscrMathExt
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
int_seg
Def
{
i
..
j
} == {
k
:
|
i
k
<
j
}
Thm*
m
,
n
:
. {
m
..
n
}
Type
is_ident
Def
is_ident(
A
;
f
;
u
) ==
x
:
A
.
f
(
u
,
x
) =
x
&
f
(
x
,
u
) =
x
Thm*
f
:(
A
A
A
),
u
:
A
. is_ident(
A
;
f
;
u
)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
IteratedBinops
Sections
DiscrMathExt
Doc