4

Proposition. Let $R$ be commutative ring with $1_R$. We assume that $R$ is an Artinian ring and $M_1,\dots,M_n$ its maximal ideals. Then

  1. $R/\mathrm{Jac}(R)\cong (R/M_1)\times \dotsb \times (R/M_n)$.
  2. The ring $R$ is isomorphic to the direct product of a finite number of Artinian local rings.

Proof. 1. It's obvious that $M_i+M_j=R,\ \forall 1\leq i \neq j \leq n$. So, from Chinese Remainder Theorem, we have $$R/\bigcap_{i=1}^{n}M_i = R/\mathrm{Jac}(R) \cong (R/M_1)\times \dotsb \times (R/M_n),$$ as we wanted.

  1. Since $R$ is an Artinian ring, we have $\mathrm{Jac}(R)^m=\{0_R\}$, for some $m\in \Bbb N$. But, $$\{0_R\}\subseteq M_1^m\dotsb M_n^m=(M_1\dotsb M_n)^m\subseteq \bigcap_{i=1}^{n}M_i=\mathrm{Jac}(R)^m=\{0_R\}.$$ So, if we apply CRT we will take $$R\cong R/\{0_R\}\cong R/M_1^m\dotsb M_n^m\cong (R/M_1^m)\times \dots \times (R/M_n^m).$$

Questions.

1) Are these thoughts complete and correct?

2) Why are $R/M_i^m$ artinian local rings?

3) Could you please elaborate on some examples as an application?

Chris
  • 2,763
  • 1
    For (2): Assuming $R$ is commutative, which it seems like it is, each $R/M_i$ is a field. – Tim May 28 '19 at 18:57
  • @ Thanks, I fixed it. So $R/M_i^m$ is field, so it's a local ring with $\mathfrak{m}={0_{R/M_i^m}}={M_i^m}$? – Chris May 28 '19 at 19:05
  • Sorry I was answering your question (2). $R/M_i$ is a field since $M_i$ is a maximal ideal. Modding out by powers of a maximal ideal is likely not a field. – Tim May 28 '19 at 19:12
  • @Tim, I made a typo on powers and I fixed it. I apologize for that. – Chris May 28 '19 at 19:14
  • See https://math.stackexchange.com/questions/746111/is-quotient-of-a-ring-by-a-power-of-a-maximal-ideal-local – Tim May 28 '19 at 19:22
  • 1
    You have to show that $R/M_i^m$ are Artinian local rings. And if $m>1$ this is certainly not a field. – user26857 May 28 '19 at 20:11
  • @user26857 Thank you very much. Your answers are always to the point. Could you please explain why these rings are Artinian? – Chris May 28 '19 at 20:15
  • 1
    Every quotient of an Artinian ring is Artinian. Probably you wanted to know why these are local rings. The (prime) ideals of $R/M^k$ are of the form $P/M^k$ with $P\supseteq M^k$. Now if $P$ is prime we get $P\supseteq M$ and since $M$ is maximal we get $P=M$, so there is only one prime (hence maximal) ideal in our ring. – user26857 May 28 '19 at 21:11
  • 1
    @user26857 Splendid! Thank you – Chris May 29 '19 at 11:29
  • May I know why $M_i^m+M_j^m=R$ so that we could use CRT in 2? – Jun Xu Feb 26 '21 at 06:21

1 Answers1

3

Yes, your use of the CRT is OK.

It is not hard to show that $R/M^k$ is a local ring for any natural number $k$ and maximal ideal $M$.

The pieces of the ring are Artinian because they are all homomorphic images of the original ring (you just factor out the ideal that is the complement of the factor you're interested in.)

One application of this theorem is that if $n=\prod_{i\in I} p_i^{e_i}$ where $I$ is a finite index set, $p_i$ are distinct primes, and $e_i$ are positive integral exponents, then $\mathbb Z/n\mathbb Z\cong \prod_{i\in I}\mathbb Z/p_i^{e_i}\mathbb Z$.

Another practical corollary is that there are finitely many maximal ideals in such a ring (one for each local summand.)

I'm not sure what other applications you are looking for... It is already quite nice that the ring decomposes into "nicer" ones.

rschwieb
  • 153,510
  • Thank you for your answer! Could you please write down some counter examples as an application? And of courseI ll accept the answer. – Chris May 28 '19 at 19:58
  • @Chris There are no counterexamples to a true statement. What kind of counterexample are you looking for? – rschwieb May 28 '19 at 20:06
  • I am sorry, I misunderstood the word counter example. I mean some applications-examples to this theorem. – Chris May 28 '19 at 20:08
  • 1
    @Chris I provided one... i'm not sure what else one should say. – rschwieb May 29 '19 at 13:30
  • Just something like that I had in my mind. What about sth like polynomials in $F[X] $, where $F$ is a field? – Chris May 29 '19 at 14:38
  • 1
    @Chris When $F$ is a field, $F[X]$ is a nonfield domain, hence not Artinian. So your proposition does not apply. – rschwieb May 29 '19 at 14:58