The remainder theorem and factor theorem are usually stated as follows:
The Remainder Theorem
When a polynomial p(x) is divided by x − c, the remainder is equal to the value of p(c).
The Factor Theorem
The term x − c is a factor of a polynomial p(x) if and only if p(c)=0.
Now I am skeptic that whether these theorems are applicable on any polynomial of degree greater than or equal to 1 i.e to multi-variable polynomial or these theorems are applicable only for single-variable polynomials because these theorems are stated for a polynomial p(x) which in my opinion refers to a single-variable polynomial.
This question came to me by the following question which I recently encountered :
Using factor theorem, show that $a - b, b-c,$ and $c-a$ are the factors of $$a(b^2-c^2) + b(c^2-a^2) + c (a^2-b^2).$$
In the above question if we try to put $a = b$, or $b = c$, or $c=a$ we will see that the value of polynomial becomes zero. It gives us some feeling that $a - b, b-c$ and $c-a$ are the factors of the given polynomial but is it correct.
Can we apply factor theorem to multivariable polynomials ?