Mathlib Map

Theorems · Theorem · group theory

ContinuousCohomology.map_comp_assoc

∀ {k : Type u} {G H K : Type v} [inst : Ring k] [inst_1 : TopologicalSpace k] [inst_2 : Group G]
  [inst_3 : TopologicalSpace G] [inst_4 : IsTopologicalGroup G] [inst_5 : Group H] [inst_6 : TopologicalSpace H]
  [inst_7 : IsTopologicalGroup H] [inst_8 : Group K] [inst_9 : TopologicalSpace K] [inst_10 : IsTopologicalGroup K]
  {X : TopRep k G} {Y : TopRep k H} {Z : TopRep k K} (φ : H →ₜ* G) (ψ : K →ₜ* H) (f : TopRep.res (↑φ) X ⟶ Y)
  (g : TopRep.res (↑ψ) Y ⟶ Z) (n : ℕ) {Z_1 : TopModuleCat k} (h : continuousCohomology n Z ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp
      (ContinuousCohomology.map (φ.comp ψ)
        (CategoryTheory.CategoryStruct.comp (TopRep.ofHom (ContIntertwiningMap.restrict (↑ψ) (TopRep.Hom.hom f))) g) n)
      h =
    CategoryTheory.CategoryStruct.comp (ContinuousCohomology.map φ f n)
      (CategoryTheory.CategoryStruct.comp (ContinuousCohomology.map ψ g n) h)
Defined in
Mathlib.RepresentationTheory.Homological.ContCohomology.Functoriality
Cited by
0 results in Mathlib
Foundations
Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingTopologicalSpaceGroupTopologicalSpaceIsTopologicalGroupGroupTopologicalSpaceIsTopologicalGroupGroupTopologicalSpaceIsTopologicalGroup

Around this declaration

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

Cites22

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.