MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Zara Patel
May 15, 2026

How to prove that a set with an associative binary operation and identity is a group?

I'm studying abstract algebra and I understand the group axioms:

  1. Closure: a⋅b∈Ga \cdot b \in Ga⋅b∈G for all a,b∈Ga, b \in Ga,b∈G
  2. Associativity: (a⋅b)⋅c=a⋅(b⋅c)(a \cdot b) \cdot c = a \cdot (b \cdot c)(a⋅b)⋅c=a⋅(b⋅c)
  3. Identity: There exists e∈Ge \in Ge∈G such that e⋅a=a⋅e=ae \cdot a = a \cdot e = ae⋅a=a⋅e=a
  4. Inverses: For each aaa, there exists a−1a^{-1}a−1 such that a⋅a−1=a−1⋅a=ea \cdot a^{-1} = a^{-1} \cdot a = ea⋅a−1=a−1⋅a=e

But I've heard that sometimes axioms 3 and 4 can be weakened. Specifically, if we have a semigroup (closure + associativity) with a left identity and left inverses, that is sufficient for a group. Could someone prove this?

Also, what is the difference between a group, a monoid, and a semigroup?

1 answers597 views

1 Answer

5
Sarah Jenkins
Sarah Jenkins
May 16, 2026
Accepted
You are correct — the group axioms can be weakened. Here is the proof. **Theorem:** A set $G$ with an associative binary operation $\cdot$ such that: - There exists $e \in G$ with $e \cdot a = a$ for all $a$ (left identity) - For each $a$, there exists $a' \in G$ with $a' \cdot a = e$ (left inverse) Then $G$ is a group. **Proof:** First, show $a \cdot a' = e$ (left inverse is also right inverse). Let $a'$ be the left inverse of $a$, and $a''$ be the left inverse of $a'$: \begin{align*} a \cdot a' &= e \cdot (a \cdot a') \\ &= (a'' \cdot a') \cdot (a \cdot a') \\ &= a'' \cdot ((a' \cdot a) \cdot a') \\ &= a'' \cdot (e \cdot a') \\ &= a'' \cdot a' = e \end{align*} Now show $a \cdot e = a$ (left identity is also right identity): $$a \cdot e = a \cdot (a' \cdot a) = (a \cdot a') \cdot a = e \cdot a = a$$ Thus all four axioms hold. **Hierarchy of Algebraic Structures:** | Structure | Closure | Associative | Identity | Inverses | |---|---|---|---|---| | **Magma** | ✓ | | | | | **Semigroup** | ✓ | ✓ | | | | **Monoid** | ✓ | ✓ | ✓ | | | **Group** | ✓ | ✓ | ✓ | ✓ | | **Abelian Group** | ✓ | ✓ | ✓ | ✓ + commutative | **Examples:** - $(\mathbb{N}, +)$ is a semigroup but not a monoid (no identity for $0$ if we exclude it) - $(\mathbb{N}_0, +)$ is a monoid but not a group (no negative numbers) - $(\mathbb{Z}, +)$ is an abelian group
Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

How can I memorize trigonometric identities without rote memorization?

21.6k

What is the Central Limit Theorem and why does it matter?

1822

Is my sin(2x) over x^3 limit solution actually correct?

1717

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31.1k