I have the function $P(n)=n^2+n+3$, and I have to prove by induction that it is always odd. Firstly, I proved that $P(0)=3$. Now I have to prove that P(n+1) is also odd.
So far, my hypothesis is that $n^2+n+3$ is odd, and my thesis is that $(n+1)^2+(n+1)+3$ is also odd, but I'm stuck as I can't find a way to demonstrate it.
$(n+1)^2+(n+1)+3=n^2+2n+1+n+1+3=n^2+n+3+2(n+1)$, since by hypothesis $n^2+n+3$ is odd, you deduce that $(n+1)^2+(n+1)+3$ is odd since it is the sum of an odd and an even number.