Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge 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.

The symmetric group Sym⁡(X): the bijections of a set X under composition

Definition

Let X be a set. A permutation of X is a bijection f:X→X (Injection, surjection, bijection). The symmetric group of X is the set of all permutations of X,

Sym⁡(X)  :=  { f:X→X  :  f is a bijection },

equipped with composition as its operation,

(f∘g)(x)  =  f(g(x))(x∈X),

and with the identity map idX, given by idX(x)=x, as distinguished element.

Composition of two bijections of X is again a bijection of X (Injection, surjection, bijection), so Sym⁡(X) is closed under ∘ and ∘ is a binary operation on it (Binary operation on a set; associativity, commutativity, and a subset closed under the operation); and idX is a bijection of X, so it is an element of Sym⁡(X), and it is a two-sided identity for composition (Left identity, right identity, and two-sided identity for a binary operation) because f∘idX=f=idX∘f holds pointwise for every f. That (Sym⁡(X),∘,idX) is a group is Sym⁡(X) is a group under composition, and it is non-abelian whenever X has at least three distinct elements.

Cycle notation for a finite list of distinct points. For distinct elements x0,x1,…,xk−1 of X with k≥2, the symbol (x0 x1 ⋯ xk−1) denotes the permutation sending xi to xi+1 for i<k−1, sending xk−1 to x0, and fixing every element of X outside {x0,…,xk−1}. It is a bijection, because the map described sends the set {x0,…,xk−1} onto itself by a rule with an evident inverse (send each xi+1 back to xi and x0 back to xk−1) and fixes the complement pointwise. A transposition is such a symbol with k=2, that is (a b) with a≠b: it exchanges a and b and fixes everything else, and it satisfies (a b)∘(a b)=idX.

A product of cycle symbols means their composite, so (a b)(c d) is (a b)∘(c d).

Remarks

  • Order of composition. With the convention (f∘g)(x)=f(g(x)) the right-hand factor acts first. Both conventions are in use in the literature; this one is the one already fixed for function composition in the library and is the one used in every computation on this page and its companion.

  • Why this is defined here rather than with the finite symmetric groups. Sym⁡(X) for an arbitrary set X is the ambient object needed as soon as one speaks of a group acting on a set, which is earlier in the reading order than the combinatorial study of Sn; homing it here keeps every citation of it backward-pointing.

  • The general cycle notation above is used on this page only for transpositions; cycles of length 3 and 4, and products of two disjoint transpositions, appear on the companion examples page. The systematic theory, including the factorisation of an arbitrary permutation of a finite set into disjoint cycles, belongs to a later page.

Depends on

Used by

…and 14 more results.

Dependency tree · two levels

6 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources