Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

5 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Normal Subgroups and Quotient Groups: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

A nonnormal two-element subgroup of Sym({1,2,3})\operatorname{Sym}(\{1,2,3\}) makes coset multiplication depend on representatives

Statement refuted

For every subgroup HH of a group GG, the rule

(aH)(bH)=(ab)H(aH)(bH)=(ab)H

is independent of the representatives aa and bb.

Counterexample

Take G=Sym({1,2,3})G=\operatorname{Sym}(\{1,2,3\}) and H={id,(12)}H=\{\operatorname{id},(12)\}. Then idH=(12)H=H\operatorname{id}H=(12)H=H, but with g=(123)g=(123) one has

(idg)H=gHand((12)g)HgH.(\operatorname{id}g)H=gH\quad\text{and}\quad((12)g)H\ne gH.

Thus replacing the first representative id\operatorname{id} by the equivalent representative (12)(12) changes the proposed product.

Facts & Assumptions

Given: Permutations are composed from right to left, and g=(123)g=(123).

[L2]

Coset multiplication is well-defined exactly for normal subgroups (Coset multiplication (gH)(hH)=ghH(gH)(hH)=ghH is well defined if and only if HH is normal).

Verification

technique · direct
1.1

The set H={id,(12)}H=\{\operatorname{id},(12)\} is a subgroup because (12)2=id(12)^2=\operatorname{id}, so both elements have their inverses in HH and HH is closed under composition.

L1algebra
1.2

Since (12)H(12)\in H, the representatives id\operatorname{id} and (12)(12) determine the same left coset HH.

F1
1.3

These output cosets would be equal only if g1(12)gHg^{-1}(12)g\in H. Direct composition gives g1(12)g=(13)Hg^{-1}(12)g=(13)\notin H, so they are unequal.

F1algebra
2.1

For this gg, the two proposed products obtained from the equal first input cosets are gHgH and ((12)g)H((12)g)H.

step 1.2F1
3.1

Hence the displayed multiplication rule depends on the chosen representative for this subgroup, refuting the proposed statement and concretely realizing the nonnormal case in [L2].

step 2.1step 1.3L2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

The three-cycle subgroup of Sym({1,2,3})\operatorname{Sym}(\{1,2,3\}) is normal and its quotient has two elements

Example

In G=Sym({1,2,3})G=\operatorname{Sym}(\{1,2,3\}), let N=(123)N=\langle(123)\rangle. Then

N={id,(123),(132)}N=\{\operatorname{id},(123),(132)\}

is normal, and G/NG/N is the two-element group {N,(12)N}\{N,(12)N\}.

Facts & Assumptions

Verification

technique · direct
1.1

Since (123)2=(132)(123)^2=(132) and (123)3=id(123)^3=\operatorname{id}, [F1] gives N={id,(123),(132)}N=\{\operatorname{id},(123),(132)\}.

L1F1algebra
2.1

The remaining three permutations are the transpositions, and (12)N={(12),(23),(13)}(12)N=\{(12),(23),(13)\}. Thus NN and (12)N(12)N are the two left cosets of NN in GG.

step 1.1algebra
3.1

Consequently [G:N]=2[G:N]=2 by [F2], so NGN\trianglelefteq G by [L2].

step 2.1F2L2
4.1

The quotient group therefore exists by [L3], and its underlying coset set is precisely {N,(12)N}\{N,(12)N\}. Its order is two by [L4].

step 2.1step 3.1L3L4
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

The four cosets of 4Z4\mathbb Z in (Z,+)(\mathbb Z,+) reproduce addition modulo 44

Example

The quotient group Z/4Z\mathbb Z/4\mathbb Z has the four cosets

4Z,1+4Z,2+4Z,3+4Z,4\mathbb Z,\quad 1+4\mathbb Z,\quad 2+4\mathbb Z,\quad 3+4\mathbb Z,

and its operation is

(a+4Z)+(b+4Z)=(a+b)+4Z.(a+4\mathbb Z)+(b+4\mathbb Z)=(a+b)+4\mathbb Z.

Under the identification of a+4Za+4\mathbb Z with the residue class [a]4[a]_4, this is addition modulo 44.

Facts & Assumptions

Given: The additive group (Z,+)(\mathbb Z,+) and its subgroup 4Z4\mathbb Z.

[L2]

