Theorems · Theorem · group theory
Equiv.Perm.swap_induction_on
∀ {α : Type u} [inst : DecidableEq α] [Finite α] {motive : Equiv.Perm α → Prop} (f : Equiv.Perm α),
motive 1 → (∀ (f : Equiv.Perm α) (x y : α), x ≠ y → motive f → motive (Equiv.swap x y * f)) → motive fAn induction principle for permutations. If P holds for the identity permutation, and
is preserved under composition with a non-trivial swap, then P holds for all permutations.
- Defined in
- Mathlib.GroupTheory.Perm.Sign
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypeproof · cited by 7,736
- Finitestatement and proof · cited by 3,029
- Equiv.Permstatement and proof · cited by 1,375
- nonempty_fintypeproof · cited by 261
- Equiv.swapstatement and proof · cited by 197
- Equiv.Perm.IsSwapproof · cited by 35
- Trunc.outproof · cited by 6
- Equiv.Perm.truncSwapFactorsproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Equiv.Perm.sign_sumCongrproof · cited by 3
- Equiv.Perm.sign_eq_prod_prod_Iioproof · cited by 2
- Equiv.optionCongr_signproof · cited by 2
- Equiv.Perm.swap_induction_on'proof · cited by 1
- Equiv.Perm.eq_alternatingGroup_of_index_eq_twoproof · cited by 1