Questions tagged [ring-theory]

This tag is for questions about rings, which are a type of algebraic structure studied in abstract algebra and algebraic number theory.

A ring $R$ is a triple $(R,+,\cdot)$ where $R$ is a nonempty set such that $(R,+)$ forms an abelian group, $(R,\cdot)$ forms a semigroup, and the two operations are related by the distributive laws: $a\cdot(b+c)=a\cdot b+a\cdot c$ and $(b+c)\cdot a=b\cdot a+c\cdot a$.

Important examples of rings include domains (such as the integers), fields (such as the real numbers), square matrix rings, polynomial rings, and rings of functions. Rings are studied in their own right in abstract algebra, but they are also prominently used in number theory, geometry, algebraic geometry, and logic.

Many authors require the semigroup $(R,\cdot)$ to have an identity, often denoted $1_R$ or $1$. Many other authors do not make that requirement. This difference is something that students and posters should be aware of. Scholars of the former school call the structures not necessarily having a unit element . Scholars of the latter school call $R$ a ring with identity, when $1_R$ exists. This difference of opinions has an impact on the definition of a ring homomorphism. The scholars who include the presence of $1_R$ as an axiom assume that it is preserved under ring homomorphisms. The scholars who don't insist on the existence of $1_R$ obviously cannot make this requirement.

The operation $\cdot$ does not have to be commutative, but when it is, $R$ is called a commutative ring.

There are numerous types of rings studied in different ways. An ideal in a ring is the ring-theoretic analogue of a normal subgroup of a group. The study of ideals is an important component of ring theory.

This tag often goes along with the and/or tags.

19658 questions
789
votes
1 answer

A proof for $\dim(R[T])=\dim(R)+1$ without prime ideals?

If $R$ is a commutative ring, it is easy to prove $\dim(R[T]) \geq \dim(R)+1$, where $\dim$ denotes the Krull dimension. If $R$ is Noetherian, we have equality. Every proof I'm aware of uses quite a bit of commutative algebra and non-trivial…
236
votes
1 answer

Why are rings called rings?

I've done some search in Internet and other sources about this question. Why the name ring to this particular object? Just curiosity. Thanks.
leo
  • 9,743
  • 6
  • 47
  • 118
158
votes
0 answers

Does every ring of integers sit inside a ring of integers that has a power basis?

Given a finite extension of the rationals, $K$, we know that $K=\mathbb{Q}[\alpha]$ by the primitive element theorem, so every $x \in K$ has the form $$x = a_0 + a_1 \alpha + \cdots + a_n \alpha^n,$$ with $a_i \in \mathbb{Q}$. However, the ring of…
Eins Null
  • 1,927
  • 1
  • 10
  • 10
141
votes
4 answers

Does $R[x] \cong S[x]$ imply $R \cong S$?

This is a very simple question but I believe it's nontrivial. I would like to know if the following is true: If $R$ and $S$ are rings and $R[x]$ and $S[x]$ are isomorphic as rings, then $R$ and $S$ are isomorphic. Thanks! If there isn't a proof…
123
votes
8 answers

Why “characteristic zero” and not “infinite characteristic”?

The characteristic of a ring (with unity, say) is the smallest positive number $n$ such that $$\underbrace{1 + 1 + \cdots + 1}_{n \text{ times}} = 0,$$ provided such an $n$ exists. Otherwise, we define it to be $0$. But why characteristic zero? Why…
Srivatsan
  • 25,533
  • 7
  • 83
  • 140
96
votes
1 answer

Ring structure on the Galois group of a finite field

Let $F$ be a finite field. There is an isomorphism of topological groups $\left(\mathrm{Gal}(\overline{F}/F),\circ\right) \cong (\widehat{\mathbb{Z}},+)$. It follows that the Galois group carries the structure of a topological ring isomorphic to…
Martin Brandenburg
  • 146,755
  • 15
  • 248
  • 458
96
votes
0 answers

Classification of local Artin (commutative) rings which are finite over an algebraically closed field.

A result in deformation theory states that if every morphism $Y=\operatorname{Spec}(A)\rightarrow X$ where $A$ is a local Artin ring finite over $k$ can be extended to every $Y'\supset Y$ where $Y'$ is an infinitesimal thickening of $Y$, then $X$ is…
85
votes
12 answers

Do groups, rings and fields have practical applications in CS? If so, what are some?

This is ONE thing about my undergraduate studies in computer science that I haven't been able to 'link' in my real life (academic and professional). Almost everything I studied I've observed be applied (directly or indirectly) or has given me Aha!…
PhD
  • 2,543
  • 5
  • 25
  • 31
83
votes
6 answers

Why can't the Polynomial Ring be a Field?

I'm currently studying Polynomial Rings, but I can't figure out why they are Rings, not Fields. In the definition of a Field, a Set builds a Commutative Group with Addition and Multiplication. This implies an inverse multiple for every Element in…
IAE
  • 1,207
  • 1
  • 11
  • 9
79
votes
3 answers

Does every Abelian group admit a ring structure?

Given some Abelian group $(G, +)$, does there always exist a binary operation $*$ such that $(G, +, *)$ is a ring? That is, $*$ is associative and distributive: \begin{align*} &a * (b * c) = (a*b) * c \\ &a * (b + c) = a * b + a * c \\ &(a + b) * c…
Mikko Korhonen
  • 23,479
  • 3
  • 54
  • 110
79
votes
7 answers

Quotient ring of Gaussian integers

A very basic ring theory question, which I am not able to solve. How does one show that $\mathbb{Z}[i]/(3-i) \cong \mathbb{Z}/10\mathbb{Z}$. Extending the result: $\mathbb{Z}[i]/(a-ib) \cong \mathbb{Z}/(a^{2}+b^{2})\mathbb{Z}$, if $a,b$ are…
68
votes
4 answers

Algebra: Best mental images

I'm curious how people think of Algebras (in the universal sense, i.e., monoids, groups, rings, etc.). Cayley diagrams of groups with few generators are useful for thinking about group actions on itself. I know that a categorical approach is…
65
votes
3 answers

What do prime ideals in $k[x,y]$ look like?

Suppose that $k$ is an algebraically closed field. Then what do the prime ideals in the polynomial ring $k[x,y]$ look like? As far as I know, the maximal ideals of $k[x,y]$ are of the form $(x-a,y-b)$ where $a,b\in k$. What can we say about the…
user14242
  • 2,680
  • 1
  • 19
  • 31
64
votes
2 answers

Characterizing units in polynomial rings

I am trying to prove a result, for which I have got one part, but I am not able to get the converse part. Theorem. Let $R$ be a commutative ring with $1$. Then $f(X)=a_{0}+a_{1}X+a_{2}X^{2} + \cdots + a_{n}X^{n}$ is a unit in $R[X]$ if and only if…
anonymous
63
votes
7 answers

Compute polynomial $p(x)$ if $x^5=1,\, x\neq 1$ [reducing mod $\textit{simpler}$ multiples]

The following question was asked on a high school test, where the students were given a few minutes per question, at most: Given that, $$P(x)=x^{104}+x^{93}+x^{82}+x^{71}+1$$ and, $$Q(x)=x^4+x^3+x^2+x+1$$ what is the remainder of $P(x)$…
1
2 3
99 100