ϵ">]>
Literature.
[1] J. Komara. Recursive Functions. Downloadable lecture notes available through the web page of the course.
[2] J. Komara and P. J. Voda. Lecture Notes in Theory of Computability. 2001.
[3] J. Komara and P. J. Voda. Metamathematics of Computer Programming. 2001.
[4] I. Korec. Úvod do teórie algoritmov. Skriptá MFF UK, 1981.
Addition is primitive recursive. (1 point) Find a p.r. derivation of the addition function .
Hint. Note that
Exercise. (1 point) Find a p.r. derivation of the exponentiation function .
Hint. Recall that
Rewrite the recurrences for the binary function
Exercise. Find a p.r. derivation of the summation function .
Hint. Recall that
Rewrite the recurrences for the binary function
with the dummy second argument.
Exercise. Find a p.r. derivation of the factorial function .
Hint. Recall that
Rewrite the recurrences for the binary function
with the dummy second argument.
Exercise. Find a p.r. derivation of the predecessor function .
Hint. Note that
Rewrite the recurrences for the binary function
with the dummy second argument.