Some books say that a function can be Turing-computed if and only if it is a Mu-recursive function [1] . So Ackermann function should be Mu-recursive,Here,Mu-recursive is defined by primary recursive functions by composition or recursion schemes.

Meanwhile, it is proved that Ackermann function is not primary recursive function, so it should not be Mu-recursive, which is contradictive to the above proposition.

Then, does Ackermann function belong to Mu-recursive function after all?

-----------------------------

[1]Thomas A Sudkamp.Languages and Machine:An Introduction to the Theory of Computer Science,Third Edition, Pearson Education, Inc.,2006,pp.415-416.

Similar questions and discussions