wikipedia says for positive integer exponents its defined by the initial condition
$b^1=b$ and the recurrence relation $b^{n+1} = b^n*b$ and for negative integers its defined as $a^{-n}=\frac{1}{a^n}$.
so is this definition of $a^x$ for all integers, as you are clearly describing the nature of this notation for all integer $x$, but $0$?
also is $a^{-n}=\frac{1}{a^n}$ like an axiom as its just taken to be true or can you prove it. Thanks (hopefully this is clearer than my earlier question)