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
st_anti_sym
Def StAntiSym(
T
;
x
,
y
.
R
(
x
;
y
)) ==
x
,
y
:
T
.
(
R
(
x
;
y
) &
R
(
y
;
x
))
Thm*
T
:Type,
R
:(
T
T
Prop). StAntiSym(
T
;
x
,
y
.
R
(
x
,
y
))
Prop
not
Def
A
==
A
False
Thm*
A
:Prop. (
A
)
Prop
Syntax:
StAntiSym(
T
;
x
,
y
.
R
(
x
;
y
))
has structure:
st_anti_sym(
T
;
x
,
y
.
R
(
x
;
y
))
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
StandardLib
Sections
NuprlLIB
Doc