Proving Divisibility by 6 Using Mathematical Induction

  • Context: MHB 
  • Thread starter Thread starter Monoxdifly
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary
SUMMARY

The discussion focuses on proving that the expression n(n + 1)(n + 2) is divisible by 6 for any integer n using mathematical induction. The base case is verified for n = 1, confirming that 6 is divisible by 6. The inductive step assumes the expression is true for n = k and demonstrates that it holds for n = k + 1 by showing that both k(k + 1)(k + 2) and 3(k + 1)(k + 2) are divisible by 6. The proof concludes that the expression is indeed divisible by 6 for all integers n.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with divisibility rules, specifically for 2 and 3
  • Basic knowledge of algebraic manipulation
  • Experience with summation formulas
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Learn about divisibility rules for integers, focusing on 6
  • Explore the use of summation formulas in proofs
  • Investigate double induction techniques for more complex proofs
USEFUL FOR

Students and educators in mathematics, particularly those studying number theory and proof techniques, as well as anyone interested in enhancing their understanding of mathematical induction and divisibility.

Monoxdifly
MHB
Messages
288
Reaction score
0
Prove that n(n + 1)(n + 2) is divisible by 6 for any integer n

What I have done so far:

For n = 1
1(1 + 1)(1 + 2) = 1(2)(3) = 6(1) = 6
6 is divisible by 6 (TRUE)

For n = k
k(k + 1)(k + 2) is divisible 6 (ASSUMED AS TRUE)

For n = k + 1
(k + 1)(k + 2)(k + 3) = k(k + 1)(k + 2) + 3(k + 1)(k + 2)

What am I supposed to do from here onward?

Yes, I know that:
k(k + 1)(k + 2) is divisible by 6
(k + 1) and (k + 2) are subsequent numbers so that its product is even or divisible by 2. Because (k + 1)(k + 2) is divisible by 2 then 3(k + 1)(k + 2) is divisible by 6.
Because k(k + 1)(k + 2) is divisible by 6 and 3(k + 1)(k + 2) is divisible by 6 then k(k + 1)(k + 2) + 3(k + 1)(k + 2) is divisible by 6 (PROVEN TRUE)

However, I am not sure if that follows the standard procedure of mathematical induction. Can someone please show me the "proper" "formal" way using mathematical induction continued from the bolded part?
 
Mathematics news on Phys.org
I think I would give $P_n$ as:

$$n(n+1)(n+2)=6k$$ where $$k\in\mathbb{N}$$

Now, as your induction step, I would look at adding:

$$(n+1)(n+2)(n+3)-n(n+1)(n+2)=3(n+1)(n+2)=6\sum_{j=1}^{n+1}(j)$$

to $P_n$.
 
How can we be sure that 3(n + 1)(n + 2) is divisible by 6 without the "theory" approach I wrote in my initial post?
 
Monoxdifly said:
How can we be sure that 3(n + 1)(n + 2) is divisible by 6 without the "theory" approach I wrote in my initial post?

By using the summation formula instead. Or, you could prove that $n(n+1)$ is even by induction...:)
 
Means we have to use double induction?
 
Monoxdifly said:
How can we be sure that 3(n + 1)(n + 2) is divisible by 6 without the "theory" approach I wrote in my initial post?
Either $n$ is even or $n$ is odd. If $n$ is even, let $n=2k$ then we have $3(n+1)(n+2) = 6(k+1)(2k+1)$. If $n$ is odd then let $n=2k+1$ which gives $6(k+1)(2k+3)$.
 
June29 said:
Either $n$ is even or $n$ is odd. If $n$ is even, let $n=2k$ then we have $3(n+1)(n+2) = 6(k+1)(2k+1)$. If $n$ is odd then let $n=2k+1$ which gives $6(k+1)(2k+3)$.

That's likely the most straightforward way to proceed. (Yes)
 
I also like $\displaystyle 3(n+1)(n+2) = 6 \binom{n+2}{2}$, which in a sense is your summation method in disguise.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
913
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K