Let $a, b, c$ be positive real numbers such that $abc=1.$ Prove that:
$$\left(a-1+\dfrac1b\right)\left(b-1+\dfrac1c\right)\left(c-1+\dfrac1a\right)\le1$$
or equivalently:
$$(ab-b+1)(bc-c+1)(ca-a+1)\le1$$
What I have tried:
Computing $\left(a-1+\dfrac1b\right)$ using $abc=1$ and similarly computing others and then multiplying them. But it didn't help.
Any help will be appreciated.