Theorems · Theorem · global analysis
ContDiffBump.convolution_tendsto_right
∀ {G : Type uG} {E' : Type uE'} [inst : NormedAddCommGroup E'] [inst_1 : MeasurableSpace G]
{μ : MeasureTheory.Measure G} [inst_2 : NormedSpace ℝ E'] [inst_3 : NormedAddCommGroup G] [inst_4 : NormedSpace ℝ G]
[CompleteSpace E'] [BorelSpace G] [inst_7 : FiniteDimensional ℝ G] [μ.IsAddHaarMeasure] {ι : Type u_1}
{φ : ι → ContDiffBump 0} {g : ι → G → E'} {k : ι → G} {x₀ : G} {z₀ : E'} {l : Filter ι},
Filter.Tendsto (fun i => (φ i).rOut) l (nhds 0) →
(∀ᶠ (i : ι) in l, MeasureTheory.AEStronglyMeasurable (g i) μ) →
Filter.Tendsto (Function.uncurry g) (l ×ˢ nhds x₀) (nhds z₀) →
Filter.Tendsto k l (nhds x₀) →
Filter.Tendsto
(fun i => MeasureTheory.convolution ((φ i).normed μ) (g i) (ContinuousLinearMap.lsmul ℝ ℝ) μ (k i)) l
(nhds z₀)(φ i ⋆ g i) (k i) tends to z₀ as i tends to some filter l if
* φ is a sequence of normed bump functions
such that (φ i).rOut tends to 0 as i tends to l;
* g i is μ-a.e. strongly measurable as i tends to l;
* g i x tends to z₀ as (i, x) tends to l ×ˢ 𝓝 x₀;
* k i tends to x₀.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- 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
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- FiniteDimensionalstatement and proof · cited by 1,854
- SProd.sprodstatement and proof · cited by 1,750
Cited by1
Results whose statement or proof uses this declaration.
- ContDiffBump.convolution_tendsto_right_of_continuousproof · cited by 0