I am just learning proof by mathematical induction and wanted to verify if I got the following proof right
Use induction to prove $n^2 > 4n + 1$
Proceed with induction. For $n = 5$. The left hand side of is 25 and the right hand side is 21. Therefore the claim is valid for $n = 5$.
Now, assume that the claim is valid for $n = k$ where $k$ is some integer $ \geq 5$. That is, $$ k^2 > 4k +1$$ Now, for $k \geq 5$ where $k$ where $k$ is an integer, prove that the claim is valid for $n = k+1$. That is, $$(k+1)^2 > 4k +5$$ We being with our assumption that $$ k^2 > 4k +1$$ $$ k^2 + 4 > 4k +5$$ We know that $(k+1)^2 = k^2 +2k +1 > k^2 +4$ for $k \geq 5$. Therefore we can substitute $(k+1)^2$ for $k^2 +4$
And, $$(k+1)^2 > 4k + 5$$
By the principle of mathematical induction, the claim is valid for $n \geq 5$
I also have another alternate way of proving but didn't know if one is better than the other or both are wrong. This would be in the proving step $(k+1)^2 = k^2+2k+1 > 4k+1+2k+1 = 6k +2 > 4k +5$ for $k \geq5$