Currently taking a class on computability theory and started learning about primitive recursive functions. The constant function described as follows:
$C^n_a(x_1,...,x_n) = a$
First of all, why do we have a function of this sort to begin with? Can't we just refer to the constant itself as it is? Also why is $x_1, ..., x_n$ passed to it if they're not used?