I know that there are a lot (and easier) ways to prove this, but I would like to know if this is correct.
Prove that $n(n+1)$ is even for any $n\in\mathbb{N}$.
Suppose by contradiction that this isn't true, so $n(n+1)=2l+1$ for some $l\in\mathbb{Z}$, but we know that $$\sum_{k=0}^{n} k=\frac{n(n+1)}{2}$$ Since the left hand side is a sum of positive integers it must be a positive integer, but $n(n+1)=2l+1$ and so the right hand side is $\frac{n(n+1)}{2}=\frac{2l+1}{2}=l+\frac{1}{2} \in \mathbb{Q} \setminus {\mathbb{Z}}$ and this is absurd.