Definitions
DiscreteMath
Sections
DiscrMathExt
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
iff
Def
P
Q
== (
P
Q
) & (
P
Q
)
Thm*
A
,
B
:Prop. (
A
B
)
Prop
is_list_mem
Def
a
xs
== Case of
xs
; nil
False ;
x
.
ys
a
=
x
A
(
a
ys
)
Def
(recursive)
Thm*
A
:Type,
a
:
A
,
xs
:
A
List. (
a
xs
)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
DiscreteMath
Sections
DiscrMathExt
Doc