Math Notes

Notes on algebra, probability theory, and linear algebra

View the Project on GitHub Claptar/math-notes

Algebra Fundamentals

A motivated build-up of the algebraic structures that appear at the start of abstract algebra and probability theory.

The goal is not only to list definitions, but to explain why the axioms are chosen, what they allow us to do, what breaks when they are absent, and what natural examples should live in your head.

Chapters

  1. Binary Operations and Associativity
  2. Semigroups and Monoids
  3. Groups and Reversibility
  4. Symmetries and Groups
  5. Commutativity and Abelian Groups
  6. Rings and Distributivity
  7. Fields and Scalar Arithmetic
  8. Vector Spaces
  9. Algebras over Fields
  10. One-Page Map of the Structures

Recurring chapter pattern

Most chapters follow this pattern:

  1. Definition — the formal object.
  2. Central intuition — what the structure is really trying to model.
  3. What the axiom buys us — what becomes possible.
  4. What breaks without it — why the axiom is not decorative.
  5. Natural examples — examples that are not merely artificial.
  6. Place in the build-up — how the structure connects to earlier and later ones.

Big guiding idea

Algebra is largely the study of operations and their laws.

A law is interesting when it lets us treat complicated expressions coherently:

The point is not memorizing axioms. The point is seeing what each axiom makes possible.