Mathlib Map

Theorems · Definition · group theory

ContinuousCohomology.map

{k : Type u} →
  {G H : 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] →
                    {X : TopRep k G} →
                      {Y : TopRep k H} →
                        (φ : H →ₜ* G) →
                          (TopRep.res (↑φ) X ⟶ Y) → (n : ℕ) → continuousCohomology n X ⟶ continuousCohomology n Y

The map Hⁿ(G, X) ⟶ Hⁿ(H, Y) on continuous cohomology induced by a continuous group homomorphism φ : H →ₜ* G and a morphism of topological H-representations f : res φ X ⟶ Y.

Defined in
Mathlib.RepresentationTheory.Homological.ContCohomology.Functoriality
Cited by
5 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingTopologicalSpaceGroupTopologicalSpaceIsTopologicalGroupGroupTopologicalSpaceIsTopologicalGroup

Around this declaration

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

Cites13

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

Cited by5

Results whose statement or proof uses this declaration.