- #1
Accretion
- 5
- 0
Homework Statement
Prove that the product of two consecutive natural numbers is even.
2. The attempt at a solution
Hi, I'm just starting to work with proofs by induction, I'm just wondering if this is a valid technique, and/or if I am being too verbose in my proof, thanks!
Let [itex]P(n)=n(n+1)[/itex] is even
Let [itex]f(n)=n(n+1)[/itex]
Let [itex]n=1[/itex]
Since [itex]1(1+1)=2[/itex], and 2 is even, it follows that [itex]P(1)[/itex] is true.
Suppose [itex]P(k)[/itex] is true, that is, suppose [itex]k(k+1)[/itex] is even.
Then,
[itex]f(k+1)-f(k)=(k+1)((k+1)+1)-k(k+1)[/itex]
[itex]f(k+1)-f(k)=(k+1)(k+2)-k(k+1)[/itex]
[itex]f(k+1)-f(k)=(k+1)(k+2-k)[/itex]
[itex]f(k+1)-f(k)=2(k+1)[/itex]
[itex]f(k+1)=2(k+1)+f(k)[/itex]
Since by our induction hypothesis, [itex]f(k)[/itex] is even, it follows that the sum, [itex]f(k+1)[/itex], of [itex]2(k+1)[/itex] and [itex]f(k)[/itex] is also even. Since [itex]P(1)[/itex] is true, and [itex]P(k+1)[/itex] is true if [itex]P(k)[/itex] is true, by induction, [itex]P(n)[/itex] is true for all natural numbers [itex]n[/itex].
Last edited: