I know that an integral domain with finite number of elements is a field, but, how do relate this with the finitude of the number of ideals?
-
Related: http://math.stackexchange.com/questions/901876 – Watson Jan 19 '17 at 13:02
-
It follows from http://math.stackexchange.com/questions/60969/ – Watson Jan 19 '17 at 13:05
2 Answers
Hint: let $R$ be your integral domain, and suppose $\alpha \in R$ is nonzero. Consider the ideals $\langle \alpha \rangle, \langle \alpha^{2} \rangle, \langle \alpha^{3} \rangle, \ldots$. What must be true if any of these two ideals $\langle \alpha^{k_{1}} \rangle$ and $\langle \alpha^{k_{2}} \rangle$ are equal?

- 20,278
-
1This argument shows in particular that every Artinian domain is a field. – Crostul Sep 09 '15 at 16:30
-
-
Indeed, since (WLOG taking $k_{1} < k_{2}$) we have $\alpha^{k_{1}} \in \langle \alpha^{k_{2}} \rangle)$, so $\alpha^{k_{1}} = \alpha^{nk_{2}}$ for some $n \in \mathbb{N}$, so we have $\alpha^{nk_{2}} - \alpha^{k_{1}} = 0$. Now factor and use the fact that you're in an integral domain. – Alex Wertheim Sep 09 '15 at 20:24
-
-
1
-
Ack, you're absolutely right @lhf, my mistake. Fortunately, it doesn't change the reasoning too much... :) – Alex Wertheim Sep 10 '15 at 00:55
-
How does this prove that the given integral domain is commutative? – Prince Kumar Aug 06 '17 at 17:28
-
1@PrinceKumar: It does not. I am operating under the (standard) convention that an integral domain is assumed to be commutative. – Alex Wertheim Aug 16 '17 at 20:08
-
@AlexWertheim I had a questioj regarding the answer: $\alpha^{k_1}\in\langle \alpha^{k_2}\rangle\implies \exists b\in R,$ such that $\alpha^{k_1}=b\alpha^{k_2}.$ How to show that $R$ is field from here? If I factor things assuming, WLOG, $k_1\gt k_2$ holds then, we get $\alpha^{k_1-k_2}=b.$ – Thomas Finley Nov 02 '23 at 07:08
Let $R$ be your integral domain, and take $a \in R$, $a \ne 0$. We have to prove that $a$ is a unit.
Let $\mathcal I$ be the set of ideals of $R$ and consider the map $\mathcal I \to \mathcal I$ given by $I \mapsto aI$.
This map is injective (*). Since $\mathcal I$ is finite, the map is surjective. Thus, $R=aI$ for some ideal $I$ and so $1=ai$ for some $i\in I$. This means that $a$ is a unit.
(*) If $I$ and $J$ are ideals of $R$ with $aI=aJ$, then for every $i\in I$, there is a $j\in J$ such that $ai=aj$. Since $R$ is a domain and $a\ne0$, this implies that $i=j\in J$. In other words, $aI=aJ$ implies $I \subseteq J$. By symmetry, $J \subseteq I$ and so $I=J$.

- 216,483