Let $R$ be a ring with $1 \in R$. Multiplication by a positive integer $k$ means multiple addition $ka = a + a + ... + a$. Suppose the positive integer $n$ is such that $n1 = 0$ in $R$. Show that $na = 0$ for every $a \in R$.
It seems to be easy task, but I have not managed to find an appropiate proof of this. For example writing $na=a+a+...+a$, $a1=1a=a \in R$, can I have $na=n(1a)=(n1)a=0a=0$? I believe that this would follow if $n \in R$ (its the multiplication associativity) but that's not the case here. Any clues?