Tuesday, April 26, 2016

elementary number theory - Prove that 9mid(4n+15n1) for all ninmathbbN



First of all I would like to thank you for all the help you've given me so far.



Once again, I'm having some issues with a typical exam problem about divisibility. The problem says that:





Prove that nN, 94n+15n1




I've tried using induction, but that didn’t work. I've tried saying that:




4n+15n10(mod9). Therefore, I want to prove that 4n+1+15(n+1)10(mod9).



I've prooved for n=1, it's 180(mod9), which is OK.





But for the inductive step, I get:




44n+15n+1510(mod9)




And from there, I don't know where to replace my inductive hypothesis, and therefore, that's why I think induction is not the correct tool to use here. I guess I might use some tools of congruence or divisibility, but I'm not sure which ones.




I do realize that all nN/ 3 | n4n1(mod9) and 15n0(mod9). In that case, where 3 divides n, then I have prove that 4n+15n10(mod9). But I don't know what to do with other natural numbers that are not divisible by 4, that is, all nN/n1(mod3) or n2(mod3).



Any ideas? Thanks in advance!


Answer



By the Inductive Hypothesis, 4n+15n10 so 4n115n and thus
4n+1+15(n+1)1=44n+15n+144(115n)+15n+14=1845n0
since both 18 and 45 are divisible by 9.


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...