- #1
fishturtle1
- 394
- 82
- Homework Statement
- If F is a field of char 0 and ##p(x) \in F[x]## is irreducible, then ##p(x)## has no repeated roots. Hint: Consider ##\gcd(p(x), p'(x))##
- Relevant Equations
- Definition: Let ##F## be a field. A nonzero polynomial ##p(x) \in F[x]## is irreducible over ##F## if ## \deg p(x) \ge 1## and there is no factorization ##p(x) = f(x)g(x)## in ##F[x]## with ##\deg f(x) < \deg p(x)## and ##\deg g(x) < \deg p(x)##.
Definition: Let ##R## be a domain, and let ##f(x), g(x) \in R[x]##. The greatest common divisor of ##f(x)## and ##g(x)## is a polynomial ##d(x) \in R[x]## such that
\\
i) ##d(x)## is a common divisor of ##f(x)## and ##g(x)##;
ii) if ##c(x)## is any common divisor of ##f(x)## and ##g(x)## then ##c(x) \vert d(x)##;
iii) ##d(x)## is monic.
Definition: The prime field of a field ##F## is the intersection of all the subfields of ##F##.
Definition: A field has characteristic ##0## if its prime field is isomorphic to ##\mathbb{Q}##; it has characteristic ##p## if its prime field is isomorphic to ##\mathbb{Z}_p##.
Definition: If ##p(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_0## then ##p'(x) = na_nx^{n-1} + (n-1)a_{n-1}a^{n-2} + \dots + a_1##.
Proof: We will first show ##\gcd(p(x), p'(x)) = 1##. Define ##d(x) = \gcd(p(x), p'(x))##. Then we can find ##q(x) \in F[x]## such that ##p(x) = d(x)q(x)##. But ##p(x)## is irreducible which means ##d(x)## is constant or ##q(x)## is constant. If ##q(x)## is constant, then ##\deg d(x) = \deg p(x)##. In particular, ##\deg d(x) = \deg p(x) > \deg p'(x)##. But we have also assumed ##d(x) \vert p'(x)##. This implies ##\deg d(x) \le \deg p'(x)##. We have reached a contradiction. So, we can conclude ##d(x)## is constant. Since ##d(x)## is also monic, we have ##d(x) = 1##.
Next, we suppose ##p(x)## has a repeated root, say ##a \in F##. Then we can find ##k(x) \in F[x]## such that ##p(x) = (x-a)^2k(x)##. Taking the derivative, we have ##p'(x) = 2(x-a)k(x) + (x-a)^2k'(x)##. Hence, ##(x-a) \vert \gcd(p(x), p'(x))##. This contradicts the fact ##\gcd(p(x), p'(x)) = 1##.
We can conclude ##p(x)## has no repeated roots. []My question is, I don't think I used the assumption that ##F## has characteristic ##0##. Is there a mistake in the proof?
Next, we suppose ##p(x)## has a repeated root, say ##a \in F##. Then we can find ##k(x) \in F[x]## such that ##p(x) = (x-a)^2k(x)##. Taking the derivative, we have ##p'(x) = 2(x-a)k(x) + (x-a)^2k'(x)##. Hence, ##(x-a) \vert \gcd(p(x), p'(x))##. This contradicts the fact ##\gcd(p(x), p'(x)) = 1##.
We can conclude ##p(x)## has no repeated roots. []My question is, I don't think I used the assumption that ##F## has characteristic ##0##. Is there a mistake in the proof?