Hi!
I need to prove that unique factorization works for polynomials. I think it might have something to do with the power of the polynomial and the number of roots...the hint in the problem suggested using the Euclidean Algorithm.
Thanks!
Printable View
Hi!
I need to prove that unique factorization works for polynomials. I think it might have something to do with the power of the polynomial and the number of roots...the hint in the problem suggested using the Euclidean Algorithm.
Thanks!
Start by stating the theorem.
you mean state the euclidean algorithm? It's a way of finding the GCD
If you have a and b, the process goes
a = (q1)b + (r1)
b = (q2)(r1) + (r2)
r1 = (q3)(r2) + r3
and keeps going on until the remainder becomes zero
In general a ringis a
is a
.
The number theory textbook i'm using says nothing about rings...ring R = UFD?
bump bump bmup
There are two steps that you need to take. First, you need to show that you can factor every polynomial into a product of primes / irreducibles. Then, you need to show that the factorization is unique.
Can you see how to prove either part?
@roninpro yea I think i get it..io'llt ry that out and see how it goes.