Definition: For a ring with unit $R$, Jacobson Radical is defined as the ideal $J(R) = \{r \in R: rM = 0 \}$ where $M$ is simple.
- Let $R$ be a ring with $1_R$, $u = a + x $ is a unit and $x \in J(R)$, prove $a$ is a unit.
- So I wrote that if $M$ is simple, let $m \in M$. Then $um = (a + x)m = am + xm = am$. So therefore $um = am \iff (u-a)m = 0 \iff u - a \in J(R).$ But this is where I am stuck. To show $a$ is a unit, I have to show $a \not\in J(R)$ at least. Now I think here I have to assume $J(R) \neq R$, then this gives me $u \not\in J(R)$ since $J(R)$ is an ideal of $R$, so therefore $a \not\in J(R)$. But I am still stuck. I tried also using $u$ being a unit to generate $1$, but I can't get any leads.
EDIT: I just realized $J(R)$ can be defined as the intersection of right maximal ideals in $R$ and I can turn the problem into showing $x\not\in J(R) $, but I was only able to show $1-sx$ is non-unit. where $s\in R.$