Saturday, August 4, 2018

elementary number theory - Prove by induction that 8n1 is divisible by 7



Prove by induction that 8n1 for any positive integer n is divisible by 7.



Hint: It is easy to represent divisibility by 7 in the following way: 8n1=7k where k is a positive integer.



This question confused me because I think the hint isn't true. If n=1 and k=2 for example, then we end up with 7=14 which is obviously invalid. Does this mean the nk in order for the hint to be true.



Answer



Notice the following steps of mathematical induction,




  1. Setting n=1, 811=7 above number is divisible by 7 for n=1


  2. assume that 8n1 is divisible by 7 for n=k then 8k1=7m
    or 8k=7m+1
    where, m is some integer


  3. setting n=k+1, 8k+11
    =88k1

    setting the value of 8k from (1), =8(7m+1)1
    =7(8m+1)




since, (8m+1) is an integer hence the number 7(8m+1) is divisible by 7 thus 8n1 is divisible by 7 for n=k+1



hence, 8n1 is divisible by 7 for all integers n1


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...