Prove a^(m+n) = a^m + a^n with mathematical induction

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 40K views
gluttony
Messages
1
Reaction score
0
prove by induction that, 1) a^(m+n) = a^m + a^n

2) (a^m)^n=a^(mn)


2. Homework Equations -- mathematical induction
3. The Attempt at a Solution
the equations hold for a = 1.
let's say the equation hold for a = s; then s^(m+n) = s^m + s^n
now for a = s+1; (s+1)^(m+n) = (binomial expansion of s+1)

how can i prove that (s+1)^(m+n) = (s+1)^m * (s+1)^n
 
on Phys.org
gluttony said:
prove by induction that, 1) a^(m+n) = a^m + a^n
You can't prove that because it's not true. 22+1=23=8, 22+21=4+2=6, and 8 is obviously not equal to 6.

What you can prove is that am^n = am*an.
3. The Attempt at a Solution
the equations hold for a = 1.
let's say the equation hold for a = s; then s^(m+n) = s^m + s^n
now for a = s+1; (s+1)^(m+n) = (binomial expansion of s+1)

how can i prove that (s+1)^(m+n) = (s+1)^m * (s+1)^n
Wrong approach. Try starting with n=0 as your base case rather than a=1. And of course you do want to prove the corrected thesis.