Mathlib Map

Theorems · Definition · group theory

ContinuousCohomology.resolutionMap

{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) → (i : ℕ) → TopRep.res (↑φ) (X.resolutionX i) ⟶ Y.resolutionX i

The morphisms between the levels of the standard resolutions of X and Y induced by a continuous group homomorphism φ : H →ₜ* G and a morphism f : res φ X ⟶ Y, given by F ↦ f ∘ F ∘ φ.

Defined in
Mathlib.RepresentationTheory.Homological.ContCohomology.Functoriality
Cited by
7 results in Mathlib
Foundations
Depth 102 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.

Cites10

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

Cited by8

Results whose statement or proof uses this declaration.