Definitions
rel
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
refl
Def
Refl(
T
;
x
,
y
.
E
(
x
;
y
)) ==
a
:
T
.
E
(
a
;
a
)
Thm*
T
:Type,
E
:(
T
T
Prop). Refl(
T
;
x
,
y
.
E
(
x
,
y
))
Prop
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
rel
1
Sections
StandardLIB
Doc