Mathlib Map

Theorems · Definition · measure theory

TopologicalAddGroup.IsSES.integrate

{A : Type u_1} →
  {B : Type u_2} →
    {C : Type u_3} →
      {E : Type u_4} →
        [inst : AddGroup A] →
          [inst_1 : AddGroup B] →
            [inst_2 : AddGroup C] →
              [inst_3 : TopologicalSpace A] →
                [inst_4 : TopologicalSpace B] →
                  [inst_5 : TopologicalSpace C] →
                    {φ : A →+ B} →
                      {ψ : B →+ C} →
                        TopologicalAddGroup.IsSES φ ψ →
                          [IsTopologicalAddGroup A] →
                            [IsTopologicalAddGroup B] →
                              [inst_8 : NormedAddCommGroup E] →
                                [inst_9 : MeasurableSpace A] →
                                  [BorelSpace A] →
                                    (μA : MeasureTheory.Measure A) →
                                      [hμA : μA.IsAddHaarMeasure] →
                                        [inst : NormedSpace ℝ E] →
                                          [IsTopologicalAddGroup C] →
                                            [LocallyCompactSpace B] →
                                              [inst_13 : MeasurableSpace C] →
                                                [BorelSpace C] →
                                                  (μC : MeasureTheory.Measure C) →
                                                    [hμC : μC.IsAddHaarMeasure] →
                                                      CompactlySupportedContinuousMap B E →ₗ[ℝ] E

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

Defined in
Mathlib.MeasureTheory.Measure.Haar.Extension
Cited by
4 results in Mathlib
Foundations
Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddGroupAddGroupTopologicalSpaceTopologicalSpaceTopologicalSpaceIsTopologicalAddGroupIsTopologicalAddGroupNormedAddCommGroupMeasurableSpaceBorelSpaceMeasureTheory.Measure.IsAddHaarMeasureNormedSpaceIsTopologicalAddGroupLocallyCompactSpaceMeasurableSpaceBorelSpaceMeasureTheory.Measure.IsAddHaarMeasure

Around this declaration

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

Cites19

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.