how to show a polynomial is reducible over a field F

tim656

New member
Joined
Apr 4, 2013
Messages
5
Please help. let F be a field of characteristic p (prime), let f(x) = (x - b)p. show that if f(x) is reducible, then b must be in F. :confused:
 
Please help. let F be a field of characteristic p (prime), let f(x) = (x - b)p. show that if f(x) is reducible, then b must be in F. :confused:

This proof is easy if you have the tools. Show some work, please... where are you stuck?

If you are unsure where to start, use the binomial expansion of f(x).
 
so i have: xp - (pC1)xp-1b +(pC2)xp-1b2 - ............+ (pCp-1)xbp-1 - bp
= (-1)(b - x)p for p is prime

so f(x)=(b-x)pg(x)
 
so i have: xp - (pC1)xp-1b +(pC2)xp-1b2 - ............+ (pCp-1)xbp-1 - bp
= (-1)(b - x)p for p is prime

so f(x)=(b-x)pg(x)

Okay, that -1 seems unnecessary. But notice p divides (p choose i) for all i strictly between 0 and p
 
What I was getting at is \(\displaystyle f(x)=x^p-b^p\).

If \(\displaystyle f(x)\) is reducible over F, then write \(\displaystyle f(x)=x^p-b^p=h(x)g(x)\) where \(\displaystyle h(x)=(x-b)^s\) \(\displaystyle g(x)=(x-b)^t\) and \(\displaystyle 1\le s,t<p\).

The constant term of \(\displaystyle h(x)\) divides the constant term of \(\displaystyle f(x)\), right? See if you can get anywhere with this.
 
the constant term of h(x) is a multiple of p, so p^2 divides the constant term of f(x).
 
Here is what we have so far: \(\displaystyle h(x)\in \mathbb{F}_{p^n}[x]\) has constant term \(\displaystyle b^s\in \mathbb{F}_{p^n}\), where \(\displaystyle 1\le s < p\). Now you must show \(\displaystyle b\in \mathbb{F}_{p^n}\). I am reluctant to do any more.
 
Top