Factor $$\sum_{abc} a(b^3-c^3)$$
The solution given is as follows:
If we consider it as $f(a)$ then when $a=b$, $f(b)= 0$; thus, $b$ is a factor of $f(a)$. And since the equation is cyclic, other two factors are also cyclic. So the factors are: $$(a-b)(b-c)(c-a)$$
Now, my first doubt is why are we ignoring the other factors. For example, for $f(a)$, $a=b$ and $a=c$, $f(b)=f(c)=0$; thus, for $f(a)$ the factors should be $(a-b)(a-c)$.
Thus the overall factor of our polynomial then comes out to be: $$-(a-b)^2(b-c)^2(c-a)^2$$
Why is this not considered?
Besides this doubt, the book further says, since our polynomial is in a degree $4$ and the factors are of degree $3$, we need an extra first degree cyclic expression which will be another factor. Which is $m(a+b+c)$, with $m$ being a constant.
The conclusion is that the factors of the given polynomial are $$(a-b)(b-c)(c-a)m(a+b+c)$$
How did we guessed this extra term just by knowing that our degree was off?