1. Algebraic Structures and Examples

Definitions And Examples Of Groups

Definitions and Examples of Groups

Welcome, students! 👋 In this lesson, you will explore one of the most important ideas in abstract algebra: the group. Groups help mathematicians describe patterns in arithmetic, symmetry, puzzles, and many other systems. By the end of this lesson, you should understand what a group is, why the definition has several parts, and how to recognize groups in real examples.

What is a group?

A group is a set together with a binary operation that follows four rules. A binary operation is a rule that combines two elements of a set to make one new element in the same set. For example, addition on integers is a binary operation because if you add two integers, the result is still an integer.

To be a group, a set and operation must satisfy these four properties:

  1. Closure: if $a$ and $b$ are in the set, then $a \ast b$ is also in the set.
  2. Associativity: for all $a,b,c$, we have $(a \ast b) \ast c = a \ast (b \ast c)$.
  3. Identity element: there is an element $e$ such that $e \ast a = a \ast e = a$ for every $a$.
  4. Inverse element: for every $a$, there is an element $a^{-1}$ such that $a \ast a^{-1} = a^{-1} \ast a = e$.

Here, the symbol $\ast$ is a placeholder for the operation. It might mean addition, multiplication, or something else entirely. The key idea is not the symbol itself, but whether the four rules are true.

A helpful way to remember a group is this: it is a system where you can combine elements, the combining behaves consistently, there is a “do nothing” element, and every element can be undone. 🔁

Why mathematicians care about groups

Groups are used to study symmetry and arithmetic structure. This makes them one of the first big steps into abstract algebra.

In everyday terms, symmetry means a way of moving or transforming an object without changing its essential shape or appearance. Think about a square. You can rotate it or reflect it, and it still looks like a square. Those transformations can be combined, and they behave like a group.

In arithmetic, groups show up in systems like the integers under addition. If you add two integers, you still get an integer. Addition is associative, $0$ acts like the identity, and every integer $a$ has an inverse $-a$.

Groups are powerful because they let mathematicians focus on structure rather than surface details. A group of symmetries and a group of numbers may look very different, but if they follow the same rules, they can be studied with the same tools.

The four group axioms in detail

Let us look more carefully at each axiom.

1. Closure

Closure means the operation stays inside the set. If your set is $G$ and your operation is $\ast$, then for any $a,b \in G$, the result $a \ast b$ must also be in $G$.

Example: the integers $\mathbb{Z}$ are closed under addition because adding any two integers gives another integer. But the natural numbers $\mathbb{N}$ are not a group under subtraction, because $3-5=-2$ is not a natural number.

2. Associativity

Associativity says that when you combine three elements, the grouping does not matter:

$$

(a \ast b) \ast c = a \ast (b \ast c).

$$

This is true for addition and multiplication of numbers, but not for every operation. Associativity is important because it lets us simplify expressions without worrying about parentheses.

3. Identity element

An identity element leaves every element unchanged. For addition, the identity is $0$ because $a+0=0+a=a$. For multiplication, the identity is $1$ because $a\cdot 1=1\cdot a=a$.

Not every set has an identity for a given operation. For example, the positive integers under addition do not have an additive identity, because $0$ is not positive.

4. Inverse element

Every element must have an inverse that “undoes” it. Under addition, the inverse of $a$ is $-a$ because $a+(-a)=0$. Under multiplication, the inverse of a nonzero number $a$ is $\frac{1}{a}$ because $a\cdot \frac{1}{a}=1$.

A common mistake is thinking every set element always has an inverse. This is not true in many systems. For multiplication on integers, $2$ does not have an integer inverse, because $\frac{1}{2}$ is not an integer. So the integers under multiplication are not a group.

Important examples of groups

Let us examine several standard examples.

The integers under addition

The set $\mathbb{Z}$ with addition is a group, written $($ $\mathbb{Z},+$ $)$.

  • Closure: the sum of two integers is an integer.
  • Associativity: addition is associative.
  • Identity: $0$.
  • Inverse: each $a$ has inverse $-a$.

This is one of the simplest and most important examples of a group. It connects algebra to everyday counting and number patterns.

The nonzero real numbers under multiplication

