I want to use induction to prove that $n^2-2n-1>0$ for $n \ge 3$
Base case:
$3^2-2(3)-1>0$ $ \space \checkmark$
Inductive step:
$(n+1)^2-2(n+1)-1>0$ $\iff n^2+2n+1-2n-2-1>0$ $\iff n^2-2>0 \iff n^2>2$
Is it now trivial to just say that this inequality is true for all $n\ge 3$ or do I have more work to do? I am pretty new to this so I am not sure at what point I am done or at what point I have conclusively shown that the statement is true.