Assume that the ring R has a commutative multiplication. Prove that the set of nilpotent elements N form a subring of R.
So I know that an element $x$ in a ring R is called nilpotent if there exists a positive integer n such that $x^n$ = $0$.
1) I would imagine identity element $0$ is contained in N because the nilpoint elements equal 0.
2) The inverse of $x^n$ would still equal $0$ so inverses are contained
3) Closure for addition: two elements $x^n$ + $x^n$ is still 0 so closure in addition is achieved.
4) Closure for multiplication: two elements $x^n$ * $x^n$ is still 0 so closure in multiplication is achieved.
Is my logic for this proof even close to being right? I feel like I am looking at this wrong and it's much too simplistic. I don't even use that commutative multiplication.
Thank you for any and all help.
You need to be more careful definitely.
For example "the inverse of $x^n$ is equal to $0$" makes no sense. In fact you don't need to work with $x^n$, but with $x$ instead. Anyway you need to prove that $-x$ is nilpotent, which is obviously true, as $(-x)^n = (-1)^nx^n = 0$
Now to let $y$ and $x$ be nilpotent s.t. $x^n = y^m = 0$. Then by the Binomial Formula we have that $(x+y)^{m+n} = 0$, so the sum is nilpotent too.
Similarly you can see that $(xy)^{n} = x^{n}y^{n} = 0$.
Hence the proof.