The set $\mathbb{R}^\times = \mathbb{R} \setminus \{0\}$ with multiplication is a group.

  • Closure: the product of two nonzero real numbers is nonzero.
  • Associativity: multiplication is associative.
  • Identity: $1$.
  • Inverse: each nonzero real number $a$ has inverse $\frac{1}{a}$.

Notice that $0$ is excluded. Without that exclusion, the inverse property would fail because $0$ has no multiplicative inverse.

Symmetry of a square

The transformations of a square that keep it looking the same form a group called the symmetry group of the square. These transformations include rotations and reflections.

For example, the square can be rotated by $0^\circ$, $90^\circ$, $180^\circ$, or $270^\circ$. It can also be reflected across certain lines. Combining two symmetries gives another symmetry, so closure holds. Doing one symmetry after another is associative, because composition of functions is associative. The identity is the transformation that changes nothing. Every symmetry has an inverse that reverses it.

This example shows why groups are useful for geometry and visual patterns. The set is not numbers, but the same group ideas still apply.

Modular arithmetic

Consider the set $\{0,1,2,3,4\}$ with addition modulo $5$, written $\bmod\ 5$.

For instance, $3+4=7$, and modulo $5$ this becomes $2$. We write $3+4 \equiv 2 \pmod{5}$.

This system is a group under addition modulo $5$:

  • Closure: results always stay in $\{0,1,2,3,4\}$.
  • Associativity: inherited from integer addition.
  • Identity: $0$.
  • Inverse: the inverse of $1$ is $4$, because $1+4 \equiv 0 \pmod{5}$.

Modular arithmetic is used in clocks, computer science, and cryptography. 🕒

Non-examples: when a system is not a group

It is just as important to know what fails.

Natural numbers under addition

The natural numbers often fail the inverse axiom. If the set is $\mathbb{N}$ and the operation is addition, there is usually no inverse for a number like $3$, because $-3$ is not in $\mathbb{N}$.

Integers under multiplication

The integers are closed under multiplication and multiplication is associative, and $1$ is an identity. However, most integers do not have multiplicative inverses in $\mathbb{Z}$. For example, there is no integer $x$ such that $2x=1$. So $($ $\mathbb{Z},\cdot$ $)$ is not a group.

Positive real numbers under subtraction

Subtraction is not associative. For example,

$$

$(5-3)-1 = 1,$

$$

while

$$

$5-(3-1)=3.$

$$

Because associativity fails, this structure cannot be a group.

These non-examples help you see that all four axioms matter. Missing just one means the structure is not a group.

How to check whether something is a group

When students is given a set and operation, a good strategy is to test the axioms in order:

  1. Check closure.
  2. Check associativity.
  3. Find the identity element.
  4. Check whether every element has an inverse.

For some systems, these are easy to prove directly. For others, especially symmetry groups, it may help to list all the elements and see how they combine.

A useful fact is that if a set already has associative operation and an identity, then to prove it is a group, you only need to show that each element has an inverse. This is why identifying the identity is often a major step.

Conclusion

Groups are one of the central ideas in abstract algebra because they capture the essence of combining elements in a consistent way. The definition is built from four properties: closure, associativity, identity, and inverses. These ideas appear in arithmetic, modular arithmetic, and symmetry, which shows that groups are not just abstract symbols but a way to describe structure in many different settings. Understanding groups gives you a foundation for later topics in algebraic structures and examples, including rings, fields, and more advanced symmetry ideas. 🌟

Study Notes

  • A group is a set with a binary operation satisfying closure, associativity, identity, and inverses.
  • A binary operation combines two elements to make one element in the same set.
  • The symbol $\ast$ is often used for a general group operation.
  • The identity element acts like “doing nothing”: for addition it is $0$, and for multiplication it is $1$.
  • Every element in a group must have an inverse.
  • $($ $\mathbb{Z},+$ $)$ is a group.
  • $($ $\mathbb{R}^\times,\cdot$ $)$ is a group.
  • Addition modulo $n$ is a group on $\{0,1,\dots,n-1\}$.
  • The symmetries of a square form a group.
  • Non-examples help identify which axiom fails.
  • To test whether a structure is a group, check closure, associativity, identity, and inverses in that order.

Practice Quiz

5 questions to test your understanding