Let $R$ be an integral domain and $0 \neq a \in R$. I need to show that: $$\frac{R[T]}{(aT-1)} \cong R[a^{-1}].$$
My Works:
Let us define the ring homomorphism $\phi: R[T] \to R[a^{-1}]$ which is defined by $T \mapsto a^{-1}$. It is easy to show that $\phi$ is an epimorphism and $(aT-1) \subset \mathrm{ker} (\phi)$. I do not know how to get the inverse inclusion. In the case that $R$ is a field, we may use the Euclidean algorithm to show that every $g \in \mathrm{ker} (\phi)$ is a multiple of $aT-1$. But since $R$ is not a field, I do not know how to show that $g$ must be a multiple of $aT-1$.
Thanks for your help.