Theorems · Theorem · measure theory
IsUnifLocDoublingMeasure.ae_tendsto_average_norm_sub
∀ {α : Type u_1} [inst : PseudoMetricSpace α] [inst_1 : MeasurableSpace α] (μ : MeasureTheory.Measure α)
[IsUnifLocDoublingMeasure μ] [SecondCountableTopology α] [BorelSpace α] [MeasureTheory.IsLocallyFiniteMeasure μ]
{E : Type u_2} [inst_6 : NormedAddCommGroup E] {f : α → E},
MeasureTheory.LocallyIntegrable f μ →
∀ (K : ℝ),
∀ᵐ (x : α) ∂μ,
∀ {ι : Type u_3} {l : Filter ι} (w : ι → α) (δ : ι → ℝ),
Filter.Tendsto δ l (nhdsWithin 0 (Set.Ioi 0)) →
(∀ᶠ (j : ι) in l, x ∈ Metric.closedBall (w j) (K * δ j)) →
Filter.Tendsto (fun j => ⨍ (y : α) in Metric.closedBall (w j) (δ j), ‖f y - f x‖ ∂μ) l (nhds 0)A version of Lebesgue differentiation theorem for a sequence of closed balls whose centers are not required to be fixed.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement · cited by 2,352
- nhdsWithinstatement and proof · cited by 1,912
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.