Theorems · Definition · group theory
Equiv.Perm.swapFactorsAux
{α : Type u} →
[inst : DecidableEq α] →
(l : List α) → (f : Equiv.Perm α) → (∀ {x : α}, f x ≠ x → x ∈ l) → { l // l.prod = f ∧ ∀ g ∈ l, g.IsSwap }Given a list l : List α and a permutation f : Perm α such that the nonfixed points of f
are in l, recursively factors f as a product of transpositions.
- Defined in
- Mathlib.GroupTheory.Perm.Sign
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Equiv.Permstatement · cited by 1,375
- Equiv.Perm.IsSwapstatement · cited by 35
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.Perm.truncSwapFactorsproof · cited by 5
- Equiv.Perm.swapFactorsproof · cited by 0