Loading...
Loading...
Abstract Algebra · Axiom Academy
The fundamental structure in abstract algebra: a set with two operations satisfying addition, multiplication, and distribution properties. The key insight: a ring has "nice" addition (like a group) and "reasonable" multiplication (associative, distributes over addition). Commutativity of multiplication is NOT required! 2. The Complete List of Axioms Let's enumerate all the axioms that define a ring (R, +, ·): Additive Axioms (Abelian Group) Associativity: ∀a, b, c ∈ R, (a + b) + c = a + (b + c) Identity: ∃0 ∈ R such that ∀a ∈ R, a + 0 = 0 + a = a Inverses: ∀a ∈ R, ∃(-a) ∈ R such that a + (-a) = (-a) + a = 0 Commutativity: ∀a, b ∈ R, a + b = b + a Associativity: ∀a, b, c ∈ R, (a · b) · c = a · (b · c) Left Distributive: ∀a, b, c ∈ R, a · (b + c) = a · b + a · c Right Distributive: ∀a, b, c ∈ R, (a + b) · c = a · c + b · c The most fundamental ring! Let's verify that ℤ = ..., -2, -1, 0, 1, 2, ... with ordinary addition and multiplication is indeed a ring. 4. Classic Number System Rings Many familiar number systems form rings with standard operations: The ring ℤₙ = 0, 1, 2, ..., n-1 with addition and multiplication mod n is a finite ring. Let's visualize ℤ₅: 6. Matrix Rings: Non-Commutative! The set M₂(ℝ) of 2×2 real matrices forms a ring under matrix addition and multiplication. This is our first example of a non-commutative ring ! ✓ Additive group: Component-wise addition ✓ Associative multiplication: Matrix multiplication is associative
This is the written version of the interactive lesson above. See the full Abstract Algebra course.