JustToThePoint English Website Version
JustToThePoint en español
JustToThePoint in Thai

Rings

“Hell is empty, all the devils and motherfuckers are here, and you are the greatest whore ever. Your cunt is a common shore, but your brain is a deserted island. It is full of palm trees, but no coconuts, Apocalypse, Anawim, #justtothepoint.

Motivation

In mathematics, addition (+), subtraction (-), multiplication (×), and division (:) are the four basic arithmetic operations. In Abstract Algebra, the key structures are groups, rings, fields, vector spaces, and modules.

  1. If the natural numbers are taken to be {1,2,3,…}, then the natural numbers are closed and associative under addition, but there is no identity and no inverses. Therefore, the set ℕ of natural numbers is not a group.
  2. The set of integers is a group under addition (ℤ, +). The set of integers is not a group under multiplication. It is closed, associative, and has the identity element 1. However, most of the integers do not have an inverse, e.g., 3, 4 or 7 has no inverses.

    In Abstract Algebra, subtraction is not an operation itself. It is just addition of the first term with the additive inverse of the second term, e.g., 4 -3 = 4 +(-3).

  3. (ℚ, +), (ℝ, +), and (ℂ, +) are groups with respect to addition.
  4. (ℚ*, ·), (ℝ*, ·), (ℂ*, ·) the sets of nonzero rational numbers, the set of nonzero real numbers, and the set of non-zero complex numbers are all groups under multiplication.

    Division is not considered a basic operation in abstract algebra. It is the multiplication of the dividend with the reciprocal or multiplicative inverse of the divisor, that is, a ÷ b = a x 1/b, 4 ÷ 5 = 4 x 1/5.

  5. GL(n, ℝ), the set of invertible n × n matrices, is a group under matrix multiplication.
  6. The permutation group S3 is the group of all permutations of three elements, also known as the symmetric group on three.
+ - x ÷
❌ 2 -3
❌ 2/3
✅ except by zero
Mmxn(ℝ) ❌ (rxs)·(sxt)
ℝ[x]

In abstract algebra, subtraction is difficult to conceptualize, what does $(\begin{smallmatrix}1 & 2 & 3\\ 2 & 3 & 1\end{smallmatrix})-(\begin{smallmatrix}1 & 2 & 3\\ 3 & 2 & 1\end{smallmatrix})$ mean?

Definition.

💍 A ring R is a non-empty set with two binary operations, namely addition (a + b) and multiplication (ab), such that ∀ a, b, c ∈ R:

  1. Both operations are closed: a + b ∈ R, a·b ∈ R.
  2. Commutative under addition: a + b = b + a.
  3. Associative under addition: (a + b) + c = a + (b + c).
  4. There is an additive identity 0 ∈ R such that a + 0 = a, ∀ a ∈ R.
  5. There are inverse elements for addition,, ∃-a ∈ R: a + (-a) = (-a) + a = 0.
  6. Associative under product: a(bc) = (ab)c.
  7. Multiplication is distributive over addition: a(bc) = ab + ac, (b + c)a = ba + ca.

 

Facts, types, and definitions

Let’s solve the equation x2 + x -6 = 0 in ℤ12. The left side of this equation can be factor as (x-2)(x+3) = 0, so the solutions are 2 (x -2 = 0) and -3 (x -3 = 0). There is a big assumption that we are taken for granted: if the product of two terms is zero then common sense 🐒 says at least one of the two terms has to be zero to start with.

However, this is not always the case, e.g., x2 +5x + 6 ≡ 0 (mod 12) ↭ (x +2)(x + 3) ≡ 0 (mod 12). Consider the following facts,

  1. x + 2 ≡ 0 (mod 12) ⇒ x ≡ 10 (mod 12).
  2. x + 3 ≡ 0 (mod 12) ⇒ x ≡ 9 (mod 12).
  3. We can see that this equation has not two, but four solutions: 1, 6, 9 and 10, that’s because 3·4 ≡ 0 (mod 12) even though 3 ≇ 0 (mod 12) and 4 ≇ 0 (mod 12). In other words, 12 has zero divisors.

The reason why an integral domain is required to be a commutative ring with unity and non zero divisors is to be able to use the cancellation property, a·x = a·y (a ≠ 0) ⇒[(R, +) Abelian group] a·x -a·y = 0 ⇒[Distributive] a(x -y) = 0 ⇒[No zero divisors, a ≠ 0] x -y = 0 ⇒ x = y.

C I o 2 n m t m , e u g t 3 r , a a t l i [ F , v d x i e o ] e p m l R r a d p i i i s r n n n i g g s m s s e , 💍 Q , D R i i v = , n , i g s s G i - L o 1 w ( n , i n t , R i h i , n u ) g j n , s , i t r k y i n | g o - f 1 f ² u n = c t 1 i , o n i s ² , = j ² = k ² = i j k = - 1

