WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites fib?
fibDef 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:
boolbfalsebtrueifthenelseintnatural_numberaddsubtract
int_eqrecursive_def_noticememberall
!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc