Suppose $(R,+,\cdot)$ be a ring and there is two elements, $a$ and $b$ are in the ring such that $ab$ is a zero divisor.
My attempt has two parts.
1 - if $a$ or $b$ equal to $0$ ($0$ is the zero element of the ring), then it is obvious that $a.b = 0$ and $b.a = 0$. then for every $x ∈ R, a.b.x = 0$ so $a.b$ is a right zero divisor. Then $xba = 0$ so $b.a$ is right zero divisor. Similarly we can see that if ab is left zero divisor then $ba$ is right zero divisor. So for this case , if $ab$ is zero divisor, then $ba$ is also a zero divisor.(I think ring R should have at least one non-zero element so that $x≠0$, otherwise zero divisor won't have meaning in such a ring ?)
2 - if $a$ and $b$ does not equal $0$.
so from the assumptions, we know that ab is zero divisor. It means that it is both right and left divisor. So there exists some $z ∈ R, z≠ 0, s.t, abz = 0$.then if we consider the element $bz$, it results that $ba.bz = b.(abz) = 0$. Similarly , there exist some $z' ∈ R, z' ≠ 0, s.t, z'ab = 0$. Then $z'a.ba = (z'ab).a = 0$.
But it now suffices to show that $z'a ≠ 0$ and $bz ≠ 0$ so that $ba$ can be a zero divisor. How can I show that? or there is some counterexamples that shows $ba$ is not necessarily zero divisor even hen ab is a zero divisor?