0

I have been trying to understand the more rigorous side of mathematics and especially functions, and I came across Ackermann's Function recently. I was wondering if A(x,y) is bijective among the natural numbers for any pair (x,y). If it isn't, is it injective or surjective? Any proofs would be greatly appreciated :)

  • Looking at this wikipedia page, it seems $A(0,y) = y+1$ for $y \in \mathbb{W}$ is bijective with $\mathbb{N}$. So $A(x,y)$ for general $(x,y)$ is surjective on $\mathbb{N}$. But since $A(x,y)$ maps to natural numbers for $x>0$ as well, $A(x,y)$ is not injective. So not bijective. I'm writing this as a comment since this is the first I'm reading of the function, so could very well be mistaken. https://en.wikipedia.org/wiki/Ackermann_function – Tony Mathew Jul 20 '23 at 06:42
  • Following Tony's comment, it would be useful to state in the question whether you include $0$ in your "natural numbers" – leslie townes Jul 20 '23 at 06:46
  • Also state what you mean by "bijective" for a function of two variables. – GEdgar Jul 20 '23 at 07:13
  • I am not including 0 because that can't be reached by A(x,y)
  • Tony is absolutely right (surjective ✅ injective ❌) and I should've realized that
  • For GEdgar, I would say that a function is "bijective" for two variables if it is surjective and A(a,b) = A(c,d) implies that (a,b) = (c,d).
  • Sorry for being a noob, I'm new here. Thank you for the support!

    – Jenny Pianist Jul 20 '23 at 07:50