Mathlib Map

Theorems · Theorem · group theory

Group.nat_card_center_add_sum_card_noncenter_eq_card

∀ (G : Type u_1) [inst : Group G] [Finite G],
  Nat.card ↥(Subgroup.center G) + ∑ᶠ (x : ConjClasses G) (_ : x ∈ ConjClasses.noncenter G), Nat.card ↑x.carrier =
    Nat.card G

The class equation for finite groups. The cardinality of a group is equal to the size of its center plus the sum of the size of all its nontrivial conjugacy classes.

Defined in
Mathlib.GroupTheory.ClassEquation
Cited by
1 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites46

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.