Remark
Definitions
StandardLib
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
No other cites to report in StandardLib
type_inj
Def [
x
]{
T
} ==
x
Thm*
T
:Type,
E
:(
T
T
Prop).
Thm*
(EquivRel
x
,
y
:
T
.
E
(
x
,
y
))
(
a
:
T
. [
a
]{
x
,
y
:
T
//
E
(
x
,
y
)}
x
,
y
:
T
//
E
(
x
,
y
))
Syntax:
[
x
]{
T
}
has structure:
type_inj(
x
;
T
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Remark
Definitions
StandardLib
Sections
NuprlLIB
Doc