Statement: Prove or disprove that $\forall x \in\mathbb{R}, \lfloor x^2 \rfloor = \lfloor x \rfloor^2$.
What I've tried: Let $x$ be a particular but arbitrary chosen real number. By definition of floor, $$\exists m \in\mathbb{Z}: \lfloor x^2 \rfloor = m \le x^2 \lt m + 1$$ Let's take a square root of each part of the inequation. $$\sqrt{m} \le \lvert x \rvert \lt \sqrt{m+1}$$ The inequation above defines flooring for $x$ relatively to $x^2$: $$\lfloor x \rfloor = \sqrt{m}$$
We need to prove that $\lfloor x^2 \rfloor = \lfloor x \rfloor^2$, but as was shown above, $\lfloor x^2 \rfloor = m$ and $\lfloor x \rfloor = \sqrt{m}$. Because $m = (\sqrt{m})^2$ this statement is true.
Q.E.D.
$$\exists x= \left({\frac{7}{5}}\right) \in \mathbb{R} \colon \lfloor \left({\frac{7}{5}}\right)^2\rfloor \not = \lfloor \left({\frac{7}{5}}\right)\rfloor^2$$