Trying to understand Galois theory book explanation

In summary, the conversation discusses the concept of symmetric functions and their role in Galois theory. It is explained that symmetric functions are invariant under permutations of variables and can be expressed as rational functions, with the coefficients of a polynomial being examples of such functions. The bold part in the conversation discusses a specific example where quantities that are invariant under permutations of roots can be expressed as rational functions of the coefficients of the polynomial. The conversation also touches on the concept of symmetric polynomials and their relationship to the roots of a polynomial. The author of the book being referenced, Stewart, mentions Lagrange's method and states that the purpose of this section is to provide a general idea of what is involved in the theory.
  • #1
jostpuur
2,116
19
I'm trying to read this:

https://www.amazon.com/dp/1584883936/?tag=pfamazon01-20

On the pages 12-13 it says:

For example, if a cubic polynomial has roots [itex]\alpha_1,\alpha_2,\alpha_3[/itex] and [itex]\omega[/itex] is a primitive cube root of unity, then the expression

[tex]
u = (\alpha_1 + \omega\alpha_2 + \omega^2\alpha_3)^3
[/tex]

takes exactly two distinct values. In fact, even permutations leave it unchanged, while odd permutations transform it to

[tex]
v = (\alpha_1 + \omega^2\alpha_2 + \omega\alpha_3)^3
[/tex]

It follows that [itex]u+v[/itex] and [itex]uv[/itex] are fixed by all permutations of the roots and must, therefore, be expressible as rational functions of the coefficients. That is, [itex]u[/itex] and [itex]v[/itex] are solutions of a quadratic equation, and can thus be expressed using square roots.

The bold part is where lose the track. Why are quantities, which are invariant under permutations of roots, expressible in some certain way?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
I have a hazy idea of the reason. Someone else may be able to be precise. (Prof. Stong of UVA once said "The half life of Galois Theory is 10 seconds" - meaing it takes 10 seconds to forget half of what you learned about it.)

There are so-called "symmetric functions" of n variables. They are invariant under all permutations of the variables. The set of all symmetric functions of n variables is a vector space since the the sum of scalar multiples of such functions is still a symmetric function. In fact, it's "more than a vector space" since the product of symmetric functions is defined and is a symmetric function. Is it a "ring"?

The coefficients of a polynomial equation in 1 variable are symmetric functions of the roots of the polynomial. For example, for roots of the quadratic r and s, we have (x-r)(x-s) = x^2 - (r+s)x + rs. The constant function 1, the function r+s and the function rs are symmetric functions of the variables r and s.

If you think in terms of vector spaces, when you have two sets of vectors, it is natural to ask whether one set can be expressed using the other one as a "basis". The coefficients of a general polynomial equation are the so-called "elementary" symmetric functions. This suggests the idea that they could be a "basis" for the set of all symmetric functions. So if you have two symmetric functions u and v, it is natural to suspect that u and v can be expressed in terms of elementary functions and these happen to be exactly the coefficients of a polynomial equation.

What is involved in your example is not the statement that u and v are expressible as a linear combination of elementary symmetric functions. As I recall, the idea of "rationally expressibile" is more general than that, but it the result is in the same "spirit" as saying that there is an "elementary' set of things that are a "basis" than can be used to express all other things of the same sort.

See if that book has theorems that say something like "Any symmetric function can be expressed rationally in terms of elementary symmetric functions" and "The coefficients of the general polynomial equation are precisely the elementary symmetric functions".
 
Last edited:
  • #3
I hadn't thought about the polynomial coefficients as symmetric functions of the roots, so your response helped a little bit, but I'm still confused by the claim made by the author. Suppose for example that

[tex]
f_1(x_1,x_2) = x_1 + x_2
[/tex]
[tex]
f_2(x_1,x_2) = x_1x_2
[/tex]

[tex]
f(x_1,x_2) = e^{x_1 + x_2}
[/tex]

If you were given a task to find a rational function [itex]\Phi[/itex] such that

[tex]
f(x_1,x_2) = \Phi(f_1(x_1,x_2),f_2(x_1,x_2))
[/tex]

it would be an impossible task. I don't believe that a finite collection of symmetric functions would span the whole collection of all symmetric functions in nearly any sense.
 
  • #4
I see your point. My guess is that "symmetric functions" in the Galois theory of equations refers, by definition, to rational functions that are symmetric, so the problem of [itex] e^{x_1 + x_2} [/itex] is probably "defined away". In the case of the passage you quoted [itex] u [/itex] and [itex] v [/itex] were polynomials.
 
  • #5
Finally, I think I solved your problem.

