a_skier
- 17
- 0
Homework Statement
Prove (a^{n})^{m}=a^{nm}
Homework Equations
Proof by induction
a^{n}*a=a^{n+1}
a^{n}*a^{m}=a^{nm}
The Attempt at a Solution
Let a and n be fixed. I will induct on m.
Suppose m=1. Then a^{(n)(m)}=a^{n(1)}=(a^{n})^{1}
Now assume the hypothesis is true for any integer m in P. I will show this is true for m+1.
a^{n(m+1)}=(a^{n})^{m+1}
Thus the hypothesis is true for m+1.
Is this proof sufficient? I am once again struck by a problem that seems almost too simple to be proved.