Theorems · Theorem · group theory
AlternatingGroup.card_of_cycleType_mul_eq
∀ (α : Type u_1) [inst : Fintype α] [inst_1 : DecidableEq α] (m : Multiset ℕ),
{g | (↑g).cycleType = m}.card *
((Fintype.card α - m.sum).factorial * m.prod * ∏ n ∈ m.toFinset, (Multiset.count n m).factorial) =
if (m.sum ≤ Fintype.card α ∧ ∀ a ∈ m, 2 ≤ a) ∧ Even (m.sum + m.card) then (Fintype.card α).factorial else 0The cardinality of even permutations of given cycleType
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Subgroupstatement · cited by 3,593
- Finset.univstatement and proof · cited by 3,473
- Multisetstatement and proof · cited by 2,627
- Finset.prodstatement and proof · cited by 2,356
- Finset.cardstatement and proof · cited by 2,327
- MulZeroClass.zero_mulproof · cited by 1,625
- Fintype.cardstatement and proof · cited by 1,386
- Equiv.Permstatement and proof · cited by 1,375
- Finset.filterstatement and proof · cited by 949
- Nat.factorialstatement and proof · cited by 616
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.