Suppose $$n^{2} = n + 1, n \geq 2$$
Prove using induction.
Inductionstart: $$n_{0} = 2$$ Therefore 4 > 3 and the induction start holds.
Inductionstep: $$(n + 1)^{2} = n + 2$$ $$n^{2} + 2n + 2 > n + 2$$
Question:
Is it okay to just drop the $n^{2}$ and compare 2n + 2 > n + 2 since this inequality clearly holds true.
Sorry if this is an obvious question, but looking forward to any help and explanations!