I need to prove the exponent identity $(a^b)^c = a^{bc}$, where $a,b,c \in \mathbb{Z}$.
Apparently this proof is elementary/trivial, but I can't think of how to prove it. I need it as a lemma for another problem. Can anyone please point me in the right direction or show me why this is true?
Presumably by definition you know that $a^n \cdot a = a^{n+1}$.
Use this to prove that $a^n \cdot a^m = a^{n+m}$.
Then you have $$(a^n)^k = \underbrace{a^n \cdot a^n \cdot \cdots \cdot a^n}_{k\ \text{times}} = a^{\overbrace{n+n+\cdots+n}^{k\ \text{times}}} = a^{nk}$$
There are some details to be filled in, e.g. what happens when $k$ is negative, but this should help you get the idea.