Is the following statement true? And if so, how can one prove it?
Let $n$ be an integer, $n \gt 1$.
Assume that there exist three postive integers $a, b, c$ with $ a \gt c$ and $b \gt c$ such that
$$n = \frac{ab}{c}$$
Then n is not a prime number.
I am pretty sure that one possible solution is to resort to the prime factorization of numbers (of either $a, b$ and $c$) but I would also appreciate a more elegant solution that does not rely on this idea.
You can aim for a contradiction. Write $$cn=ab$$
If $n$ were prime it divides either $a$ or $b$. Without loss of generality let $n\mid a$, then $$c=\left(\frac{a}{n}\right)b$$ This is a contradiction as $b>c$.