Theorems · Theorem · group theory
groupHomology.map_comp
∀ {k : Type u} [inst : CommRing k] {G H K : Type u} [inst_1 : Group G] [inst_2 : Group H] [inst_3 : Group K]
{A : Rep.{u, u, u} k G} {B : Rep.{u, u, u} k H} {C : Rep.{u, u, u} k K} (f : G →* H) (g : H →* K)
(φ : A ⟶ Rep.res f B) (ψ : B ⟶ Rep.res g C) (n : ℕ),
groupHomology.map (g.comp f) (CategoryTheory.CategoryStruct.comp φ ((Rep.resFunctor f).map ψ)) n =
CategoryTheory.CategoryStruct.comp (groupHomology.map f φ n) (groupHomology.map g ψ n)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CommRingstatement and proof · cited by 17,173
- CategoryTheory.Functor.mapstatement · cited by 8,698
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- ModuleCatstatement · cited by 1,429
- Repstatement and proof · cited by 843
- MonoidHom.compstatement and proof · cited by 469
- Rep.resstatement and proof · cited by 213
- HomologicalComplex.homologyMapproof · cited by 102
- groupHomologystatement · cited by 59
Cited by1
Results whose statement or proof uses this declaration.
- groupHomology.map_comp_assocproof · cited by 0