Examples

  1. ℤ, ℚ, ℝ, and ℂ under the usual operations of addition and multiplication are rings.
  2. Are there any finite rings? Yes, of course. ℤ/ℤn = {[0], [1], ··· [n-1]} under addition and multiplication modulo n are commutative rings with unity 1 -we are abusing notation, the unity is indeed [1]-. U(n) is the set of units. Counterexample: 2ℤ = {even integers}, 3ℤ are rings without multiplicative unity, 1 ∉ 2ℤ and 1 ∉ 3ℤ.
  3. Given a positive integer n, the set of all n×n matrices with real coefficients is a ring under addition and matrix multiplication. GL(n, ℝ) is a ring with unity, $(\begin{smallmatrix}1 & 0 & ···& 0\\ 0 & 1 & ··· & 0\\ · & · & ··1·· & 0\\ 0 & 0 & ··· & 1\end{smallmatrix})$ but it is not commutative.
  4. The set of all polynomials in the variable x with real coefficients, ℝ[x] = {anxn + an-1xn-1 + ··· + a1x + a0 | ai ∈ ℝ}, +, .) is a commutative ring with the usual operations of addition and multiplication of polynomials. f(x) + g(x), f(x) -g(x), and f(x)·g(x) are polynomials, -f(x) = -anxn + -an-1xn-1 + ··· -a1x -a0, the additive and multiplicative identity are 0 (the constant polynomial with an = an-1 = ··· = a1 = 0, a0 = 0) and 1 (the constant polynomial with an = an-1 = ··· = a1 = 0, a0 = 1) respectively.

    More generally, let R be a ring (ℤ, ℝ, ℂ, ℤ/nℤ, GL(n, ℝ)), we can use it to build a new ring R[x], the ring of polynomials with coefficients in R.

  5. Let R1, R2,…, Rn be a finite collection of rings, R1⊕R2⊕···⊕ Rn = {(a1, a2,…, an): ai ∈ Ri} is a ring called the direct sum of R1, R2,…, Rn under component-wise addition and multiplication; that is, (a1, a2,…, an) + (b1, b2,…, bn) = (a1 + b1, a2 + b2,…, an + bn)
    (a1, a2,…, an)(b1, b2,…, bn) = (a1b1, a2b2,…, anbn)
  6. ℤ/pℤ is a field, where p is a prime number.

Proof.

If n is composite ⇒ ∃a, b ∈ ℤ: n = a·b, 1 < a, b < n ⇒ a, b ∈ ℤn, a ≠ 0, b ≠ 0, a·b = n =n 0 ∎ Some examples: 2, 3 ∈ ℤ6, 2·3 = 0. 4, 3 ∈ ℤ12, 4·3 = 0.

However, if p is a prime number, ℤp is a field, that is, every non-zero element has an inverse. It is obviously a commutative ring with unity, ∀x ∈ ℤp - {0} ⇒[x < p, p prime] gcd(x, p) = 1 ⇒ ∃a, b: ax + bp = 1, 1 ≡ ax + bp (mod p) ≡ ax (mod p), and therefore a is a multiplicative inverse of x.

Let’s prove that it is an integral domain. Suppose that there are two elements a, b ∈ ℤp with a·b = 0 ∈ ℤp ⇒ ab ≡ 0 (mod p) ⇒ p | ab ⇒[p is prime] p | a or p | b ⇒ a = [0] in ℤp or b = [0] in ℤp.

The identity is 1 + (0i +0j +0k).
∀x ∈ Q₈, x = a +bi +cj +dk, let’s prove that x-1 = $\frac{a-bi-cj-dk}{a^2+b^2+c^2+d^2}$. $(a +bi +cj +dk)\frac{a-bi-cj-dk}{a^2+b^2+c^2+d^2} = \frac{(a^2+b^2+c^2+d^2)+(-cd+cd)i + (-bd+bd)j + (-bc +cb)k}{a^2+b^2+c^2+d^2}$ = 1.

Bibliography

This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This post relies heavily on the following resources, specially on NPTEL-NOC IITM, Introduction to Galois Theory, Michael Penn, and Contemporary Abstract Algebra, Joseph, A. Gallian.
  1. NPTEL-NOC IITM, Introduction to Galois Theory.
  2. Algebra, Second Edition, by Michael Artin.
  3. LibreTexts, Abstract and Geometric Algebra, Abstract Algebra: Theory and Applications (Judson).
  4. Field and Galois Theory, by Patrick Morandi. Springer.
  5. Michael Penn (Abstract Algebra), and MathMajor.
  6. Contemporary Abstract Algebra, Joseph, A. Gallian.
  7. Andrew Misseldine: College Algebra and Abstract Algebra.
Bitcoin donation

JustToThePoint Copyright © 2011 - 2024 Anawim. ALL RIGHTS RESERVED. Bilingual e-books, articles, and videos to help your child and your entire family succeed, develop a healthy lifestyle, and have a lot of fun.

This website uses cookies to improve your navigation experience.
By continuing, you are consenting to our use of cookies, in accordance with our Cookies Policy and Website Terms and Conditions of use.