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.

7 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 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Symmetric Groups and the Sign Homomorphism: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

From one-line notation to a disjoint-cycle decomposition, with the right-hand factor acting first

Example

In S7S_7, let

α=(012)(34),β=(03)(56),σ=αβ.\alpha=(0\,1\,2)(3\,4),\qquad \beta=(0\,3)(5\,6),\qquad \sigma=\alpha\beta.

The right-hand factor acts first. The one-line form of σ\sigma is [4,2,0,1,3,6,5][4,2,0,1,3,6,5], and its disjoint-cycle decomposition is

σ=(04312)(56).\sigma=(0\,4\,3\,1\,2)(5\,6).

Facts & Assumptions

Given: The displayed permutations in S7S_7, with composition from right to left.

[L1]

A permutation of a finite set is recovered by following each unused point until its orbit closes, producing its disjoint-cycle decomposition (Every permutation of a finite set is a product of pairwise disjoint cycles, uniquely up to reordering and cyclic rotation).

Verification

technique · direct
1.1

Applying β\beta and then α\alpha gives σ(0)=4\sigma(0)=4, σ(1)=2\sigma(1)=2, σ(2)=0\sigma(2)=0, σ(3)=1\sigma(3)=1, σ(4)=3\sigma(4)=3, σ(5)=6\sigma(5)=6, and σ(6)=5\sigma(6)=5, so the one-line form is [4,2,0,1,3,6,5][4,2,0,1,3,6,5].

givenL1
2.1

Starting at 00 gives 0431200\mapsto4\mapsto3\mapsto1\mapsto2\mapsto0, and the only unused points satisfy 5655\mapsto6\mapsto5. These cycles are disjoint and reproduce every value in step 1.1, so σ=(04312)(56)\sigma=(0\,4\,3\,1\,2)(5\,6).

step 1.1L1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Overlapping cycles need not commute

Statement refuted

False claim. Any two cycles commute, even when their supports overlap.

Facts & Assumptions

Given: The cycles α=(01)\alpha=(0\,1) and β=(12)\beta=(1\,2) in S3S_3.

[L1]

Cycles with disjoint supports commute; disjointness is a hypothesis of that result (Cycles with disjoint supports commute).

Counterexample

technique · direct
1.1

With the right-hand factor acting first, αβ(0)=α(0)=1\alpha\beta(0)=\alpha(0)=1, whereas βα(0)=β(1)=2\beta\alpha(0)=\beta(1)=2.

givenL1
2.1

Therefore αββα\alpha\beta\ne\beta\alpha. Their supports overlap at 11, so this explicit pair refutes the claim and shows why the disjoint-support hypothesis in [L1] is necessary.

step 1.1L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The six elements of S3S_3: one-line form, cycle structure, inversions, and sign

Example

The elements of S3S_3 have the following one-line forms, cycle decompositions, inversion numbers, and signs:

permutationone-line forminversion numbersign
id\operatorname{id}[0,1,2][0,1,2]00+1+1
(01)(0\,1)[1,0,2][1,0,2]111-1
(02)(0\,2)[2,1,0][2,1,0]331-1
(12)(1\,2)[0,2,1][0,2,1]111-1
(012)(0\,1\,2)[1,2,0][1,2,0]22+1+1
(021)(0\,2\,1)[2,0,1][2,0,1]22+1+1

Thus A3={id,(012),(021)}A_3=\{\operatorname{id},(0\,1\,2),(0\,2\,1)\}.

Facts & Assumptions

Given: The symmetric group S3S_3 acting on 3={0,1,2}3=\{0,1,2\}.

Verification

technique · direct
1.1

By [L2] there are 3!=63!=6 permutations. Listing the three transpositions, the two three-cycles, and the identity gives six distinct maps. Counting decreasing pairs in each displayed one-line form gives respectively 0,1,3,1,2,20,1,3,1,2,2, and [L1] gives the signs shown.

givenL1L2
2.1

The rows with sign +1+1 are exactly the identity and the two three-cycles, so the displayed set is precisely A3A_3.

step 1.1L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Two different transposition factorisations of the same permutation have the same parity

Example

In S3S_3, the three-cycle (012)(0\,1\,2) has the two factorizations

(012)=(02)(01)=(02)(01)(12)(12).(0\,1\,2)=(0\,2)(0\,1)=(0\,2)(0\,1)(1\,2)(1\,2).

Their lengths are 22 and 44, so both are even, as the parity theorem predicts.

Facts & Assumptions

Given: Products in S3S_3 act from right to left.

[L1]

