Let $R$ be a commutative ring and $\emptyset\neq A\subseteq R$ satisfy the conditions
- $a,b\in A\implies a+b\in A$;
- $r\in R$ and $a\in A\implies ar\in A$.
I was asked to prove that if $A$ is an ideal then for each $a\in A,$ there is an integer $n\neq 0$, which may depend on $a$, such that $na\in aR+Ra$. However the result looks not true due to the following reasons.
The so-called "counterexample" became apparent as a consequence of the answer to this post. Consider the ring of $\mathbb{Z}[x]$ and the ideal $R=(x)$. Then we consider $R$ as a ring in $\mathbb{Z}[x]$. $R$ satisfies conditions 1 and 2. But if the statement of the result were true then there would exist a nonzero integer $n$ such that $nx\in xR+Rx$ which is impossible since any nonzero member of $xR+Rx$ has degree greater than $1$. Hence the result to be proved is false.
I am not sure if this argument is correct or the result to be proved is simply correct. The reason I'm trying to disprove the result is that I tried proving it for roughly more than 12 hours and I couldn't. So is this argument correct? Or is the result simply true? If it is true could someone give me a hint to prove it? Thanks.