I have a question about induction (I'm a little fuzzy on it).
- Prove $3n+1<n^2$ for all integers $n\geq 4$.
- Assume $k^2+k$ is an even integer for any $k\in\mathbb{Z}$. Prove $n^3-n$ is divisible by 6 for all $n\in\mathbb{N}$.
For 1, I have: Base Case: Let $n=4$. Evaluate the inequality, returning $13<16$. Thus, the base case is valid. Induction step: Suppose that, given $k\geq 4$, $3k+1<k^2$ is true for $n=k$. Then, $3(k+1)+1<(k+1)^2$. I am stuck from here.
For 2, I have: Base case: Let $n=1$ (the first natural number in this case). Evaluate the expression $n^3-n$ as $0$. Now I am stuck. Am I supposed to evaluate at $n=2$? Induction step: take $k$ to be true such that $k^3-k$ is divisible by 6 (am I allowed to do this?). Then, $(k+1)^3-(k+1)$, or $k^3+3k^2+3k+1-(k+1)$, or $(k^3-k)+3(k^2+k)$. Now I am stuck.
Help is appreciated!
Suppose $k^2>3k+1$ and $k\ge4$; then \begin{align} (k+1)^2 &=k^2+2k+1\\[4px] &>(3k+1)+2k+1\\[4px] &=5k+2\\[4px] &=3(k+1)+2k-1\\[4px] &> 3(k+1)+1 \end{align} The tricky part is to split $5k+2$ as $3(k+1)+(2k-1)$, but you know you want to find $3(k+1)$ in the right hand side.
The hypothesis $k\ge4$ is used for concluding that $2k-1>1$.
For the second part, consider \begin{align} (k+1)^3-(k+1) &=k^3+3k^2+3k+1-k-1\\[4px] &=(k^3-k)+3(k^2+k) \end{align} Then $k^3-k$ is divisible by $6$ by the induction hypothesis, whereas $3(k^2+k)$ is divisible by $3$ and by $2$.