Question
Show that if $a, b, c$ are pairwise distinct real numbers and $$a ^ 3 b + b ^ 3 c + c ^ 3 a = a b ^ 3 + b c ^ 3 + c a ^ 3$$ then at least one of them is positive and at least one of them is negative.
My idea
First of all I put all the elements of the left member into the right member with different sign and i gave common factor so I obtained that:
$$a^3(b-c) + b^3(c-a) + c^3(a-b)=0.$$
We suppose that $a,b,c$ are all positive, and if we can show that this assumption is fals, we will know that at least one of them is negative
WLOG, $c < b < a$
$$a^3(b-c) + b^3(c-a) + c^3(a-b)=0$$
Because $b^3(c-a)$ is negative and the others are positive and summed they equal $0$, we have
$$a^3(b-c) + c^3(a-b)= -b^3(c-a)= b^3(a-c)=b^3(b-c)+b^3(a-b)$$ and because $c \leq b \leq a$ they cant be equal so this assumption is false, we know that at least one of them is negative.
Now, we suppose that $a,b,c$ are all negative, and if we can that this assumption is false, we will know that at least one of them is positive
WLOG, $a<b<c$
$a^3(b-c) + b^3(c-a) + c^3(a-b)=0$
Because $b^3(c-a)$ is positive and the others are negative we obteined that:
$a^3(b-c) + c^3(a-b)= -b^3(c-a)=b^3(a-c)$
From here is analogous from the first assumption.
I am not sure my idea is good. Hope one of you can tell me if my reasoning is good! Thank you!