0

Let $R$ be a PID , let $a,b \in R$ be co-prime elements , i.e. $aR+bR=R$ . Then obviously $R[X]/(aX-b)$ is an integral domain . How to show that $R[X]/(aX-b) \cong R[1/a]$ ?

Bernard
  • 175,478

1 Answers1

1

Hint:

Consider a Bézout's relation: $\;ua+vb=1,\quad (u,v\in R)$. In $R[1/a]$, you have: $$\frac 1a=u+\frac{vb}a.$$

Bernard
  • 175,478
  • Okay ... but I am still not getting it ... how to get a surjective homomorphism from $R[X] \to R[1/a]$ with kernel $(aX-b)$ ? Or are you suggesting any other method ..? –  Sep 04 '17 at 12:32
  • You map $X$ to $b/a$,thus defining a homomorphism from $\mathbf R[X]$ to $R[1/a]$. As $aX-b$ lies in the kernel, it passes to the quotient $R[X]/(aX-b)$, and it's surjective because of the relation I mention in my answer. – Bernard Sep 04 '17 at 13:41
  • Ok I get that now ... and why is the kernel exactly $(aX-b)$ ? –  Sep 04 '17 at 15:46
  • It's not hard to see it's a prime ideal. If the kernel strictly contained the ideal $(aX-b)$, it would be a maximal ideal of $R[X]$, which would have a non-zero intersection $R$, and the canonical morphism $R\to R[1/a]$ would not be injective. – Bernard Sep 04 '17 at 16:09
  • @Bernard You are using too much that $R$ is a PID in a question that obviously holds in a more general context. – user26857 Sep 05 '17 at 09:18
  • @user26857: Well, Bézout makes things easier… – Bernard Sep 05 '17 at 09:20
  • @Bernard I won't be so sure, at least not when it comes to show that the ideal $(aX-b)$ is prime. – user26857 Sep 05 '17 at 09:21
  • Oh! this point… Yes, I use the fact the structure of prime ideals in a polynomial ring over a P.I.D. is known. – Bernard Sep 05 '17 at 09:23