Blog Archive

Tuesday, July 4, 2023

Chinese Remainder Theorem and Partial Fraction Decomposition

Introduction and background knowledge

Introduction and background knowledge

In many textbooks, the partial fraction decomposition makes me confused. You know, they never show you a good reason. Thus I am writing this article, I have a good reason for that.

I will apply CRT to C[x], and then use some linear algebra.

Theorem 1.1 Chinese Remainder Theorem (CRT)

Let R be a ring, I1,I2,...In is a family of ideal satisfied Ii+Ij=R, for ij,

then Rk=1nInk=1nRIk.

Proof.

Define φ:Rk=1nR/Ik by r(rmodIk)i=1n.

Easy to see that Kerφ=k=1nIk.

Then we only need to prove that φ is surjective and then we conclude the proof by the first isomorphism theorem.

Since Ii+Ij=R,rjIi,sIj,rj+sj=1,

Then consider ji(rj+sj)=1.

Define si:=jisj, then ji(rj+sj)=r+siIi+jiIj.

Thus si{1modIi0modIj, φ(x1s1+x2s2+...+xnsn)=(ximodIi)i=1n.

Therefore φ is surjective.

Theorem 1.2 Chinese Remainder Theorem (CRT) for PID

Suppose R is a PID, m1,m2,m3,...,mn is coprime, Let M=i=1nmi

Then R/MRR/miR

Define Mi=M/mi

timi+siMi=1

φ1:=(xi+miR)i=1n=xisiMi+MR

Partial Fraction Decomposition and Chinese Remainder Theorem in C[x]

Here is a Proof for K[x] is PID, K is any field.

https://wuyulanliulongblog.blogspot.com/2023/07/using-linear-algebra-to-prove-that-cx_4.html

Consider a polynomial Q(x) in C[x], it always can be factored to Q(x)=a(xλ1)i1...(xλn)in

I1,...,In=((xλ1)i1),...,((xλn)in)

Since C[x] is PID, and gcd(Ii,Ij)=1,(ij), according to Bezout's theorem

s,tC[x]aIi,bIj,sa+tb=1, then Ii+Ij=C[x]

And then we have sijiIj, si{1modIi0modIj

For all P(x)C[x], P(x)=i=1naisi+Q(x)F(x)

si=siji(xλj)

Thus P(x)Q(x)=F(x)+1aj=1najsj(xλj)ij

Recall the Euclidean division, P(x)=F(x)Q(x)+R(x),degR(x)<degQ(x)

We will omit the F(x) below for convenient. That is, we deal withR(x),degR(x)<degQ(x)

Remark.ajsj is polynomial, and degajsj<ij , and for convenient, I will denote P(x)Q(x)=j=1nSj(xλj)ij

For example, Let R(x)=x2+1,Q(x)=x(x1)2

R(x)Q(x)=Ax+Bx+C(x1)2

And then, Linear Algebra

Let us still consider the example, Bx+CP1, thus we need to decompose Bx+C(x1)2 to b(x1)+c(x1)2

Since b(x1)+c(x1)2=b(x1)+c(x1)2, {(x1),1} is basis of P1(C)

Remark. Pn(C) refer to the polynomial space over complex number, degpn

In general, R(x)Q(x)=j=1nSj(xλj)ij

=[A1,1(xλ1)+...+A1,i1(xλ1)i1]+...+[Ai,1(xλn)+...+An,in(xλn)in]

Because {1,(xλk),(xλk)2,...,(xλ)ik1} is basis of Pn(C)

Then we get Partial Fraction Decomposition over C[x]

Summary

And as you see, it look like the structure theorem for finitely generated modules over a principle ideal domain

MRfi=1nR/(di),di|di+1

When the first time write this essay, I think [A1,1(xλ1)+...+A1,i1(xλ1)i1]+...+[Ai,1(xλn)+...+An,in(xλn)in]

Is really like Jordan canonical form

But the issue is I have not learned them. After I learn them, I will write a more general and elegant proof

No comments:

Post a Comment

Popular Posts