Prove that the product of any 2 distinct squarefree integers results in an integer that is not a square. Source: My math teacher
I know this is true because when you prime factorize 2 arbitrary squarefrees and then multiply, there will always be an extra prime in the product. I just don't know how to write this formally.
A formal proof would proceed as follows:
Let $a = a_1 a_2 \cdots a_n$ and $b = b_1 b_2 \cdots b_m$ be the two square-free integers. As they are not equal, there is at least one factor that does not appear in both numbers. Without loss of generality, you can assume this is $a_1$. Now if you look at $ab = \prod_{i = 1}^n a_j \prod_{j=1}^m b_j$, then you see that the exponent of $a_1$ is at most $1$, hence it can't be a perfect square, as it would have to have even exponent for each prime factor that appears in it.