Take a monic polynomial [tex]x^n+a_{n-1}x^{n-1}+...+a_1x+a_0[/tex] with coefficients in [tex]\mathbb{Q}[/tex] (the field doesn't matter much). If [tex]x_1,...,x_n[/tex] are the roots of this polynomail, then

[tex]x^n+a_{n-1}x^{n-1}+...+a_1x+a_0=(x-x_1)...(x-x_n)[/tex].

By equating the coefficients of both polynomials, we easily get that

[tex]a_{n-1}=-\sum_{i=1}^n{x_i},~a_{n-2}=\sum_{1\leq i<j\leq n}{x_ix_j},...[/tex]

The point is that every coefficient of the polynomial can be expressed as a polynomial in the roots. But not just polynomials, but elementary symmetric polynomials. (see http://en.wikipedia.org/wiki/Elementary_symmetric_polynomial and http://en.wikipedia.org/wiki/Symmetric_polynomial ).
Now, any symmetric polynomial can be expressed as a polynomial expression of elementary symmetric polynomials (this is the fundamental theorem of symmetric polynomials, see the wikilinks).

Now, what does this have to do with the question. Well, take a quantity a that is invariant under permutations of the roots. We, of course, assume that there exists a polynomial P such that [tex]a=P(x_1,...,x_n)[/tex], so a can be expressed as a polynomial expression of the roots.

Since a is invariant under permutation of the roots, it follows that P is a symmetric polynomial. Thus P can be written as

[tex]P(x_1,...,x_n)=Q(E(x_1,...,x_n),E'(x_1,...,x_n),...)[/tex]

with E, E', ... elementary symmetric polynomials. But we have found that symmetric polynomails of the roots are coefficients of the original polynomial, thus

[tex]P(x_1,...,x_n)=Q(a_1,...,a_{n-1})[/tex]

For more information, see http://en.wikipedia.org/wiki/Cubic_polynomial under the section Lagrange's method.

I don't think Stewart really meant for readers to understand all of this (I think this because this statement is in the introduction). I guess he wanted to sketch a method. So don't feel bad if you don't entirely get this. This method has nothing to do with what comes later in the book (which he does treat thoroughly, in contrast with this). In fact, he states

Because the formulas are messy and the story is lengthy, the most we can do here is give some flavour of what is involved.

So I don't think Stewart wanted you to grasp everything that's going on. But you should just get an idea of how previous mathematicians did these kind of problems...
 
Last edited by a moderator:
  • #6
micromass said:
Now, what does this have to do with the question. Well, take a quantity a that is invariant under permutations of the roots. We, of course, assume that there exists a polynomial P such that [tex]a=P(x_1,...,x_n)[/tex], so a can be expressed as a polynomial expression of the roots.

[tex]P(x_1,...,x_n)=Q(a_1,...,a_{n-1})[/tex]

So [itex]a[/itex] is expressible as a polynomial of the coefficients? Was there a reason for Stewart to speak about rational functions?
 
  • #7
jostpuur said:
So [itex]a[/itex] is expressible as a polynomial of the coefficients? Was there a reason for Stewart to speak about rational functions?

I understood rational function as polynomial with rational coefficients here. I don't think we actually need the real rational functions here...
 

1. What is Galois theory?

Galois theory is a branch of mathematics that studies the properties of field extensions, which are algebraic structures that generalize the concept of numbers. It provides a framework for understanding the solutions to polynomial equations and their relationships.

2. Why is Galois theory important?

Galois theory has many applications in mathematics and other fields such as physics, computer science, and cryptography. It allows for a deeper understanding of the structure of mathematical objects and has practical applications in solving equations and proving theorems.

3. What are the main concepts in Galois theory?

The main concepts in Galois theory include fields, field extensions, and Galois groups. A field is a mathematical structure that satisfies certain properties and includes familiar objects such as rational and real numbers. Field extensions are created by adjoining elements to a field. Galois groups are groups of symmetries that describe the relationships between the elements of a field extension.

4. How is Galois theory related to other branches of mathematics?

Galois theory is closely related to other areas of mathematics such as abstract algebra, algebraic geometry, and number theory. It provides a powerful tool for studying these areas and has connections to many other mathematical concepts and theories.

5. Is Galois theory difficult to understand?

Galois theory can be challenging to grasp at first, as it involves abstract concepts and requires a solid foundation in algebra. However, with dedication and practice, it can be understood by anyone with a strong mathematical background. There are many resources available, such as books and online lectures, to aid in understanding Galois theory.

Similar threads

Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Math Proof Training and Practice
6
Replies
175
Views
20K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Sticky
  • Science and Math Textbooks
Replies
27
Views
3K
  • Poll
  • Science and Math Textbooks
Replies
5
Views
7K
Replies
4
Views
2K
  • Poll
  • Science and Math Textbooks
Replies
5
Views
7K
  • Poll
  • Science and Math Textbooks
Replies
4
Views
7K
Back
Top