Most people say $0 ^ 0$ is indeterminate, but that's in the context of limits. I mean $0 ^ 0$ when the zeros are absolute.
I've seen that one way to define exponentiation of natural numbers is saying that $a ^ 0 = 1$ for any natural $a$ (including zero), and $a^{1+n} = a * a ^ n$
Under this definition there is no problem, but my concern arises because in the construction of natural numbers, as in Von Neumann's using sets, natural are not the same non-negative integers. Integers are constructed as pairs of natural numbers.
So what would be the value of this expression $0 ^ 0 + (-4)$? You can not just replace $0 ^ 0$ by $1$ using definition above and say the result is $-3$, because you can not operate a natural with an integer. They are different structures. For this expression been properly defined it is needed to be a definition of exponentiation in integers where $0 ^ 0 = 1$
Or perhaps it is not correct to define exponentiation in integers, since it would not be closed. But it would be closed in the complex numbers. What is the definition of exponentiation in the complex, using set theory?
Is it possible that $0 ^ 0$ is equal to $1$ only with natural zeros but not with the zeros of other numerical sets?
one way to define exponentiation of natural numbers is saying that a^0=1
. And one way to define powers is saying that $0^n = 0$ for any $n$. You can't take $0$ as an absolute (whatever that means) in both base and exponent. In other words, you need to use limits. – dxiv Sep 16 '16 at 23:24zero properly
then you end up with a contradiction, as pointed in both prior comments. – dxiv Sep 16 '16 at 23:29