Mathlib Map

Theorems · Definition · group theory

Rep.quotientToCoinvariantsFunctor

(k : Type u) →
  {G : Type v} →
    [inst : CommRing k] →
      [inst_1 : Group G] →
        (S : Subgroup G) → [inst_2 : S.Normal] → CategoryTheory.Functor (Rep.{w, u, v} k G) (Rep.{w, u, v} k (G ⧸ S))

Given a normal subgroup S ≤ G, this is the functor sending a G-representation A to the G ⧸ S-representation it induces on A_S.

Defined in
Mathlib.RepresentationTheory.Coinvariants
Cited by
3 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingGroupSubgroup.Normal

Around this declaration

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

Cites15

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

Cited by4

Results whose statement or proof uses this declaration.