Theorems · Definition · group theory
Equiv.Perm.cycleFactorsAux
{α : Type u_2} →
[DecidableEq α] →
[Fintype α] →
(l : List α) →
(f : Equiv.Perm α) →
(∀ {x : α}, f x ≠ x → x ∈ l) →
{ pl // pl.prod = f ∧ (∀ g ∈ pl, g.IsCycle) ∧ List.Pairwise Equiv.Perm.Disjoint pl }Given a list l : List α and a permutation f : Perm α whose nonfixed points are all in l,
recursively factors f into cycles.
- Defined in
- Mathlib.GroupTheory.Perm.Cycle.Factors
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Fintypestatement and proof · cited by 7,736
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.Perm.IsCyclestatement · cited by 108
- Equiv.Perm.Disjointstatement · cited by 81
- Equiv.Perm.cycleFactorsAux.goproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.Perm.truncCycleFactorsproof · cited by 3
- Equiv.Perm.cycleFactorsproof · cited by 0