2
$\begingroup$

Let $R$ be a commutative ring (why do we need this here?), $Nil(R)\trianglelefteq R$ is the subring of all nilpotent elements of $R$. Let $S=R/Nil(R)$. Prove that $Nil(S)=\{0_S\}$.

My approach:

The cosets of $S$ are of the form $r+Nil(R), \forall r\in R$. If we pick an element $r_1 \in R\backslash Nil(R)$ then $r_1+Nil(R)\in R/Nil(R)$. We can now observe that $(r_1+Nil(R))^m\ne 0$, for any integer $m>k$, where $k$ satisfies $n^k=0$. We can thus conclude that $Nil(S)=\emptyset$. But I'm probably wrong because what needs to be proved is that $Nil(S) = \{0_S\}$. But what is $0_S$ after all? I thought it should be $Nil(S)$, or is $Nil(S)=1_S$?

Would appreciate some clarification.

3 Answers 3

0

Let be $I=Nil(R)$, we will prove that $Nil(R/I)=0$ :

Let be $a+I\in S$ and $(a+I)^n=0\Rightarrow a^n+I=0\Rightarrow a^n \in I$ , then exists $m$ where $(a^n)^m=a^{nm}=0 $, then $a$ inpotent and $a\in I$ ,so $a+I=I$ and $Nil(R/I)=0$

3

$0_S$ is the coset $Nil(R) \in R/Nil(R)$. Your issue is that you started with $r_1 \in R \setminus Nil(R)$, rather than arbitrary $r_1$.

Suppose $[r] \in S$ is the coset containing $r \in R$. If $[r] \in Nil(S)$, then $[r]^n = [r^n] = 0_S$. That means $r^n \in Nil(R)$, and subsequently $r \in Nil(R)$, so $[r] = 0_S$.

  • 0
    How do you define $[r^n]$?2017-02-03
  • 1
    $[r^n] = r^n + Nil(S)$. My bracket notation is just a different way of writing cosets. It's pretty common for brackets to mean "the equivalence class of". Sorry for switching away from your notation.2017-02-03
2

Since $R$ is commutative, then $(r + Nil(R))^m = r^m + Nil(R)$. Now if $(r + Nil(R))^m = 0$, then $r^m \in Nil(R)$ thus there exists an integer $n$ such that $r^{mn} = 0$, this means that $r \in Nil(R)$, then $r + Nil(R) = 0_S$.

  • 0
    Why is $(r+Nil(R))^m=r^m + Nil(R) $? Can you please explain?2017-02-03
  • 1
    $Nil(R)$ is an ideal. If $x, y \in Nil(R)$ with $x^n = y^m = 0$, then $(x+y)^{n+m} = 0$. For any $r \in R$, $(rx)^n = r^nx^n = 0$. Since it's an ideal, $(r + x)^m = r^m + mr^{m-1}x + \cdots + x^m \in r^m + Nil(R)$.2017-02-03
  • 1
    But you also don't have to do all that. The fact that $R/Nil(R)$ is a ring (which is true because $Nil(R)$ is a 2-sided ideal) means that you can always just do your addition and multiplication on any representative for the coset, without having to worry about the entire thing.2017-02-03