Theorems · Theorem · group theory
groupCohomology.cocyclesMap_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 K} {B : Rep.{u, u, u} k H} {C : Rep.{u, u, u} k G} (f : H →* K) (g : G →* H)
(φ : Rep.res f A ⟶ B) (ψ : Rep.res g B ⟶ C) (n : ℕ),
groupCohomology.cocyclesMap (f.comp g) (CategoryTheory.CategoryStruct.comp ((Rep.resFunctor g).map φ) ψ) n =
CategoryTheory.CategoryStruct.comp (groupCohomology.cocyclesMap f φ n) (groupCohomology.cocyclesMap g ψ n)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.Functor.objstatement · cited by 19,642
- 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
- groupCohomology.cocyclesstatement · cited by 63
Cited by1
Results whose statement or proof uses this declaration.
- groupCohomology.cocyclesMap_comp_assocproof · cited by 0