WhoCites
Definitions
num
thy
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites fib?
fib
Def fib(
n
) == if
n
=
0
n
=
1
1 else fib(
n
-1)+fib(
n
-2) fi (recursive)
Thm*
n
:
. fib(
n
)
eq_int
Def
i
=
j
== if
i
=
j
true
; false
fi
Thm*
i
,
j
:
. (
i
=
j
)
bor
Def
p
q
== if
p
true
else
q
fi
Thm*
p
,
q
:
. (
p
q
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
num
thy
1
Sections
StandardLIB
Doc