Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

Sym({1,2,3})\operatorname{Sym}(\{1,2,3\}) has exactly six elements, is non-abelian, and its elements have orders 11, 22 and 33

Example

Let X={1,2,3}X = \{1,2,3\}, the three-element set of natural numbers 1=σ(0)1 = \sigma(0), 2=σ(1)2 = \sigma(1), 3=σ(2)3 = \sigma(2), and let G=Sym(X)G = \operatorname{Sym}(X) be its symmetric group (The symmetric group Sym(X)\operatorname{Sym}(X): the bijections of a set XX under composition), a group under composition (Sym(X)\operatorname{Sym}(X) is a group under composition, and it is non-abelian whenever XX has at least three distinct elements). Then:

  1. GG has exactly six elements, namely

    id,(12),(13),(23),(123),(132),\mathrm{id},\quad (1\,2),\quad (1\,3),\quad (2\,3),\quad (1\,2\,3),\quad (1\,3\,2),

    so G6G \approx 6 and G=6|G| = 6 (The order G|G| of a finite group and the order ord(g)\operatorname{ord}(g) of an element, with ord(g)=\operatorname{ord}(g) = \infty when no positive power of gg is the identity);

  2. GG is not abelian: (12)(23)=(123)(1\,2) \circ (2\,3) = (1\,2\,3) while (23)(12)=(132)(2\,3) \circ (1\,2) = (1\,3\,2);

  3. the orders of its elements are ord(id)=1\operatorname{ord}(\mathrm{id}) = 1, ord=2\operatorname{ord} = 2 for each of the three transpositions, and ord=3\operatorname{ord} = 3 for each of the two 33-cycles.

Facts & Assumptions

Given: X={1,2,3}X = \{1,2,3\} and G=Sym(X)G = \operatorname{Sym}(X) with the operation fgf \circ g, (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)), and identity id\mathrm{id} (The symmetric group Sym(X)\operatorname{Sym}(X): the bijections of a set XX under composition).

[L1]

11, 22 and 33 are pairwise distinct natural numbers: 2=σ(1)=1{1}2 = \sigma(1) = 1 \cup \{1\} and 3=σ(2)=2{2}={0,1,2}3 = \sigma(2) = 2 \cup \{2\} = \{0,1,2\}, so 121 \in 2, 232 \in 3 and 131 \in 3, while no natural number is a member of itself (The natural numbers N\mathbb{N} (von Neumann), Every natural number is a transitive set and is not a member of itself); so XX has exactly three elements.

[L2]

Sym(X)\operatorname{Sym}(X) is a group under composition; the cycle symbols (ab)(a\,b) and (abc)(a\,b\,c) denote the permutations described in The symmetric group Sym(X)\operatorname{Sym}(X): the bijections of a set XX under composition (Sym(X)\operatorname{Sym}(X) is a group under composition, and it is non-abelian whenever XX has at least three distinct elements, Group and abelian group).

[L3]

Two functions XXX \to X are equal exactly when they agree at every point; a function on XX is determined by the triple (f(1),f(2),f(3))(f(1), f(2), f(3)), and ff is a bijection of XX exactly when those three values are pairwise distinct, since three distinct values in a three-element set exhaust it (Injection, surjection, bijection).

Verification

technique · direct
1.1

Writing each element of GG as the triple of its values at 1,2,31, 2, 3, the six listed permutations are id=(1,2,3)\mathrm{id} = (1,2,3), (23)=(1,3,2)(2\,3) = (1,3,2), (12)=(2,1,3)(1\,2) = (2,1,3), (123)=(2,3,1)(1\,2\,3) = (2,3,1), (132)=(3,1,2)(1\,3\,2) = (3,1,2) and (13)=(3,2,1)(1\,3) = (3,2,1). These six triples are pairwise different, so the six permutations are pairwise different.

L1L2L3
1.2

Each transposition τ{(12),(13),(23)}\tau \in \{(1\,2), (1\,3), (2\,3)\} satisfies ττ=id\tau \circ \tau = \mathrm{id}, since it exchanges two points and fixes the third, so applying it twice returns every point to itself; and τid\tau \ne \mathrm{id}, since it moves two points.

