Definitions
DiscreteMath
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
trans
Def
Trans
x
,
y
:
T
.
E
(
x
;
y
) ==
a
,
b
,
c
:
T
.
E
(
a
;
b
)
E
(
b
;
c
)
E
(
a
;
c
)
Thm*
T
:Type,
E
:(
T
T
Prop). (Trans
x
,
y
:
T
.
E
(
x
;
y
))
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
DiscreteMath
Sections
DiscrMathExt
Doc