Can someone help me on the attached induction proof?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
OpenStudy (anonymous):
Not sure what to use as a base case
OpenStudy (anonymous):
@ganeshie8 @mathmale @freckles
OpenStudy (freckles):
hey
OpenStudy (freckles):
for k is what you are messing with
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (freckles):
k=0 is the base case
OpenStudy (freckles):
you want to show if m|(a-b) then we also have m|(a^0-a^0)
you want to assume we have m|(a-b) then we also have m|(a^n-b^n)
for some integer n>=0
then you want to use that assumption to show that m|(a-b) implies we also have
m|(a^(n+1)-b^(n+1))
OpenStudy (anonymous):
@freckles but how does m|(a^0-a^0) = m|(a-b) ?
OpenStudy (anonymous):
1-1=0
m|0
OpenStudy (anonymous):
assume \[m|(a^n-b^n)\]
a^n-b^n=tm
where m is an integer.
\[a^n=tm+b^n\]
\[a ^{n+1}-b^{n+1}=a^na-b^nb=a(tm+b^n)-b^nb=atm+ab^n-b^nb=atm+(a-b)b^n\]
but m|(a-b) given
\[m|[atm+(a-b)b^n]\]
hence \[m|(a^{n+1}-b^{n+1})\]
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
correction t is an integer.
OpenStudy (anonymous):
I don't understand the long equation a^n+1−b^n+1=a^na−b^nb ...