Primitive recursive function

A function on natural numbers built from zero, successor, and projection functions using composition and primitive recursion. Every such function is total, though some total computable functions are not primitive recursive.

Connect