Sunday, 30 October 2016

elementary number theory - Using induction to prove that 2mid(n2n) for ngeq1




Use induction to prove that, for all nZ+, 2(n2n).





That is, I am supposed to use induction to prove that (n2n) can be divided by 2 when n is a positive integer.



I've tried the following:
(n+1)2(n+1)=(n+1)(n+1)(n+1)=(n+1)(n1)+2(n+1)=n2+nn1+2n1=n2n,
but I'm not particularly good at maths so I have no idea if this is even correct, and if it is, what it even means.



Answer



Comment: As others have mentioned a number of times, induction is not at all necessary in this particular problem, but I am sure you hear that loud and clear by now. You probably just want to see how an induction proof would look. I've sketched out a proof below, but before you read it, I would encourage you to take a look at this post on how to write a clear induction proof. I imagine it would help you a good bit in both understanding how to write up your induction proofs clearly but also constructing your proofs. Following the instructions in that link will force you to understand your problem. That being said, see if you can follow the proof below (feel free to leave a comment if a point does not make sense).






For any positive integer n, let S(n) denote the statement
S(n):2(n2n).




Base step: For n=1,S(1) gives 121=0, and 2 divides zero. Thus, S(1) holds.



Inductive step: Let k1 be fixed, and suppose that S(k) holds; in particular, let be an integer with 2=k2k. Then
[(k+1)2(k+1)]=(k2+2k+1)(k+1)=(k2k)+2k=2+2k=2(+k)=2η

This proves S(k+1) and concludes the inductive step S(k)S(k+1).



By mathematical induction, for each n1, the statement S(n) is true.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...