Theorems · Theorem · measure theory
tendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto_aux
∀ {α : Type u_1} {E : Type u_2} {ι : Type u_3} {hm : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : TopologicalSpace α] [BorelSpace α] [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] {g : α → E}
{l : Filter ι} {x₀ : α} {s t : Set α} {φ : ι → α → ℝ},
MeasurableSet s →
MeasurableSet t →
t ⊆ s →
t ∈ nhdsWithin x₀ s →
(∀ᶠ (i : ι) in l, ∀ x ∈ s, 0 ≤ φ i x) →
(∀ (u : Set α), IsOpen u → x₀ ∈ u → TendstoUniformlyOn φ 0 l (s \ u)) →
Filter.Tendsto (fun i => ∫ (x : α) in t, φ i x ∂μ) l (nhds 1) →
(∀ᶠ (i : ι) in l, MeasureTheory.AEStronglyMeasurable (φ i) (μ.restrict s)) →
MeasureTheory.IntegrableOn g s μ →
Filter.Tendsto g (nhdsWithin x₀ s) (nhds 0) →
Filter.Tendsto (fun i => ∫ (x : α) in s, φ i x • g x ∂μ) l (nhds 0)If a sequence of peak functions φᵢ converges uniformly to zero away from a point x₀ and its
integral on some finite-measure neighborhood of x₀ converges to 1, and g is integrable and
has a limit a at x₀, then ∫ φᵢ • g converges to a.
Auxiliary lemma where one assumes additionally a = 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites94
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
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_setIntegral_peak_smul_of_integrableOn_of_tendstoproof · cited by 2