This is still WIP


Basic Algebraic Structures

Binary Operations

A binary operation on a set is a function . We typically write instead of .

Magma

A magma is an ordered pair consisting of a non-empty set and a binary operation on .

Semigroup

A semigroup is a magma such that the binary operation is associative: for all , .

Monoid

A monoid is a semigroup with an identity element such that for all : . The identity element is unique.

Group

A group is a monoid where every element has an inverse element such that . The inverse of each element is unique.

Abelian Group

An abelian group (or commutative group) is a group where the binary operation is commutative: for all , .

Rings and Fields

These structures combine two binary operations: addition and multiplication.

Ring

A ring is an ordered tuple consisting of a set and two binary operations, and , such that:

  1. is an abelian group (the additive group).
  2. is a monoid (the multiplicative monoid).
  3. The distributive laws hold: for all ,
    • (left distributive law)
    • (right distributive law)

Commutative Ring

A commutative ring is a ring where the multiplicative monoid is also commutative: for all , .

Integral Domain

An integral domain is a commutative ring that satisfies the following additional property: for all , if , then either or (or both). This property is also expressed by stating that there are no zero divisors.

Field

A field is a commutative ring where every nonzero element is a unit (invertible under multiplication). In other words, is an abelian group. This implies that a field is also an integral domain.

Important Theorems

The following are significant theorems often used in proofs within abstract algebra:

  • Lagrange’s Theorem: The order of a subgroup divides the order of the group.
  • Isomorphism Theorems: Series of theorems that describe relationships between groups and their homomorphisms.