Class 12 Mathematics ELEMENTARY GROUP THEORY Notes

Class 12 Mathematics Elementary Group Theory Notes | Nepal eNotes

Unit 3

Algebra

Class 12 Mathematics

Elementary Group Theory

Class 12 Mathematics – Elementary Group Theory Notes PDF

On mobile, swipe inside the PDF to read all pages and pinch to zoom.

Contents / Quick Navigation

NEB / CDC Focus

This chapter introduces a binary operation as a rule that combines two elements of a set to produce another element of the same set. It then develops the concept of a group, finite and infinite groups, uniqueness of identity and inverse, the cancellation laws, and Abelian groups. The treatment below stays within that Class 12 syllabus scope.

1. Introduction

Elementary group theory studies a set together with an operation that satisfies a small collection of algebraic rules. The central idea is not the kind of objects in the set but how the operation behaves.

Basic Idea

A group is written as (G, *), where G is a non-empty set and * is a binary operation on G satisfying the group axioms.

Binary Operation: two inputs, one output Set S a b operation * a * b Back in S a*b Closure requires a*b ∈ S for every a,b ∈ S.
Figure 1: A binary operation on a set must return an element of that same set.

2. Binary Operation

Definition

Let S be a non-empty set. A binary operation * on S is a rule that assigns to every ordered pair (a,b)∈S×S a unique element a*b∈S.

* : S × S → S

2.1 Conditions Hidden in the Definition

  • Two inputs: the operation acts on an ordered pair (a,b).
  • Defined for every pair: no pair from S×S may be left undefined.
  • Unique output: each ordered pair has one well-defined result.
  • Closure: the output belongs to S.
Example

Addition is a binary operation on the integers because for any a,b∈ℤ, the sum a+b is again an integer.

Counterexample

Division is not a binary operation on . For example, 1÷2=1/2∉ℤ, and division by zero is not defined.

3. Binary Operations on Sets of Integers

When a rule is defined on integers, first check whether it always gives an integer. That is the closure test.

Operation on ℤClosed?Reason
a*b=a+bYesSum of two integers is an integer.
a*b=a-bYesDifference of two integers is an integer.
a*b=abYesProduct of two integers is an integer.
a*b=a+b+3YesFor integers a and b, the result is an integer.
a*b=(a+b)/2NoFor a=1, b=2, the result is 3/2, not an integer.
a*b=a/bNoNot closed and not defined when b=0.
Worked Example: Check closure

On , define a*b=a+b-ab.

Since sums and products of integers are integers, a+b-ab is an integer for every a,b∈ℤ. Hence * is closed on .

Closure Test for a Proposed Operation Take arbitrary a,b ∈ S Compute a*b Does a*b always belong to S? YES → closed NO → not a binary operation on S
Figure 2: Closure is the first test when deciding whether a rule is a binary operation on a set.

4. Important Properties of Binary Operations

4.1 Closure

For all a,b∈S, a*b∈S.

4.2 Associative Property

(a*b)*c = a*(b*c) for all a,b,c∈S.

Associativity changes only the grouping, not the order of the elements.

4.3 Commutative Property

a*b=b*a for all a,b∈S.

Commutativity changes the order of the two elements. It is not required for every group; it is the extra condition that makes a group Abelian.

4.4 Identity Element

Definition

An element e∈S is an identity if a*e=e*a=a for every a∈S.

4.5 Inverse Element

Definition

If e is the identity, an element b∈S is an inverse of a if a*b=b*a=e. It is usually written a-1.

Four Group Axioms GROUP (G, *) 1. Closurea*b ∈ G 2. Associativity(a*b)*c=a*(b*c) 3. Identitya*e=e*a=a 4. Inversesa*a⁻¹=a⁻¹*a=e
Figure 3: A non-empty set with a binary operation is a group only when all four axioms hold.

5. Definition of a Group

Definition of Group

A non-empty set G with a binary operation * is called a group if:

  1. Closure: a*b∈G for all a,b∈G.
  2. Associativity: (a*b)*c=a*(b*c) for all a,b,c∈G.
  3. Identity: there exists e∈G such that a*e=e*a=a for every a∈G.
  4. Inverse: for every a∈G, there exists a-1∈G such that a*a-1=a-1*a=e.
Standard Example: (ℤ,+)
  • Closure: a+b∈ℤ.
  • Associativity: (a+b)+c=a+(b+c).
  • Identity: 0.
  • Inverse of a: -a.