The quotient group Z/4Z\mathbb Z/4\mathbb Z is literally the same set of classes with the same addition as the additive group of integers modulo 44 (For every nNn\in\mathbb N, the congruence-class group (Z/n,+)(\mathbb Z/n,+) is the quotient group (Z,+)/nZ(\mathbb Z,+)/n\mathbb Z).

Verification

technique · direct
1.1

By [L1], every coset a+4Za+4\mathbb Z equals exactly one of the four displayed cosets, and the four are distinct.

L1
1.2

Quotient addition adds representatives, so the sum of a+4Za+4\mathbb Z and b+4Zb+4\mathbb Z is (a+b)+4Z(a+b)+4\mathbb Z.

L2
2.1

Sending a+4Za+4\mathbb Z to [a]4[a]_4 therefore matches the four cosets with the four residue classes and carries the operation in step 1.2 to the modular addition in [F1].

step 1.1step 1.2F1L2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

G/{e}G/\{e\} reproduces GG, while G/GG/G is the one-element quotient group

Example

For every group GG with identity ee, the quotient G/{e}G/\{e\} consists of the singleton cosets {g}\{g\} and has exactly the same multiplication as GG after identifying g{e}g\{e\} with gg. At the other extreme, G/G={G}G/G=\{G\} is the one-element quotient group.

Facts & Assumptions

Given: A group GG with identity ee.

[F1]

The sets {e}\{e\} and GG are subgroups of GG (Subgroup).

[F2]

A left coset is gN={gn:nN}gN=\{gn:n\in N\} (Left and right cosets gHgH and HgHg of a subgroup).

[L1]

For a normal subgroup NN, quotient multiplication is (gN)(hN)=(gh)N(gN)(hN)=(gh)N (For NGN\mathrel{\trianglelefteq}G, the cosets form a group with identity NN and inverse (gN)1=g1N(gN)^{-1}=g^{-1}N).

Verification

technique · direct
1.1

For every gGg\in G, [F2] gives g{e}={ge}={g}g\{e\}=\{ge\}=\{g\}. Hence the cosets of {e}\{e\} are precisely the singleton subsets of GG.

F2
1.2

The subgroup {e}\{e\} is normal because g{e}g1={e}g\{e\}g^{-1}=\{e\}, and [L1] gives (g{e})(h{e})=(gh){e}(g\{e\})(h\{e\})=(gh)\{e\}. Thus g{e}gg\{e\}\mapsto g preserves the multiplication exactly.

F1L1algebra
2.1

For every gGg\in G, [F2] gives gG=GgG=G, so G/GG/G has the sole element GG. Since GG is normal in itself, [L1] makes this the one-element quotient group.

F1F2L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

For an abelian group GG, Z(G)=GZ(G)=G and [G,G]={e}[G,G]=\{e\}

Example

If GG is an abelian group with identity ee, then every element is central and every commutator is the identity. Consequently

Z(G)=Gand[G,G]={e}.Z(G)=G\quad\text{and}\quad[G,G]=\{e\}.

Facts & Assumptions

Given: An abelian group GG.

[F1]

The group axioms provide associativity, identity, and inverses (Group and abelian group).

[F2]

The center is Z(G)={zG:zg=gz for every gG}Z(G)=\{z\in G:zg=gz\text{ for every }g\in G\} (The center Z(G)Z(G) of a group).

[F3]

The commutator is [g,h]=ghg1h1[g,h]=ghg^{-1}h^{-1}, and [G,G][G,G] is the subgroup generated by all commutators (Commutators [g,h]=ghg1h1[g,h]=ghg^{-1}h^{-1} and the commutator subgroup [G,G][G,G]).

Verification

technique · direct
1.1

Since GG is abelian, every zGz\in G commutes with every gGg\in G. Thus every element satisfies [F2], and Z(G)=GZ(G)=G.

F2given
1.2

For g,hGg,h\in G, commutativity and the group laws give [g,h]=ghg1h1=gg1hh1=e[g,h]=ghg^{-1}h^{-1}=gg^{-1}hh^{-1}=e. Hence the set of all commutators is {e}\{e\}.

F1F3given
2.1

The set {e}\{e\} is itself a subgroup, so by the minimality in [F4] the subgroup it generates is {e}\{e\}. Therefore [F3] gives [G,G]={e}[G,G]=\{e\}.

step 1.2F3F4

Sources