Rings | Mathematics - Wyatt's Notes
8.1 Definition of a Ring
Section titled “8.1 Definition of a Ring”A ring is a set with two binary operations satisfying:
- is an abelian group.
- Multiplication is associative: .
- Distributive laws: and .
A ring is commutative if for all . A ring with a multiplicative identity is A ring with unity. A field is a commutative ring with unity in which every non-zero element has A multiplicative inverse.
8.2 Examples
Section titled “8.2 Examples”Example 1. is a commutative ring with unity, but not a field.
Example 2. is a commutative ring with unity. It is a field if and only if is prime.
Example 3. , , are fields.
Example 4. The set of real matrices is a non-commutative ring with unity.
Example 5. (Gaussian integers) is a commutative ring with unity.
8.3 Subrings
Section titled “8.3 Subrings”A subring is a subset that is itself a ring under the operations of .
Proposition 8.1 (Subring Criterion). A non-empty subset is a subring if and only if For all :
- .
- .
8.4 Integral Domains
Section titled “8.4 Integral Domains”An integral domain is a commutative ring with unity in which there are no zero divisors: if for Then or .
Proposition 8.2. Every field is an integral domain.
Proof. Let be a field and suppose with . Then .
Proposition 8.3. is an integral domain if and only if is prime.
Proof. If is prime, then is a field, hence an integral domain. If with Then in But and So has zero divisors.
Proposition 8.4 (Cancellation Law for Integral Domains). In an integral domain, if and Then .
Proof. implies . Since and there are no zero divisors, .
8.5 Fields: Further Examples
Section titled “8.5 Fields: Further Examples”Example. is a field. The inverse of (with not both zero) is .
Example. For any prime , is a field with elements, denoted .
Proposition 8.5. In a finite integral domain Every non-zero element is a unit. Hence every finite Integral domain is a field.
Proof. Let with . The map given by is injective (since implies implies by the cancellation law). Since is finite, is also surjective, so there exists with . Thus is a unit.
8.6 Ring Homomorphisms
Section titled “8.6 Ring Homomorphisms”A ring homomorphism is a function satisfying:
- for all .
- for all .
- (for rings with unity).
A ring homomorphism that is bijective is a ring isomorphism.
Proposition 8.6. If is a ring homomorphism, then:
- .
- for all .
- is an ideal of .
Proof. (1) So by cancellation in . (2) So . (3) Is an ideal: it is a subgroup of by the group homomorphism property, and for any and , and So .
Example. The map given by is a surjective Ring homomorphism with kernel .
Example. The evaluation map given by for a fixed is a surjective ring homomorphism with kernel .
8.7 Intuition: What Is a Ring?
Section titled “8.7 Intuition: What Is a Ring?”A ring is the algebraic structure that captures what it means to do arithmetic. Where a group captures symmetry (one operation), a ring captures the idea of having both addition and multiplication that interact through distributivity. The integers are the prototypical ring: you can add, subtract, and multiply, but you cannot always divide.
The key distinction within rings is whether division is possible. A field allows division by every non-zero element, like the rational or real numbers. An integral domain prevents “zero divisors,” meaning implies or — a reasonable expectation inherited from ordinary arithmetic. Non-commutative rings, like matrix rings, reveal that multiplication need not be commutative while still satisfying all other ring axioms. Ring homomorphisms preserve both addition and multiplication, which is stronger than group homomorphisms that only preserve one operation. The kernel of a ring homomorphism is always an ideal, which is the ring-theoretic analogue of a normal subgroup, enabling quotient constructions that build new rings from old ones.
8.8 Worked Examples: Ring Homomorphisms
Section titled “8.8 Worked Examples: Ring Homomorphisms”Problem. Let be defined by . Show that is a surjective ring homomorphism and find its kernel.
Solution
Solution. First, check it is a homomorphism: .
.
These differ by since is a multiple of . So preserves Multiplication. Additivity is clear. Also . ✓
Surjectivity: , , , , , . We get all residues So is surjective.
Kernel: . For example, since . Also . In fact, (the principal ideal generated by in ). By the ring isomorphism theorem, .
Problem. Let . Describe the elements of and show that has zero divisors.
Solution
Solution. In We have . Every element can be written as where Since higher powers reduce: , Etc.
has zero divisors: But and . So is not an integral domain.
Note that via the map . The isomorphism follows from the Chinese Remainder Theorem: And .
8.9 Common Mistakes
Section titled “8.9 Common Mistakes”Mistake 1: Confusing ideals with subrings An ideal of is a subring that is also closed under multiplication by arbitrary ring elements: and for all . Not every subring is an ideal. For example, is a subring of but not an ideal of because as a polynomial. Always verify the absorption property.
Mistake 2: Confusing zero divisors with units A zero divisor satisfies for some nonzero , while a unit satisfies for some . In , is a zero divisor (since ) but not a unit. In , every nonzero element is a unit and there are no zero divisors. These are opposite extremes of multiplicative behaviour.
Mistake 3: Assuming all rings have a multiplicative identity The definition of a ring does not require a multiplicative identity . Some authors include in the definition (called “rings with unity”), while others do not. When working with rings without unity, statements about units and the cancellation law may fail. Always check whether the ring is assumed to have unity.
flowchart TD A[8_Rings] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”Ideals and Quotient Rings: Ideals are the ring-theoretic analogue of normal subgroups and enable quotient ring constructions.
Homomorphisms and Isomorphism Theorems: Ring homomorphisms preserve both addition and multiplication, generalising group homomorphisms.
Field Theory: Fields are commutative rings in which every nonzero element has a multiplicative inverse.