Therefore (ℤ,+) is a group. It is also Abelian because a+b=b+a.

Non-example: (ℤ,×)

Although integer multiplication is closed and associative and has identity 1, most integers have no multiplicative inverse in . For example, the inverse of 2 would be 1/2, which is not an integer. Thus (ℤ,×) is not a group.

6. How to Test Whether a Structure Is a Group

  1. Closure: take arbitrary a,b∈G and show a*b∈G.
  2. Associativity: compare (a*b)*c with a*(b*c).
  3. Identity: solve a*e=e*a=a for e; it must belong to G and work for every a.
  4. Inverse: solve a*b=b*a=e; the inverse must belong to G for every a.
  5. Abelian check: after proving it is a group, check whether a*b=b*a.
Group-Test Flowchart Is the operation closed? Is it associative? Does an identity exist? Does every element have an inverse? YES → GROUP No → not a group No → not a group No → not a group No → not a group
Figure 4: Failure of even one group axiom is enough to conclude that the structure is not a group.

7. Finite and Infinite Groups

Finite Group

A group containing a finite number of elements is called a finite group. The number of elements is called the order of the group.

Example

G={1,-1} under ordinary multiplication is a finite group of order 2.

Infinite Group

A group with infinitely many elements is called an infinite group.

Example

(ℤ,+) is an infinite group.

Finite vs Infinite Group Finite 1 −1 G={1,−1}, order = 2 Infinite … −2, −1, 0, 1, 2 … (ℤ,+) has infinitely many elements
Figure 5: A finite group has a finite order; an infinite group does not.

8. Uniqueness of Identity Element

Theorem

The identity element of a group is unique.

Proof

Suppose a group G has two identity elements e and f.

  • Since e is an identity, e*f=f.
  • Since f is an identity, e*f=e.

Therefore e=f. Hence the identity is unique.

Uniqueness of Identity e is an identity e*f = f f is an identity e*f = e Therefore e = f
Figure 6: If two identities existed, their product would force them to be equal.

9. Uniqueness of Inverse

Theorem

Every element of a group has a unique inverse.

Proof

Let a∈G. Suppose b and c are both inverses of a. Then:

a*b=b*a=e,    a*c=c*a=e.

Now, using the identity and associativity:

b=b*e=b*(a*c)=(b*a)*c=e*c=c.

Thus b=c. Hence the inverse of each element is unique.

Uniqueness of Inverse b b*e b*(a*c) (b*a)*c c identity → substitute e=a*c → associativity → b*a=e Therefore b = c
Figure 7: Associativity and the identity law force any two inverses of the same element to be equal.
Useful Result

(a-1)-1=a.

Also, in any group, (a*b)-1=b-1*a-1. Notice the reversed order.

10. Cancellation Law

Cancellation Laws

In a group (G,*):

a*b=a*c ⇒ b=c   (left cancellation) b*a=c*a ⇒ b=c   (right cancellation)

10.1 Proof of Left Cancellation

Given a*b=a*c, operate on both sides from the left by a-1:

a-1*(a*b)=a-1*(a*c).

By associativity:

(a-1*a)*b=(a-1*a)*c ⇒ e*b=e*c ⇒ b=c.

10.2 Proof of Right Cancellation

Given b*a=c*a, multiply from the right by a-1:

(b*a)*a-1=(c*a)*a-1 ⇒ b=c.

Remember

In a non-Abelian group, you must cancel from the same side. You cannot move elements across an equation as if the operation were ordinary commutative multiplication.

11. Abelian Group

Definition

A group (G,*) is called an Abelian group (or commutative group) if a*b=b*a for every a,b∈G.

StructureGroup?Abelian?Main reason
(ℤ,+)YesYesInteger addition satisfies all group axioms and is commutative.
(ℚ,+)YesYesAddition is closed, associative, has 0 and additive inverses.
({1,-1},×)YesYesClosed under multiplication; identity 1; each element has inverse.
(ℤ,−)NoSubtraction is not associative and has no two-sided identity on ℤ.
(ℤ,×)NoMost integers do not have multiplicative inverses in ℤ.
Abelian Groups Are Special Groups All Groups Abelian Groups a*b = b*a Every Abelian group is a group, but a group need not be Abelian.
Figure 8: Commutativity is an additional property, not one of the four basic group axioms.

12. Operation Tables / Cayley Tables

