A group in mathematics is a basic algebraic object made of a collection of elements together with a rule for combining any two elements to get a third. The notion is intentionally abstract: it captures the essential features of many familiar systems, from the integers under addition to symmetries of geometric figures. For broader context see group theory and its connections to mathematics.

Formal definition

Formally, a group is a set G equipped with a binary operation • (often written by juxtaposition) satisfying three axioms. These axioms are usually stated as:

  • Associativity: (ab)c = a(bc) for all a,b,c in G.
  • Identity: there exists e in G with ea = ae = a for every a in G.
  • Inverses: for each a in G there exists b in G with ab = ba = e.

The requirement that combining any two elements yields another element of the same set is called closure and is usually understood as part of the operation's definition.

Basic examples

Concrete instances help fix the idea. Typical examples include:

  • The integers with addition, where the identity is 0 and inverses are negation.
  • Nonzero real numbers with multiplication (identity 1, inverse 1/x).
  • Permutations of a finite set, composed by performing one permutation after another (symmetric groups).
  • Invertible matrices under matrix multiplication, important in linear algebra and geometry.

Important concepts and distinctions

Groups are classified and studied by many features. A group is called abelian if its operation is commutative (ab = ba for all elements); otherwise it is non-abelian. Subsets that themselves form groups are subgroups. Maps between groups that respect the operation are homomorphisms; kernels and images of homomorphisms play crucial roles. When a subgroup is normal, one can form a quotient group, an object that encapsulates how the subgroup sits inside the whole.

Historical notes and development

The idea of a group emerged in the 19th century from work on polynomial equations and permutation of roots. Mathematicians such as Évariste Galois and Arthur Cayley were central to early development: Galois used permutation structures to study solvability of equations, while later writers abstracted and systematized the axioms that define groups today. Over time the concept has become a unifying language across algebra, geometry and analysis.

Uses and significance

Groups express symmetry in physical systems and mathematical objects, underpin parts of number theory, topology and algebraic geometry, and appear in applications ranging from crystallography to particle physics and cryptography. Understanding the structure of groups—finite or infinite, simple or composite—guides classification problems and the study of invariants. For introductions and advanced treatments see algebraic structure resources and surveys in number theory and algebra.

For accessible expositions and further reading on specific families (permutation groups, matrix groups, Lie groups) consult specialized sources, or follow introductory expositions at set and structure summaries and online lecture notes about operations.