Let $R$ be an integral domain, i.e., a commutative ring with 1 that has no-zero divisors other than 0. Let $p,q \in R$. under what conditions can we ensure that $(pq)R = pR \cap qR$, where $(pq)R$ is the principal ideal generated by the product $pq$.
One inclusion is true:
If $x \in (pq)R$, then $x = p(qr) = q(pr)$ for some $r \in R$. Hence, $x = p(qr) \in pR$ and $x = q(pr) \in qR$ so that $x \in pR \cap qR$.
For the reverse inclusion:
If $x \in pR \cap qR$, then $x = pr$ and $x = qr'$ for some $r,r' \in R$. Hence, $pr = qr'$. Is it possible to ensure (additional assumptions?) that $x \in (pq)R$ in this case?