Theorems · Theorem · measure theory
MeasureTheory.tendsto_measure_symmDiff_preimage_nhds_zero
∀ {α : Type u_1} {X : Type u_2} {Y : Type u_3} [inst : TopologicalSpace X] [inst_1 : MeasurableSpace X] [BorelSpace X]
[R1Space X] [inst_4 : TopologicalSpace Y] [inst_5 : MeasurableSpace Y] [BorelSpace Y] [R1Space Y]
{μ : MeasureTheory.Measure X} {ν : MeasureTheory.Measure Y} [μ.InnerRegularCompactLTTop]
[MeasureTheory.IsLocallyFiniteMeasure ν] {l : Filter α} {f : α → C(X, Y)} {g : C(X, Y)} {s : Set Y},
Filter.Tendsto f l (nhds g) →
(∀ᶠ (a : α) in l, MeasureTheory.MeasurePreserving (⇑(f a)) μ ν) →
MeasureTheory.MeasurePreserving (⇑g) μ ν →
MeasureTheory.NullMeasurableSet s ν →
ν s ≠ ⊤ → Filter.Tendsto (fun a => μ (symmDiff (⇑(f a) ⁻¹' s) (⇑g ⁻¹' s))) l (nhds 0)Let X and Y be R₁ topological spaces
with Borel σ-algebras and measures μ and ν, respectively.
Suppose that μ is inner regular for finite measure sets with respect to compact sets
and ν is a locally finite measure.
Let f : α → C(X, Y) be a family of continuous maps
that converges to a continuous map g : C(X, Y) in the compact-open topology along a filter l.
Suppose that g is a measure-preserving map
and f a is a measure-preserving map eventually along l.
Then for any finite measure measurable set s,
the preimages f a ⁻¹' s tend to the preimage g ⁻¹' s in measure.
More precisely, the measure of the symmetric difference of these two sets tends to zero.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites59
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.isClosed_setOfPred_preimage_ae_eqproof · cited by 3
- MeasureTheory.Lp.compMeasurePreserving_continuousproof · cited by 1