I am trying to prove that
$$e^{k+1} ≥ 3 + 3k + k^2$$ with, $$k>2$$
WhatI have done so far:
What we are trying to prove is that $$e^n≥1+n+n^2$$ is a true statement. Since $n=3$ holds, this is our base case. Then, the inductive hypothesis is: $$e^k≥1+k+k^2$$ Hence, I need to show $$e^{k+1}≥1+(k+1)+(k+1)^2=3+3k+3k^2$$ is a true statement.