How do you show that the sum of two algebraic integers is also an algebraic integer? Also, how do we find the minimal polynomial of the sum of the two algebraic integers given the minimal polynomials of both algebraic integers? For example, let and The minimal polynomial of is and for is , now how would we find the minimal polynomial of ? Furthermore, how would we prove that is also an algebraic integer?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
http://www.incertia.net/blog/some-proofs-regarding-symmetric-polynomials-and-algebraic-numbers/
It is easier to prove that a+b is an algebraic integer. Let f(x) be a (not necessarily minimal) integer polynomial such that f(a)=0, with roots ai. Let g(x) be a (not necessarily minimal) integer polynomial such that g(b)=0, with roots bj. Then, consider the polynomial
h(x)=∏(x−ai−bj)
It remains to show that the coefficients are integers. If you expand it, you can use Veita's formulas (though tediously). This is motivated from Galois theory which tells us that the algebraic integers form a ring.
The reason why h(x) need not be the minimal polynomial, is because things might cancel out. For example, if a=2 with minimal polynomial x2−2 and b=2 with minimal polynomial x2−2, then the above construction gives us h(x)=x4−4x2, while a+b=0 which has minimal polynomial of x. I don't think a general solution exists, but I might be wrong.
Log in to reply
This keeps only proves that a+b is an algebraic number because h is not necessarily an integer polynomial. This is because the symmetric sums of ai,bi are rational from Vieta, not integral. If f,g were monic, then this would be entirely correct.
Log in to reply
The definition of an algebraic integer, is that it is a root of a monic polynomial. I should have mentioned that, as it wasn't stated in the post.
Of course, there are many other ways of understanding algebraic integers, especially if you have a knowledge of field theory / abstract algebra. I wasn't certain how much he knew, and I opted to go for the most basic (and crude / brute force) approach. For example, if you used the definition that α is an algebraic integer if Z[α] is a finitely generated Z−module, the result is immediate. However, that wouldn't have been helpful to many people.
Thanks for the solution! Can you elaborate on the use of Vieta's formulas to prove that all the coefficients of h(x) are integers?
We can use the fundamental theorem of symmetric polynomial with the same polynomial defined by chung repeatedly to prove in general.