predecessor fcn: Find a number n which encodes the function

justme

New member
Joined
Mar 22, 2007
Messages
2
Find a number n which encodes the function Pred(x) (that is, F(n) = Pred(x)), where Pred(x) is defined by primitive recursion as the function such that Pred(0) = 0 and Pred(n + 1) = n
 
Top