Every transposition factorisation of a permutation has parity equal to its inversion sign (Every transposition factorisation of σ\sigma has parity (1)inv(σ)(-1)^{\operatorname{inv}(\sigma)}).

Verification

technique · direct
1.1

The product (02)(01)(0\,2)(0\,1) sends 01200\mapsto1\mapsto2\mapsto0, hence equals (012)(0\,1\,2), and the final pair (12)(12)(1\,2)(1\,2) is the identity, so the four-factor product is the same permutation.

givenL1
2.1

The one-line form of (012)(0\,1\,2) is [1,2,0][1,2,0], with two inversions and sign +1+1 by [L2]. The factor counts 22 and 44 are both even and therefore both have parity +1+1, in agreement with [L1].

step 1.1L1L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A five-cycle is even and a six-cycle is odd

Example

The cycle (01234)(0\,1\,2\,3\,4) is even, while (012345)(0\,1\,2\,3\,4\,5) is odd.

Facts & Assumptions

Given: The displayed cycles in symmetric groups on sets containing their entries.

Verification

technique · direct
1.1

The five-cycle is a product of 51=45-1=4 transpositions and has sign (1)4=+1(-1)^4=+1; the six-cycle is a product of 61=56-1=5 transpositions and has sign (1)5=1(-1)^5=-1.

givenL1
2.1

Thus the five-cycle is even and the six-cycle is odd. The shift by one comes from the number of transpositions in the standard cycle factorisation.

step 1.1L1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

A4A_4 consists of the identity, eight 33-cycles, and three products of disjoint transpositions

Example

The alternating group A4A_4 consists of

  • the identity;
  • the eight three-cycles (012)(0\,1\,2), (021)(0\,2\,1), (013)(0\,1\,3), (031)(0\,3\,1), (023)(0\,2\,3), (032)(0\,3\,2), (123)(1\,2\,3), and (132)(1\,3\,2);
  • the three products (01)(23)(0\,1)(2\,3), (02)(13)(0\,2)(1\,3), and (03)(12)(0\,3)(1\,2).

Verification

technique · direct
1.1

The possible cycle types in S4S_4 are the identity; one transposition; two disjoint transpositions; a three-cycle with one fixed point; and a four-cycle. By [L1], exactly the identity, the three-cycles, and the products of two disjoint transpositions are even. There are two orientations on each of the four three-point supports and three partitions into two unordered pairs, giving exactly the displayed list.

givenL1
2.1

The list has 1+8+3=121+8+3=12 elements, and [L2] gives A4=4!/2=12|A_4|=4!/2=12, so it contains every even permutation and no other element.

step 1.1L1L2
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

A4A_4 has no subgroup of order 66

Example

The group A4A_4 has no subgroup of order 66.

Facts & Assumptions

Given: The explicit list of the elements of A4A_4 and a hypothetical subgroup HA4H\le A_4 with H=6|H|=6.

[L1]

A4A_4 consists of the identity, eight three-cycles, and three products of disjoint transpositions (A4A_4 consists of the identity, eight 33-cycles, and three products of disjoint transpositions).

[L2]

Every subgroup of index 22 is normal (Every subgroup of index two is normal).

[L3]

If HH is a subgroup of a finite group GG, then G=[G:H]H|G|=[G:H]|H| (Lagrange's theorem: G=[G:H]H|G|=[G:H]|H| for every subgroup HH of a finite group GG).

Verification

technique · contradiction
1.1

Suppose, for contradiction, that H=6|H|=6. Since A4=12|A_4|=12 by [L1], [L3] gives [A4:H]=2[A_4:H]=2, and [L2] makes HH normal.

assume-contraL1L2L3
2.1

The complement of HH in A4A_4 has six elements, so it cannot contain all eight three-cycles from [L1]; hence HH contains a three-cycle gg.

step 1.1L1
3.1

Write g=(abc)g=(a\,b\,c) and let dd be the fourth symbol. The three-cycle u=(abd)u=(a\,b\,d) belongs to A4A_4 by [L1], so normality and direct evaluation give ugu1=(bdc)=:hHugu^{-1}=(b\,d\,c)=:h\in H. Likewise hA4h\in A_4 and hgh1=(adb)=:kHhgh^{-1}=(a\,d\,b)=:k\in H. Subgroup closure also puts g1,h1,k1g^{-1},h^{-1},k^{-1} in HH.

step 2.1L1
4.1

The seven elements e,g,g1,h,h1,k,k1e,g,g^{-1},h,h^{-1},k,k^{-1} are distinct: their displayed supports or orientations differ. This contradicts H=6|H|=6, so no subgroup of order 66 exists.

step 3.1L1discharge-contradiction

Sources