I wondered if using square roots to prove that $N^0=1$ is valid (where $N$ is any real number). The way I propose to do this is as follows:
We consider when $x > 0$. If we do an iterative method:
$x_2=\sqrt{x_1}$
$x_3=\sqrt{x_2}$
and so on... we get that this would tend towards 1, so $x_n=1$ as $n \rightarrow \infty $.
This is equivalent to writing $$(x)^{\frac{1}{2}*\frac{1}{2}*...*\frac{1}{2}}$$ which tends towards $(x)^0$, and we know that this tends towards 1.
Would this be valid? And how would one prove this for $x \leq 0$, and perhaps formulate it better than I have managed to?