Mathlib Map

Theorems · Definition · measure theory

TopologicalGroup.IsSES.pushforward

{A : Type u_1} →
  {B : Type u_2} →
    {C : Type u_3} →
      {E : Type u_4} →
        [inst : Group A] →
          [inst_1 : Group B] →
            [inst_2 : Group C] →
              [inst_3 : TopologicalSpace A] →
                [inst_4 : TopologicalSpace B] →
                  [inst_5 : TopologicalSpace C] →
                    {φ : A →* B} →
                      {ψ : B →* C} →
                        TopologicalGroup.IsSES φ ψ →
                          [IsTopologicalGroup A] →
                            [IsTopologicalGroup B] →
                              [inst_8 : NormedAddCommGroup E] →
                                [inst_9 : MeasurableSpace A] →
                                  [BorelSpace A] →
                                    (μA : MeasureTheory.Measure A) →
                                      [hμA : μA.IsHaarMeasure] →
                                        [inst : NormedSpace ℝ E] →
                                          [IsTopologicalGroup C] →
                                            [LocallyCompactSpace B] →
                                              CompactlySupportedContinuousMap B E →ₗ[ℝ]
                                                CompactlySupportedContinuousMap C E

If φ : A →* B and ψ : B →* C define a short exact sequence of topological groups, then we can push forward a continuous compactly supported function on B to a continuous compactly supported function on C by integrating over A.

Defined in
Mathlib.MeasureTheory.Measure.Haar.Extension
Cited by
7 results in Mathlib
Foundations
Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroupGroupTopologicalSpaceTopologicalSpaceTopologicalSpaceIsTopologicalGroupIsTopologicalGroupNormedAddCommGroupMeasurableSpaceBorelSpaceMeasureTheory.Measure.IsHaarMeasureNormedSpaceIsTopologicalGroupLocallyCompactSpace

Around this declaration

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

Cites20

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.