Prove normality with clear computational checks today. Load a table, or use modular groups easily. See cosets, conjugates, and confidence in every result here.
| Scenario | Input | Subgroup | Expected Normal? | Note |
|---|---|---|---|---|
| Z₈ under addition | n=8, k=2 | {0,2,4,6} | Yes | Commutative group, all subgroups are normal. |
| Z₁₂ under addition | n=12, k=4 | {0,4,8} | Yes | Index is 4, cosets partition the group. |
| Non-commutative example | Table-based group | Any reflection-like subgroup | Sometimes No | Use the witness line to see the failing conjugation. |
A subgroup H of a group G is normal when it is invariant under conjugation: gHg⁻¹ = H for every g ∈ G.
The checker tests the equivalent condition: for every g ∈ G and h ∈ H, the element g*h*g⁻¹ must lie in H. If not, it returns a counterexample witness.
A subgroup is normal when conjugating its elements by any group element keeps you inside the subgroup. This makes the quotient group well-defined.
Normality is closely tied to cosets. If the subgroup is normal, left cosets and right cosets coincide, giving cleaner structure and consistent partitions.
If H is not normal, the tool shows specific g and h where g*h*g⁻¹ lands outside H. That single failure proves non-normality immediately.
Table mode can detect identity and inverses, and it can test associativity when enabled. If those checks fail, the table may not define a valid group.
Zₙ under addition is commutative. In commutative groups, conjugation does nothing, so every subgroup is normal by definition.
Core(H) is the intersection of all conjugates gHg⁻¹. It is the largest normal subgroup contained in H, useful when H is not normal.
Use one row per group element in your chosen order. Each row must have the same number of entries. Separate entries with spaces or commas.
Smaller tables are best. This page limits table mode to 40 elements for reliability, while still allowing meaningful examples and fast checks.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.