L2L3
1.3

ord(id)=1\operatorname{ord}(\mathrm{id}) = 1, since id1=id\mathrm{id}^{1} = \mathrm{id} and 11 is the least natural that is 1\ge 1.

L4L6
2.1

Every element of GG is one of the six. Let fGf \in G; its triple has pairwise distinct entries by [L3]. There are three possible values for f(1)f(1); for each, two remaining values for f(2)f(2); and then f(3)f(3) is forced to be the one element of XX left over. Running through those six combinations produces exactly the six triples listed in step 1.1.

step 1.1L1L3
2.2

Composites, computed pointwise. (12)(23)(1\,2) \circ (2\,3) sends 1121 \mapsto 1 \mapsto 2, 2332 \mapsto 3 \mapsto 3, 3213 \mapsto 2 \mapsto 1, giving the triple (2,3,1)(2,3,1), which is (123)(1\,2\,3). And (23)(12)(2\,3) \circ (1\,2) sends 1231 \mapsto 2 \mapsto 3, 2112 \mapsto 1 \mapsto 1, 3323 \mapsto 3 \mapsto 2, giving (3,1,2)(3,1,2), which is (132)(1\,3\,2).

step 1.1L2L3
2.3

Let c=(123)c = (1\,2\,3), so cc sends 12311 \mapsto 2 \mapsto 3 \mapsto 1. Then ccc \circ c sends 131 \mapsto 3, 212 \mapsto 1, 323 \mapsto 2, which is the triple (3,1,2)(3,1,2), that is (132)(1\,3\,2); and cccc \circ c \circ c sends 1c(3)=11 \mapsto c(3) = 1, 2c(1)=22 \mapsto c(1) = 2, 3c(2)=33 \mapsto c(2) = 3, so it is id\mathrm{id}.

step 1.1L2L3
2.4

Each transposition τ\tau has ord(τ)=2\operatorname{ord}(\tau) = 2: τ2=ττ=id\tau^{2} = \tau \circ \tau = \mathrm{id} by step 1.2, while τ1=τid\tau^{1} = \tau \ne \mathrm{id}, so 22 is the least k1k \ge 1 with τk=id\tau^{k} = \mathrm{id}.

step 1.2L4L6
3.1

By steps 1.1 and 2.1 the set GG consists of exactly the six listed elements, so the map 6G6 \to G sending 0,1,2,3,4,50,1,2,3,4,5 to id,(12),(13),(23),(123),(132)\mathrm{id}, (1\,2), (1\,3), (2\,3), (1\,2\,3), (1\,3\,2) respectively is a bijection; hence G6G \approx 6 and G=6|G| = 6. This is claim 1.

step 1.1step 2.1L5
3.2

By step 2.2 the two composites differ, since the triples (2,3,1)(2,3,1) and (3,1,2)(3,1,2) differ at 11; so GG is not abelian, which is claim 2.

step 2.2L3
3.3

Each of c=(123)c = (1\,2\,3) and c2=(132)c^{2} = (1\,3\,2) has order 33: by step 2.3, c3=idc^{3} = \mathrm{id}, c1=cidc^{1} = c \ne \mathrm{id} and c2=(132)idc^{2} = (1\,3\,2) \ne \mathrm{id}, so ord(c)=3\operatorname{ord}(c) = 3; and (c2)3=c6=id(c^{2})^{3} = c^{6} = \mathrm{id} with c2idc^{2} \ne \mathrm{id} and (c2)2=c4=cid(c^{2})^{2} = c^{4} = c \ne \mathrm{id}, so ord(c2)=3\operatorname{ord}(c^{2}) = 3 as well.

step 2.3L4L6
4.1

Claims 1, 2 and 3 are steps 3.1, 3.2 and steps 1.3, 2.4 and 3.3 taken together; the orders occurring are exactly 11, 22 and 33.

step 3.1step 3.2step 1.3step 2.4step 3.3

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 78 results over 26 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources