Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.ae_mem_of_ae_add_linearMap_mem

∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [CompleteSpace 𝕜]
  [inst_2 : NormedAddCommGroup E] [inst_3 : MeasurableSpace E] [BorelSpace E] [inst_5 : NormedSpace 𝕜 E]
  [inst_6 : NormedAddCommGroup F] [inst_7 : MeasurableSpace F] [BorelSpace F] [inst_9 : NormedSpace 𝕜 F] (L : E →ₗ[𝕜] F)
  (μ : MeasureTheory.Measure E) (ν : MeasureTheory.Measure F) [μ.IsAddHaarMeasure] [ν.IsAddHaarMeasure]
  [LocallyCompactSpace E] [LocallyCompactSpace F] {s : Set F},
  MeasurableSet s → (∀ (y : F), ∀ᵐ (x : E) ∂μ, y + L x ∈ s) → ∀ᵐ (y : F) ∂ν, y ∈ s

To check that a property holds almost everywhere with respect to an additive Haar measure, it suffices to check it almost everywhere along all translates of a given vector subspace. This is an instance of a disintegration argument for additive Haar measures.

Defined in
Mathlib.MeasureTheory.Measure.Haar.Disintegration
Cited by
1 results in Mathlib
Foundations
Depth 284 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldCompleteSpaceNormedAddCommGroupMeasurableSpaceBorelSpaceNormedSpaceNormedAddCommGroupMeasurableSpaceBorelSpaceNormedSpaceMeasureTheory.Measure.IsAddHaarMeasureMeasureTheory.Measure.IsAddHaarMeasureLocallyCompactSpaceLocallyCompactSpace

Around this declaration

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

Cites18

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

Cited by1

Results whose statement or proof uses this declaration.