WhoCites
Definitions
rfunction
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites fincr?
fincr
Def FIncr == {
f
|
i
:
if
i
=
0
else {
f
(
i
-1)...} fi}
Thm*
FIncr
Type
Thm*
FIncr
Type
int_upper
Def
{
i
...} == {
j
:
|
i
j
}
Thm*
n
:
. {
n
...}
Type
eq_int
Def
i
=
j
== if
i
=
j
true
; false
fi
Thm*
i
,
j
:
. (
i
=
j
)
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
le
Def
A
B
==
B
<
A
Thm*
i
,
j
:
. (
i
j
)
Prop
not
Def
A
==
A
False
Thm*
A
:Prop. (
A
)
Prop
Syntax:
FIncr
has structure:
fincr
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
rfunction
1
Sections
StandardLIB
Doc