For a finite set, a binary operation can be displayed by a table. The entry in row a and column b is a*b.

12.1 Example: G={1,−1} under multiplication

×1−1
11−1
−1−11

From the table:

  • Every entry belongs to G → closure.
  • The row and column headed by 1 reproduce the elements → identity is 1.
  • 1 is its own inverse and −1 is its own inverse.
  • The table is symmetric about the main diagonal → the operation is commutative.
Important Note

A table makes closure, identity and inverses easy to inspect, and symmetry helps check commutativity. Associativity usually needs a separate argument unless it is inherited from a familiar associative operation.

13. Worked Examples

Example 1: A shifted addition on ℤ

On , define a*b=a+b+2. Show that (ℤ,*) is an Abelian group.

  1. Closure: for integers a,b, a+b+2∈ℤ.
  2. Associativity: (a*b)*c=(a+b+2)+c+2=a+b+c+4, while a*(b*c)=a+(b+c+2)+2=a+b+c+4.
  3. Identity: require a*e=a. Thus a+e+2=a, so e=-2.
  4. Inverse: if b is the inverse of a, then a*b=-2. Hence a+b+2=-2, so b=-a-4, an integer.
  5. Commutativity: a*b=a+b+2=b+a+2=b*a.

Therefore (ℤ,*) is an Abelian group.

Example 2: Subtraction on ℤ

Is (ℤ,−) a group?

Although subtraction is closed on integers, it is not associative:

(5−3)−1=1,   but   5−(3−1)=3.

Therefore (ℤ,−) is not a group.

Example 3: Positive integers under addition

Let G={1,2,3,…} under ordinary addition.

The operation is closed and associative, but the additive identity would have to be 0, and 0∉G. Hence (G,+) is not a group.

Example 4: A finite group

Verify that G={1,-1} is a group under multiplication.

  • Closure follows from the operation table.
  • Multiplication is associative.
  • Identity is 1.
  • 1-1=1 and (-1)-1=-1.
  • Multiplication is commutative.

So this is a finite Abelian group of order 2.

Example 5: Operation a*b=a+b+ab

On , define a*b=a+b+ab. Is a group under this operation?

The operation is closed and associative. The identity is 0 because a*0=a. For an inverse b:

a+b+ab=0 ⇒ b=−a/(a+1), provided a≠−1.

This is not an integer for every integer a, and for a=-1 no inverse exists. Therefore (ℤ,*) is not a group.

Example 6: Solve a group equation

In a group, solve a*x=b for x.

Multiply on the left by a-1:

a-1*(a*x)=a-1*b ⇒ (a-1*a)*x=a-1*b ⇒ x=a-1*b.

The order matters: without commutativity, one cannot write b*a-1 instead.

Example 7: Determine an identity from a custom operation

On , define a*b=a+b-5. Find the identity.

a*e=a ⇒ a+e−5=a ⇒ e=5.

Also e*a=5+a-5=a. Thus the two-sided identity is 5.

Example 8: Find an inverse under a custom operation

For the operation a*b=a+b-5 on , identity e=5. Find the inverse of a.

a*b=5 ⇒ a+b−5=5 ⇒ b=10−a.

Hence the inverse of a is 10-a.

14. Quick Comparison Table

ConceptConditionKey Question
Binary operation*:S×S→SDoes every pair give one result inside S?
Associative(a*b)*c=a*(b*c)Can brackets move without changing the result?
Identitya*e=e*a=aIs there a neutral element?
Inversea*a⁻¹=a⁻¹*a=eCan every element be returned to the identity?
GroupClosure + associativity + identity + inversesDo all four axioms hold?
Finite groupFinitely many elementsWhat is the order?
Infinite groupInfinitely many elementsDoes the set continue indefinitely?
Abelian groupa*b=b*aDoes order of operands not matter?

15. Common Mistakes and Warnings

Mistake 1: Checking only closure

Closure alone does not make a structure a group. All four axioms are required.

Mistake 2: Assuming associativity

For a newly defined operation, prove associativity explicitly unless it clearly follows from a known associative operation.

Mistake 3: Finding only a right identity

A group identity must work on both sides: a*e=e*a=a.

Mistake 4: Inverse outside the set

An algebraic solution is not enough; the inverse must belong to the group set.

Mistake 5: Assuming every group is Abelian

Commutativity is an additional condition and must be checked separately.

Mistake 6: Cancelling from opposite sides

In a general group, cancellation must be performed from the same side.

Mistake 7: Wrong inverse order

(a*b)-1=b-1*a-1, not generally a-1*b-1.

Mistake 8: Confusing identity with zero

The identity depends on the operation. It need not be 0 or 1.

16. Exam-Important Results

Core Results
Binary operation: * : G×G → G Associativity: (a*b)*c=a*(b*c) Identity: a*e=e*a=a Inverse: a*a⁻¹=a⁻¹*a=e Abelian condition: a*b=b*a Left cancellation: a*b=a*c ⇒ b=c Right cancellation: b*a=c*a ⇒ b=c (a⁻¹)⁻¹=a (a*b)⁻¹=b⁻¹*a⁻¹

17. Important Exam Questions

Short-Answer Questions

  1. Define a binary operation on a non-empty set.
  2. Give one example and one non-example of a binary operation on .
  3. State the four axioms of a group.
  4. Define the identity element and inverse of an element.
  5. Define finite group, infinite group and order of a finite group.
  6. Define an Abelian group.
  7. Give an example of an infinite Abelian group.
  8. Explain why (ℤ,×) is not a group.
  9. State the left and right cancellation laws.
  10. Find the identity for a custom operation such as a*b=a+b+k.

Proof / Long-Answer Questions

  1. Prove that the identity element of a group is unique.
  2. Prove that the inverse of every group element is unique.
  3. Prove the left cancellation law in a group.
  4. Prove the right cancellation law in a group.
  5. Prove that (a-1)-1=a.
  6. Prove that (a*b)-1=b-1*a-1.
  7. For a given custom operation, verify all group axioms and determine whether the group is Abelian.

Problem-Solving Questions

  1. Determine whether a given formula defines a binary operation on .
  2. Given a*b=a+b+c, find the identity and the inverse of a general element.
  3. Test whether a familiar set under addition, subtraction or multiplication is a group.
  4. Use a finite operation table to identify the identity and inverses.
  5. Solve equations such as a*x=b or x*a=b in a group.
  6. Decide whether a verified group is Abelian.

Diagram / Table Questions

  1. Draw a mapping diagram to explain a binary operation S×S→S.
  2. Construct and interpret an operation table for a small finite group.
  3. Draw a flowchart showing the four tests required to verify a group.

18. One-Minute Revision

Quick Revision
  • A binary operation on S maps every ordered pair in S×S to exactly one element of S.
  • Closure means a*b∈S for every a,b∈S.
  • Associativity is (a*b)*c=a*(b*c).
  • A group requires closure, associativity, an identity and an inverse for every element.
  • The identity satisfies a*e=e*a=a.
  • The inverse satisfies a*a-1=a-1*a=e.
  • The identity element of a group is unique.
  • The inverse of each group element is unique.
  • Cancellation is valid in groups because inverses exist.
  • A finite group has finitely many elements; its number of elements is its order.
  • (ℤ,+) is an infinite Abelian group.
  • (ℤ,×) is not a group because most elements lack inverses in .
  • An Abelian group is a group whose operation is commutative.
  • Do not assume an identity must be 0 or 1; it depends on the operation.
  • For custom operations, verify each axiom separately and check that identities and inverses belong to the set.

19. Diagram Practice

Students should be able to redraw and explain these teaching diagrams or tables:

  • Binary-operation mapping S×S→S.
  • Closure-test flowchart.
  • Four group axioms diagram.
  • Group-verification flowchart.
  • Finite versus infinite group illustration.
  • Proof flow for uniqueness of identity.
  • Proof flow for uniqueness of inverse.
  • Abelian-group subset diagram.
  • A simple operation/Cayley table for a finite group.

Also Visit

Source handling: The original Nepal eNotes PDF remains embedded above. The typed section follows the verified NEB/CDC syllabus and is designed as a searchable, responsive study companion. Where the PDF viewer does not expose handwritten page text, the typed section is a syllabus-aligned reconstruction and is not claimed to be a word-for-word transcription.

Original Nepal eNotes page: Class 12 Mathematics Elementary Group Theory Notes.

Discussion

Share a helpful question, idea, or explanation with other students.

Leave a Comment

Write a clear question, answer, or helpful explanation.
Your email will not be published.

Download Our Offline App

Study class-wise notes even when internet is not available. Get the app from Play Store.

Nepal eNotes offline app preview
Get it on Google Play