Blog Archive

Tuesday, July 4, 2023

Using Linear Algebra to prove that C[x] is PID (Via proving Educlidean domain is PID and for all K, K[x] is Euclidean domain)

In the previous essay, we used the Chinese Remainder Theorem over PID, but why C[x] is a PID?

In fact, any Euclidean domain is PID , and for any field K,K[x] is Euclidean domain.

So what is Euclidean domain?

Definition 1. An integral domain R is called a Euclidean domain if it admits a map δ:R{0}N making possible Euclidean division in R in the following sense:

Given elements f,gR,g0, there are elements q,rR such that f=qg+r, where δ(r)<δ(g) or r=0. The map δ is referred to as a Euclidean function of the Euclidean domain R

So, Let us prove

Proposition. Every Euclidean domain is PID

Proof.

Let R be a Euclidean domain, and aR be a non-zero ideal; choose aa,a0, such that δ(a) is minimal with respect to the Euclidean function δ considered on R. We claim that (a)=a.

Let fa, and consider f=sa+r,δ(r)<δ(a), or r=0 and r=fsa, thus ra, since δ(a) is minimal, r=0

Thus fa,s,f=sa, then a=aR, and 0 is principle ideal. Thus R is PID.

Then we just need proof for any field K,K[x] is Euclidean domain. We will use linear algebra to prove that.

Proof.

Let δ:=deg:K[x]N

For a f,gK[x], assume deg(f)=m,deg(g)=n, assume that mn

We need to prove that there exists unique s,r,f=sg+r

View K[x] is a linear space over K, consider the linear map Tg(s,r)=sg+r

The linear map is injective, since KerTg=0, thus f=sg+r is unique.

To see the existence, we need to prove that Tg is surjective.

And since deg(f)=deg(sg)=deg(s)+deg(g),

Tg:Pmn×Pn1Pm, (Pk) is the polynomial space with deg(p)k

And dimPmn×dimPn1=(mn+1)+(n1+1)=m+1=dimPm

And by Tg is injective, that implies Tg is surjective. Thus we prove that for fK[x],f=sg+r

Thus K[x] is Euclidean domain C[x] is Euclidean domain C[x] is PID

Q.E.D.

No comments:

Post a Comment

Popular Posts