Lesson 8 of 15
Quotient Groups
Quotient Groups
Normal Subgroups
A subgroup of is normal (written ) if for all . In an abelian group, every subgroup is normal.
Since is abelian, all subgroups of are normal.
The Quotient Group
If , the quotient group is the set of cosets of in with the operation:
This is well-defined precisely because is normal.
Example:
The cosets are , , . Labeling them :
| + | |||
|---|---|---|---|
This is isomorphic to !
First Isomorphism Theorem
If is a homomorphism, then:
This is one of the most important theorems in algebra.
Your Task
Implement quotient_cayley_table(n, subgroup) that computes the Cayley table for where is a subgroup. Represent each coset by its smallest element. Return the table as a list of lists.
Pyodide loading...
Loading...
Click "Run" to execute your code.