A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Cycle Notation and Decomposition

Graduate Depth 77 in the knowledge graph I know this Set as goal
25topics build on this
366prerequisites beneath it
See this on the map →
Permutation GroupsCyclic Form and Large-Scale UnityRotational Forms and Structural Rotation+2 more
cycle-notation permutations representations

Core Idea

Cycle notation (a b c) means a→b→c→a. Every permutation decomposes uniquely into disjoint cycles. The order equals the LCM of cycle lengths. Disjoint cycles commute, making decomposition a powerful tool.

How It's Best Learned

Write permutations in both one-line and cycle notation. Practice decomposing into disjoint cycles and computing orders using LCM.

Common Misconceptions

Explainer

Cycle notation is a compact, readable way to describe permutations. You already know from permutation groups that a permutation is a bijection from a set to itself. Writing out every mapping explicitly in two-line notation gets unwieldy fast for large sets. Cycle notation compresses this by recording only the elements that move, grouping them by their orbit. The notation (a b c) means a maps to b, b maps to c, and c maps back to a — a cyclic rotation among those three elements. Fixed points (elements that map to themselves) are simply omitted.

So the permutation on {1, 2, 3, 4, 5} that sends 1→3, 3→5, 5→1, 2→4, 4→2 can be written (1 3 5)(2 4). This is far easier to read and compute with than a two-line table. The key theorem is that every permutation decomposes uniquely into disjoint cycles — cycles whose element sets don't overlap. This uniqueness (up to cycling elements within each cycle and reordering the cycles) makes disjoint cycle form the canonical representation of any permutation.

To find the decomposition, "chase orbits": pick any element, follow it through the permutation until you return to the start — that's one cycle. Pick any element not yet placed and repeat. For example, the permutation sending 1→4, 4→2, 2→1, 3→5, 5→3 decomposes as (1 4 2)(3 5). The first cycle has length 3, the second length 2.

Two critical consequences follow immediately. First, disjoint cycles commute: (1 4 2)(3 5) = (3 5)(1 4 2), because they act on completely separate elements. This is remarkable — permutation composition in general is not commutative, but disjoint cycles are the exception. Second, the order of a permutation (the smallest n such that applying it n times returns every element to its original position) equals the LCM of the cycle lengths. For (1 4 2)(3 5), the order is LCM(3, 2) = 6: after 6 applications, the 3-cycle has completed 2 full rotations and the 2-cycle has completed 3 full rotations, so everything is back to start. This LCM formula makes order computation trivial once you have the disjoint cycle decomposition.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionBinary Operations and Algebraic StructuresGroup Definition and ExamplesPermutation GroupsCycle Notation and Decomposition

Longest path: 78 steps · 366 total prerequisite topics

Prerequisites (1)

Leads To (4)