I am working on the following problem.
Let $R$ be a nilpotent ring (there exists a positive integer $n$ such that the product of $m$ elements of $R$ is $0$). Let $M$ be an $R$-module and $N$ any submodule of $M$. Prove that if $N\not=0$, then $RN\not=N$.
What I have tried: I wanted to prove this by contrapositive. Assume that $RN=N$. We want to show that $N=0$. Let $a\in N$. Then $a\in RN$ and so $a=r_1n_1+\cdots+r_tn_t$ for some $r_i\in R$ and $n_i\in N$.
I know I should probably use that $R$ is nilpotent somewhere, but I am stuck on how to proceed to show that $a=0$. Any clues on how to proceed, or should I try a different approach?