if you wanted to define $a^x$ for all integers would this be ok:
For non negative integers:
$a^0=1$
$a^{(n+1)}=a^n\cdot a$
For negative integers:
$a^{-n} = \frac{1}{a^n}$ an identity which holds for $n$ a positive integer, by definition.
So what my question really is: is the purpose of this definition to give $a^x$ meaning and so to say i wanted to prove this definition would just not be valid? But Then would it be valid to prove the identity $a^n*a^m=a^{(n+m)}$ From this definition for all integers? And lastly could you prove that the identity $a^{-m}=\frac{1}{a^m}$ (which is i think by definition true for positive m) is true for all integers by the defintion given above.
Sorry if I'm way off the mark here, thanks.