Theorems · Theorem · group theory
mem_closure_isSwap
∀ {α : Type u_2} [inst : DecidableEq α] {S : Set (Equiv.Perm α)},
(∀ f ∈ S, f.IsSwap) →
∀ {f : Equiv.Perm α},
f ∈ Subgroup.closure S ↔
(MulAction.fixedBy α f)ᶜ.Finite ∧ ∀ (x : α), f x ∈ MulAction.orbit (↥(Subgroup.closure S)) xIf a subgroup is generated by transpositions, then a permutation f lies in the subgroup if
and only if f has finite support and f x always lies in the same orbit as x.
- Defined in
- Mathlib.GroupTheory.Perm.ClosureSwap
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 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.
Cites24
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
- Setstatement and proof · cited by 53,352
- Subgroupstatement and proof · cited by 3,593
- Compl.complstatement and proof · cited by 2,925
- Set.Finitestatement and proof · cited by 1,814
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.swapproof · cited by 197
- Subgroup.closurestatement and proof · cited by 196
- Eq.subsetproof · cited by 124
- MulAction.orbitstatement and proof · cited by 114
- Equiv.Perm.extproof · cited by 75
- Set.Finite.induction_onproof · cited by 39
Cited by2
Results whose statement or proof uses this declaration.
- closure_of_isSwap_of_isPretransitiveproof · cited by 1
- mem_closure_isSwap'proof · cited by 0