Countability of Algebraic Numbers as Roots of Polynomials

DPMachine
Messages
26
Reaction score
0

Homework Statement



A real number x \in R is called algebraic if there exist integers a_{0},a_{1},a_{2}...,a_{n}, not all zero, such that

a_{n}x^{n} + a_{n}_{1}x^{n-1} + ... + a_{1}x + a_{0} = 0

Said another way, a real number is algebraic if it is the root of a polynomial with integer coefficients...

Fix n \in N, and let A_{n} be the algebraic numbers obtained as roots of polynomials with integer coefficients that have degree n. Using the fact that every polynomial has a finite number of roots, show that A_{n} is countable. (For each m \in M, consider polynomials a_{n}x^{n} + a_{n}_{1}x^{n-1} + ... + a_{1}x + a_{0} that satisfy \left|a_{n}\right| + \left|a_{n-1}\right| + ... + \left|a_{1}\right| + \left|a_{0}\right| \leq m.)


Homework Equations





The Attempt at a Solution



I'm not sure how to explain this coherently... here is what I have. I feel like there are some holes.

-Every polynomial has a finite # of roots (therefore it is countable)

-m \in N is the sum of all integer coefficients for the roots of polynomials.

-Let C_{m} be a set containing all possible polynomials whose integer coefficients add up to m for a fixed n. Since there are finite ways to express m as a sum of integers, each C_{m} is countable.

-Every A_{n} is made up of C_{m}, so A_{n} is countable (since union of a countable # of countable sets is countable).
 
Physics news on Phys.org


I don't see anything wrong with that. As you said, a union of countable sets is countable. That's the point, right?
 


Dick said:
I don't see anything wrong with that. As you said, a union of countable sets is countable. That's the point, right?

Yeah, what I came up with at the end is probably correct... I guess I'm more concerned about whether each step makes sense or if there's anything I should clarify more.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top