Let $\{R_i\}_{i\in A}$ be a directed set of commutative local rings with directed index set $A$, and let $R$ be the direct limit of this set. I want to know if $R$ is a local ring (we know that $R$ is a commutative ring).
-
Yes, it is a local ring. – Zhen Lin Jul 25 '15 at 12:51
-
A ring R is local if and only if ∀ a ∈ R we have a ∈ R^* or 1-a ∈ R^*. This property is preserved by directed limit (= filtered colimit). – name Jan 02 '24 at 03:36
2 Answers
Suppose $\{R_i\}$ is a directed system of local rings, let $R:=\varinjlim R_i$ and suppose further $R\neq \{0\}$.
Consider $\mathfrak{m}:=R\setminus R^\times$. We will show that $\mathfrak{m}$ is an ideal and therefore $R$ is local with maximal ideal $\mathfrak{m}$.
If $x,y\in \mathfrak{m}$ then for some large enough index $i$ there is a homomorphism $\phi_i:R_i\rightarrow R$ and elements $\bar{x},\bar{y}\in R_i$ such that $\phi_i(\bar{x})=x$ and $\phi_i(\bar{y})=y$. Since $x,y\notin R^\times$, $\bar{x},\bar{y}$ are not units in $R_i$ and are therefore contained in the maximal ideal of $R_i$ say $\mathfrak{m}_i$.
Now $x-y=\phi_i(\bar{x}-\bar{y})$ is contained in $\mathfrak{m}$. To see this, note if there was an inverse $z\in R$ then $1=z(x-y)=\phi_i(\bar{z}(\bar{x}-\bar{y}))=\phi_i(w)$ for $w\in \mathfrak{m}_i$. But, $\phi_i(1)=1$ so that $\phi_i(1-w)=1-1=0$. Since $w$ is an element of the jacobson radical of $R_i$, $1-w$ is a unit of $R_i$ so $1=0$ in $R$ which we assumed was not the case.
Suppose $r\in R$ and $x\in \mathfrak{m}$ and consider the multiplication $rx$. Taking their preimages in $R_i$ for sufficiently large $i$ gives $\bar{r}\bar{x}\in \mathfrak{m}_i$ which, by a similar argument to the above, yields $\phi_i(\bar{r}\bar{x})=rx\in \mathfrak{m}$ and therefore $\mathfrak{m}$ is the unique maximal ideal of $R$.
- 6,049
-
In the 4th paragraph, you should note that you might need to change $i$ to find $\bar{z}$ (but by the 3rd paragraph, this won't change the fact that $\bar{x}$ and $\bar{y}$ are in the maximal ideal). You can also simplify the second half of the paragraph (and remove the assumption $R\neq 0$ by just saying that by making $i$ large enough, you can assume $\bar{z}(\bar{x}-\bar{y})=1$ already holds in $R_i$. – Eric Wofsey Jul 25 '15 at 17:03
-
-
1In the last paragraph, we don't need to pass to $R_i$. Assume to the contrary that $rx\notin m$, then $rx\in R^$, so there is $y\in R$ with $rxy=1$ in $R$, then $x\in R^$, which is a contradiction. – Doug Jul 22 '22 at 09:03
A probably cleaner answer:
Let $(R_i,\mathfrak{m}_i)$ be a direct system of local rings. To each of these we get an exact sequence
$$0\rightarrow \mathfrak{m}_i\rightarrow R_i\rightarrow R_i/\mathfrak{m}_i\rightarrow 0$$
and by applying the exact $\varinjlim$ functor we obtain a sequence $$0\rightarrow \varinjlim \mathfrak{m}_i\rightarrow \varinjlim R_i\rightarrow \varinjlim R_i/\mathfrak{m}_i\rightarrow 0.$$ The nonzero object on the rightmost side is a field (direct limit of fields is a field - choose an element, it comes from a field, so has an inverse) hence the ideal $\varinjlim \mathfrak{m}_i$ is a maximal ideal. It's certainly the only maximal ideal, as every other ideal is contained in it, which completes the proof.
- 6,049
-
3To be completely fair: The limit should be taken in the category of rings not necessarily with unit, nor unit preserving map. And I assume the morphisms defining the direct system should be unit preserving (and that each $R_i$ has a unit). Lastly, maybe I should assume each homomorphism in the system is local. (In particular, if this was for limits of schemes or locally ringed spaces then all is clear). – Eoin Jun 09 '16 at 06:27