Applying the principle of mathematical Induction, prove that $n(n+1)(2n+1)$ is divisible by $6$ for all $n\in N$
My Attempt Let $$P(n)=n(n+1)(2n+1)$$ When $n=1$, then $$P(1)=6$$ Which is divisible by $6$. Hence $P(1)$ is true. Suppose $P(k)$ is true for some $K\in N$ $$P(k)=k(k+1)(2k+1)$$ We have to prove that $P(k+1)$ is true whenever $P(k)$ is true. Thus, $$P(k+1)=(k+1)(k+2)(2k+3)$$ $$=(k+1)(k+2)(2k+1+2)$$
How do I complete the proof?
Set up is everything with these proofs!
In particular, you need to clearly define your terms, and you don't do that:
When you write:
you define $P(n)$ as a number
But when you say
you treat $P(k)$ as a claim.
I recommend that you define $P(n)$ as the claim that the number $n(n+1)(2n+1)$ is divisible by $6$.
So, when you say that 'Suppose $P(k)$ is true for some $k$', you thereby assume the claim that $k(k+1)(2k+1)$ is divisible by $6$, i.e. that $k(k+1)(2k+1)=6m$ for some $m \in \mathbb{N}$