Definitions
LogicSupplement
Sections
DiscrMathExt
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
assert
Def
b
== if
b
True else False fi
Thm*
b
:
.
b
Prop
iff
Def
P
Q
== (
P
Q
) & (
P
Q
)
Thm*
A
,
B
:Prop. (
A
B
)
Prop
is_discrete
Def
A
Discrete ==
x
,
y
:
A
. Dec(
x
=
y
)
Thm*
A
:Type. (
A
Discrete)
Prop
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
LogicSupplement
Sections
DiscrMathExt
Doc