In my discrete math class, we're working on faulty proofs. I can't seem to figure out why this proof is faulty. I think it has to due with them assuming $k^2 \le k^2 + 2k$.
Anyone have any ideas?
$\forall n \in \mathbb N_0 : n^2 \le n.$
Proof:
Base Case: When $n = 0,\ 0\le 0, \checkmark$.
Induction hypothesis: Assume that $k^2 \le k$.
Inductive step: Prove $(k + 1)^2 \le k + 1$
We work backwards. $$k^2 \le (k + 1)^2 – 1 \le (k + 1) – 1 = k.$$
How do you justify $(k+1)^2 - 1 \leq (k+1) - 1$?