num thy 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def fib(n) == if n= n=1 1 else fib(n-1)+fib(n-2) fi  (recursive)

is mentioned by

Thm* n:. CoPrime(fib(n),fib(n+1))[fib_coprime]

Try larger context: StandardLIB IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

num thy 1 Sections StandardLIB Doc