Algebra/Chapter 27/Groups

From testwiki
Revision as of 03:26, 23 December 2024 by imported>GoreyCat
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
------------------------ Algebra
Chapter 27: Group Theory
Section 3: Groups
Lagrange's Theorem

Template:Resize


Definition of a Group

In standard terms, a group G is a set equipped with a binary operation • such that the following properties hold:

  1. The binary operation is closed. That means, for any two values a and b in G, the combined value a • b is also in G.
  2. The binary operation is associative. For any values a, b, c in G, a • (b • c) = (a • b) • c.
  3. There exists a unique identity element e in G such that for all values a in G, a • e = a = e • a.
  4. There exists a unique inverse element a1 such that a1a=e

If the binary operation is commutative, or b • a = a • b, then the group is said to be Abelian.

Template:BookCat