1

How I can prove that if $A$ is a ring and $f\in A$ is not nilpotent then $A_f\cong A[T]/(Tf-1)$?

My attempt is the following.

I define the homomorphism $\phi : A[T]\longrightarrow A_f$ in this way: $\phi(a):=a/1$ and $\phi(T^n)=1/f^n$. Now, of course $(Tf-1)\subseteq \ker \phi$, but I'm not able to prove the reverse inclusion.

1 Answers1

3

I think your struggle to show $\operatorname{ker} \phi \subset (Tf-1)$ is a good reason to give you the following general advice: You don't have to show the inclusion by the virtue of a little workaround (as suggested in the comments).

When one wants to show $A/B \cong C$ (isomorphism of modules, rings, groups...) one often gives a map $\phi: A \to C$ and most of the times it is trivial to show that the map is surjective and $\phi(B)=0$. The missing part is $\operatorname{ker} \phi \subset B$ which might be a little bit harder. But one can also do the following:

Note that $\phi(B)=0$ at least gives you a map $A/B \to C$, which is surjective because $\phi$ is. To show that it is an isomorphism, it is enough to give a left-inverse (if the category has the nice property that an isomorphism is the same as a bijective morphism, for example modules or rings) or a both-sided inverse (if the category does not have this property).

Hence you just have to give a map $C \to A/B$ and check that $A/B \to C \to A/B$ is the identity map.

In our case, we note that the natural map $A \to A[T]/(Tf-1)$ maps $f$ to a unit, i.e. it factors through the localization $A_f$ and yields a map $A_f \to A[T]/(Tf-1)$. It is straight forward to check that $$A[T]/(Tf-1) \to A_f \to A[T]/(Tf-1)$$ is the identity map, i.e. $A[T]/(Tf-1) \to A_f$ is injective (and you already know that is is surjective) and thus an isomorphism.

To check that the composition is indeed the identity, it is enough to track the image of $T$, since the map is uniquely determined by the image of $T$.

MooS
  • 31,390
  • I absolutely agree with the advice of not showing the inclusion, and rather constructing an inverse map. However, out of curiosity, I decided to see how things would go if one ignores this advice. So we suppose $p=a_nT^n+\cdots+a_0\in\ker(\phi)$, so that $$\phi(p)=\frac{a_n}{f^n}+\cdots+\frac{a_0}{1}= \frac{a_n+\cdots+a_0f^n}{f^n}=\frac{0}{1}$$ Then there is some $f^r$ such that $$f^r\cdot ((a_n+\cdots+a_0f^n)\cdot 1-f^n\cdot 0)=f^r(a_n+\cdots+a_0f^{n})=0$$ Therefore the polynomial $T^{n+r}p(\frac{1}{T})$ has $f$ as a root, and therefore is a multiple of $(T-f)$. – Zev Chonoles Mar 17 '17 at 00:04
  • Except for the pesky extra $r$ in the exponent, this would let us conclude that $p$ is a multiple of $(Tf-1)$. Do you have any ideas as to how to finish this direct argument? If we were assured that $f$ was a non-zerodivisor, and not just non-nilpotent, then we could say $$f^r(a_n+\cdots+a_0f^n)=0\implies a_n+\cdots+a_0f^n=0$$ and hence that $T^np(\frac{1}{T})$ has $f$ as a root, hence is a multiple of $(T-f)$, etc. etc. – Zev Chonoles Mar 17 '17 at 00:04