7

Let $K$ be a field an $f \in K[x]$. I now want to show that $f(x) \mid f(x + f(x))$ (in $K[x]$).

I know that I need to find a polynomial $g \in K[x]$ so that $f(x) g(x) = f(x + f(x))$. So I thought that if we start with $f(x) = a_n x^n + \dots + a_1 x + a_0$, then if we simply substitute $x$ by $x + f(x)$, we get

$f(x + f(x)) = a_n (a_n x^n + \dots + a_1 x + a_0 + x)^n + \dots + a_1 (a_n x^n + \dots + a_1 x + a_0 + x) + a_0$

which doesn't look all that friendly to work with. I don't really know how to continue at this point, and if this approach does lead anywhere.

user26857
  • 52,094
moran
  • 3,047

4 Answers4

8

Another way of saying that $f(x)|f(x+f(x))$ is that $f(x+f(x))$ belongs to the ideal $(f(x))$ generated by $f(x)$ in $K[x]$. At the same time this is equivalent to $\pi(f(x+f(x))=\overline{f(x+f(x))}=0$, where $\pi$ is the natural quotient homomorphism $$\pi:K[x]\to K[x]/(f(x)).$$ Now you're done cause $$\overline{f(x+f(x))}=f(\overline{x}+\overline{f(x)})=f(\overline{x})=0.$$

2

Note that $(x+y)^j = x^j + y p_j(x,y)$ for some polynomial $p_j(x,y)$. With $y = f(x)$ you get $(x+y)^j = x^j + f(x) p_j(x,f(x))$.

Now when you consider $f(x+f(x))$ use this. Collecting all the terms corresponding to the $x^j$ together yields just $f(x)$, while all the rest is clearly divisible by $f(x)$ as each summand was of the form $f(x)$ "times something."

Note though that your formula for $f(x + f(x))$ is not quite correct. It is $f(f(x))$ that you write down.

quid
  • 42,135
2

Let $ L = K(c_0, c_1, \ldots, c_n) $ be an extension of $ K $ by $ n+1 $ indeterminates, and consider the element $ g(x) = \sum c_k x^k $ in $ L[x] $. Let $ \bar{L} $ denote the splitting field of $ g $ over $ L $. It is clear that $ g $ has distinct roots in $ \bar{L} $, as otherwise no polynomial of degree $ n $ in $ K[x] $ could have distinct roots, and we can always produce a polynomial which will (why?). Now, for any root $ \alpha \in L $ of $ g $ we have that $ g(\alpha + g(\alpha)) = g(\alpha) = 0 $, so that $ (x - \alpha) | g(x + g(x)) $, and as $ g(x) $ has distinct roots this implies $ g(x + g(x)) = g(x) q(x) $ for some $ q \in L[x] $.

Now, let $ f = \sum a_k x^k \in K[x] $, and let $ \phi : L \to K $ be an evaluation map fixing $ K $ and sending $ c_k \to a_k $. Extending it to a map $ \varphi : L[x] \to K[x] $ by acting on the coefficients, we have

$$ f(x + f(x)) = \varphi( g(x + g(x)) ) = \varphi ( g(x) ) \varphi(q(x)) = f(x) q'(x) $$

for some $ q' \in K[x] $, and the proof is complete.

The essence of this proof is to first prove the given property for a generic polynomial, which has the nice property of having distinct roots; and then use this to deduce that the property must hold for any specific polynomial.

Ege Erdil
  • 17,747
1

${\rm mod}\ f(x)\!:\ \color{#c00}{f(x)\equiv 0}\:\Rightarrow\, f(x\!+\!\color{#c00}{f(x)})\equiv f(x)\equiv 0\,$ by the Polynomial Congruence Rule.

Alternatively, put $\,y = f(x)\,$ in $\,y\mid f(x\!+\!y)-f(x)\,$ in $\,K[x,y]\ \ $ [Factor Theorem]

Bill Dubuque
  • 272,048