It is a branch of pure mathematics that studies math in the context of abstract structures.
Motivation
For a long time, many people studied math in the context of specific things: numbers, polynomials, geometric transformations. Some similar patterns emerge from all of them, so the field of Abstract Algebra emerged as a way to consolidate these similarities as a combined abstract idea.
EXAMPLE (ADDITION) For ALL mathematical objects, addition follows the same patterns.
- Integers:
- Polynomials:
- Matrices:
- Vectors:
- Complex numbers:
- Functions:
- Residue classes (clock arithmetic): — like adding hours on a clock
- Rational numbers:
- Real numbers:
- Modular integers:
- Power series:
- Symmetry operations: “rotate ” + “rotate ” = “rotate ”
- Translations in space: “move 3m east” + “move 2m east” = “move 5m east”
- Permutations: Swapping positions + = combined rearrangement
- Velocity vectors:
- Force vectors:
- Electrical currents: (in parallel)
- Probability distributions: Convolution of distributions
- Sets (symmetric difference):
- Logic propositions: combined with
- Angles:
All of these follow the same fundamental rules (commutative, associative, identity, inverse).
- Commutative: a + b = b + a (order doesn’t matter)
- Associative: (a + b) + c = a + (b + c) (grouping doesn’t matter)
- Identity: There’s a “zero” where a + 0 = a
- Inverse: For every a, there’s a -a where a + (-a) = 0
So these fundamental operations and their rules are interesting, but how do I prove to people that these rules do in fact hold for this operation in every type of mathematical object?
That's what the field of Abstract Algebra is about! It studies the patterns and properties that emerge from operations on mathematical objects, identifying what's common across different contexts!
The way we fundamentally analyze these similar patterns and properties is with Groups. These are sets of mathematical objects and an operator that, when it is shown to follow four important axioms, can get access to thousands of common patterns and properties that have been deduced from those axioms.
