Public Mathlib landmark · existing upstream theorem · read-only

Algebra · existing Mathlib declaration

Burnside's Lemma

Let a finite group α act on β, and let Ω be the set of orbits. If every individual fixed-point set and Ω are finite, then adding the number of fixed points over all group elements gives |Ω| × |α|.

The theorem at a glance

Burnside's Lemma at a glance

A source-bound editorial overview of the exact Mathlib formulation. The image is explanatory; the statement map, formal type, and pinned source remain authoritative.

The sum of fixed-set cardinalities equals the number of orbits multiplied by the group cardinality. Generated explanation only; the exact HTML statement and pinned source are authoritative.
Detailed visual description

The poster places the separate finiteness hypotheses above the exact multiplication identity, then uses an unlabeled engraved bridge from varying fixed-point clusters to orbit islands paired with identical group rosettes. Its footer explicitly preserves the absence of a blanket finiteness assumption on β and of a division identity.

Formal orientation

Statement map

Statement map for Burnside's LemmaFor a finite group action with finite fixed-point subtypes and finite orbit quotient, the total number of fixed incidences equals the number of orbits times the group cardinality. The pinned upstream declaration is MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group. The exact checked statement is theorem MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group {α : Type u} {β : Type v} [Group α] [MulAction α β] [Fintype α] [∀ a : α, Fintype <| MulAction.fixedBy β a] [Fintype (Quotient <| MulAction.orbitRel α β)] : (∑ a : α, Fintype.card (MulAction.fixedBy β a)) = Fintype.card (Quotient <| MulAction.orbitRel α β) * Fintype.card α.Mathematical readingFor a finite groupaction with finitefixed-point subtypes andfinite orbit quotient,the total number offixed incidences equalsthe number of orbitstimes the groupcardinality.Pinned declarationmathlib ·MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_groupExact checked formtheoremMulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group{α : Type u} {β : Typev} [Group α] [MulActionα β] [Fintype α] [∀ a :α, Fintype <|MulAction.fixedBy β a][Fintype (Quotient <|MulAction.orbitRel α β)]: (∑ a : α, Fintype.card(MulAction.fixedBy β a))= Fintype.card (Quotient<| MulAction.orbitRel αβ) * Fintype.card αStatement map for Burnside's LemmaFor a finite group action with finite fixed-point subtypes and finite orbit quotient, the total number of fixed incidences equals the number of orbits times the group cardinality. The pinned upstream declaration is MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group. The exact checked statement is theorem MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group {α : Type u} {β : Type v} [Group α] [MulAction α β] [Fintype α] [∀ a : α, Fintype <| MulAction.fixedBy β a] [Fintype (Quotient <| MulAction.orbitRel α β)] : (∑ a : α, Fintype.card (MulAction.fixedBy β a)) = Fintype.card (Quotient <| MulAction.orbitRel α β) * Fintype.card α.Mathematical readingFor a finite groupaction with finitefixed-point subtypes andfinite orbit quotient,the total number offixed incidences equalsthe number of orbitstimes the groupcardinality.Pinned declarationmathlib ·MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_groupExact checked formtheoremMulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group{α : Type u} {β : Typev} [Group α] [MulActionα β] [Fintype α] [∀ a :α, Fintype <|MulAction.fixedBy β a][Fintype (Quotient <|MulAction.orbitRel α β)]: (∑ a : α, Fintype.card(MulAction.fixedBy β a))= Fintype.card (Quotient<| MulAction.orbitRel αβ) * Fintype.card α

This deterministic map orients the reader from the mathematical summary to the pinned declaration and exact checked form. The HTML statement below is authoritative.

Fixed-point incidences and orbit–group pairs are two finite presentations of the same counted type. Scientific diagram · explanatory, not proof evidence.
Detailed visual description

This target indexes Mathlib's multiplication-form Burnside lemma for a group α acting on β. It assumes Fintype α, a Fintype instance for each fixed-point subtype fixedBy β a, and a Fintype instance for the orbit quotient Ω; it concludes that the sum of the fixed-set cardinalities equals Fintype.card Ω multiplied by Fintype.card α.

Complementary intuition

A mathematical landmark

Burnside's lemma is a central bridge between symmetry and enumeration. Mathlib's proof exposes the underlying two-way count as an equivalence between the sigma type of fixed-point incidences and the product of the orbit quotient with the acting group.

The low-text schematic gives the theorem a visual identity; it does not replace the source-bound poster or exact statement.

Authoritative formal type

Exact Mathlib statement

theorem MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group {α : Type u} {β : Type v} [Group α] [MulAction α β] [Fintype α] [∀ a : α, Fintype <| MulAction.fixedBy β a] [Fintype (Quotient <| MulAction.orbitRel α β)] : (∑ a : α, Fintype.card (MulAction.fixedBy β a)) = Fintype.card (Quotient <| MulAction.orbitRel α β) * Fintype.card α
Selected evidence declaration text
theorem MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group {α : Type u} {β : Type v} [Group α] [MulAction α β] [Fintype α] [∀ a : α, Fintype <| MulAction.fixedBy β a] [Fintype (Quotient <| MulAction.orbitRel α β)] : (∑ a : α, Fintype.card (MulAction.fixedBy β a)) = Fintype.card (Quotient <| MulAction.orbitRel α β) * Fintype.card α

ProofAtlas record

What has been checked

Upstream indexedPinned source bytes verified locally
Locally reproducedExact upstream declaration replayed
Reviewed pageCurrent public presentation reviewed
Accepted Atlas resultNot recorded for the preferred artifact

These states distinguish upstream identity, local reproduction, review, and Atlas acceptance. This page is part of the public, read-only Mathlib landmark collection.

Claim boundary

No new theorem is claimed

This target indexes Mathlib's multiplication-form Burnside lemma for a group α acting on β. It assumes Fintype α, a Fintype instance for each fixed-point subtype fixedBy β a, and a Fintype instance for the orbit quotient Ω; it concludes that the sum of the fixed-set cardinalities equals Fintype.card Ω multiplied by Fintype.card α.

Provenance

Origin and evidence stay separate

Existing declaration
MulAction.sum_card_fixedBy_eq_card_orbits_mul_card_group in mathlib
Relationship
The checked artifact is the upstream declaration itself
Preferred checked artifact
artifact.library.mathlib.burnside-lemma.v001
Source handling
Verified upstream reference; no mirrored source package