Prove that the product of 2 consecutive natural numbers is even

In summary, the conversation is about proving that the product of two consecutive natural numbers is even using proof by induction. The individual is asking for feedback on their approach and if they are being too verbose in their proof. The summary also includes suggestions for simplifying the proof and making the assumption of P(k) being even more explicit.
  • #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:
Physics news on Phys.org
  • #2
That is right. You might not need so many algebra steps. The telescoping sum is just a fancy way to see that

[tex]n(n+1)=2 \sum_{k=1}^n k[/tex]
 
  • #3
If you're going to be explaining P(k) is even by assumption, why not explicitly make it so? Let P(k) = k(k+1) = 2n where n is some natural number, so then you can plug that in later to obtain

P(k+1) = 2(k+1+n)

And then say, since n and k are assumed to be natural numbers, P(k+1) is even... etc.
 

FAQ: Prove that the product of 2 consecutive natural numbers is even

How do you define consecutive natural numbers?

Consecutive natural numbers are a set of numbers that follow each other in order without any gaps or interruptions. For example, 1, 2, 3, 4, and 5 are consecutive natural numbers.

What is the product of two consecutive natural numbers?

The product of two consecutive natural numbers can be calculated by multiplying the first number by the next number. For example, if the consecutive natural numbers are 2 and 3, the product would be 2 x 3 = 6.

How do you prove that the product of two consecutive natural numbers is even?

To prove that the product of two consecutive natural numbers is even, we can use the fact that every even number can be divided by 2 without leaving a remainder. Since one of the consecutive numbers must be even and the other odd, their product will always be even.

Can you provide an example to better understand the concept of consecutive natural numbers?

Yes, for example, if we take the consecutive natural numbers 4 and 5, their product would be 4 x 5 = 20. Since 20 is an even number, it proves that the product of two consecutive natural numbers is always even.

Is the proof for the product of two consecutive natural numbers being even always valid?

Yes, the proof for the product of two consecutive natural numbers being even is always valid as it is a fundamental mathematical property. It can be applied to any two consecutive natural numbers, and the result will always be an even number.

Similar threads

Back
Top