Field extension, properties,proof

  • Context: Graduate 
  • Thread starter Thread starter ivos
  • Start date Start date
  • Tags Tags
    Extension Field
Click For Summary

Discussion Overview

The discussion revolves around properties of field extensions, specifically focusing on irreducible polynomials over fields of characteristic 0. Participants explore the implications of the equality of two field extensions generated by roots of these polynomials and seek to prove several propositions regarding their degrees and the nature of elements within these extensions.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose that if F(u) = F(v) for irreducible polynomials f and g, then deg f = deg g.
  • It is suggested that any element of F(u) is a root of some irreducible polynomial h over F.
  • Some participants argue that the degree of h divides the degree of f.
  • A participant questions the validity of the statement f(x) = k.g(x) in general, providing a counterexample with specific polynomials over Q.
  • Another participant expresses uncertainty about proving the degree relationship without using linear algebra, suggesting reliance on polynomial ring properties instead.
  • Some participants assert that the propositions may hold for fields of any characteristic, not just characteristic 0.

Areas of Agreement / Disagreement

Participants express differing views on the validity of certain propositions and the necessity of linear algebra in the proofs. There is no consensus on the applicability of the results to fields of different characteristics, nor on the methods to prove the claims without linear algebra.

Contextual Notes

Participants note limitations in their approaches, such as the dependence on specific properties of polynomial rings and the unresolved nature of certain proofs without linear algebra.

ivos
Messages
3
Reaction score
0
Let F be a field of characteristic 0. Let f,g be irreducible polynomials over F. Let u be root of f, v be root of g; u,v are elements of field extension K/F. Let F(u)=F(v).
Prove (with using basic polynomial theory only, without using linear algebra and vector spaces):
1) deg f = deg g (deg f is degree of the polynomial f)
2) any element of F(u) is a root of some irreducible polynomial h over F
3) deg h divides deg f (h is as in 2))

Are the propositions 1),2),3) valid for any field F, not only for fields with char F = 0?
 
Physics news on Phys.org
ivos said:
Let F be a field of characteristic 0. Let f,g be irreducible polynomials over F. Let u be root of f, v be root of g; u,v are elements of field extension K/F. Let F(u)=F(v).


*** Do you mean here " Assume that [itex]\mathbb F(u)=\mathbb F(v)[/itex] "? ***


Prove (with using basic polynomial theory only, without using linear algebra and vector spaces):
1) deg f = deg g (deg f is degree of the polynomial f)


*** Assuming the above: since [itex]\mathbb F[x]/<f(x)>\cong\mathbb F(v)=\mathbb F(v)\cong \mathbb F[x]/<g(x)>[/itex] , we get

at once equality of ideals [itex]<f(x)>\,=\,<g(x)>[/itex] , since the above isomorphism shows that for

[itex]\,\,h(x)\in\mathbb F[x]\,,\,\,h(x)\in <f(x)>\Longleftrightarrow h(x)\in <g(x)>[/itex] , and from here both

[itex]f(x)\in <g(x)> \,\,and\,\,g(x)\in <f(x)> \Longrightarrow f(x)=kg(x)\,,\,\,k\in\mathbb F[/itex] ***



2) any element of F(u) is a root of some irreducible polynomial h over F


*** This is trivial since the extension [itex]\mathbb F(u)[/itex] is algebraic over [itex]\mathbb F[/itex] , by construction...***


3) deg h divides deg f (h is as in 2))



*** Right now I can't see how to show this without using linear algebra... ***

Are the propositions 1),2),3) valid for any field F, not only for fields with char F = 0?


With the given data they are true in any case.

DonAntonio
 
f(x)=k.g(x) is not valid (in generally)
F=Q, f(x)=x^2-2,g(x)=x^2-2*x-1, u=sqrt(2), v=sqrt(2)+1
Then Q(u)=Q(v), but f(x) is not equals k.g(x)...
 
ivos said:
f(x)=k.g(x) is not valid (in generally)
F=Q, f(x)=x^2-2,g(x)=x^2-2*x-1, u=sqrt(2), v=sqrt(2)+1
Then Q(u)=Q(v), but f(x) is not equals k.g(x)...


You are right. Then I can't help you without linear algebra.

DonAntonio
 
I can prove 1), 2) without linear algebra:

Let f,g be irreducible polynomials over field F. Let u be root of f, v be root of g. Assume, that F(u)=F(v).
Then deg f = deg g.

Proof:
Its well known (it can be proven by basic polynomial algebra) that any element of F(u), in particular v, has polynomial expression degree at most n-1 in u over F , i.e.
v=t(u)=a0+a1*u+...+an-1*u^(n-1) (a0,...,an-1 are elements of F)
Let deg f=n and let u1=u,u2,...,un be roots of f.
Then polynomial h(x)=(x-t(u1))*((x-t(u2))*...*(x-t(un)) has degree n, has v as root and
its coefficients are symmetric functions of u1,u2,...,un, i.e. elements of F.
Since irreducible polynomial g divides h (they have common root v), it follows
deg g <= deg h = n = deg f. Exchange u and v gives deg f <= deg g.
So, deg g = deg f.
 
ivos said:
I can prove 1), 2) without linear algebra:

Let f,g be irreducible polynomials over field F. Let u be root of f, v be root of g. Assume, that F(u)=F(v).
Then deg f = deg g.

Proof:
Its well known (it can be proven by basic polynomial algebra) that any element of F(u), in particular v, has polynomial expression degree at most n-1 in u over F , i.e.
v=t(u)=a0+a1*u+...+an-1*u^(n-1) (a0,...,an-1 are elements of F)


*** I'm not sure what you call "basic polynomial algebra" to: it's easy to prove this using the properties of Euclidean Domain of the polynomial

ring F[x] -- namely, the fact that we can divide with remainder two polynomials and etc. -- and then using that [itex]\mathbb F(u)\cong \mathbb F[x]/<f(x)>[/itex] .

But for the above, I can't see how else you can prove that, and I am seriously and honestly interested in knowing this, since if you reach this result

the way I just described, I can't understand why would you want to avoid linear algebra while using ring theory...

DonAntonio ***


Let deg f=n and let u1=u,u2,...,un be roots of f.
Then polynomial h(x)=(x-t(u1))*((x-t(u2))*...*(x-t(un)) has degree n, has v as root and
its coefficients are symmetric functions of u1,u2,...,un, i.e. elements of F.
Since irreducible polynomial g divides h (they have common root v), it follows
deg g <= deg h = n = deg f. Exchange u and v gives deg f <= deg g.
So, deg g = deg f.

...
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 24 ·
Replies
24
Views
5K
Replies
48
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K