Theorems · Theorem · abstract harmonic analysis
MeasureTheory.continuousOn_convolution_right_with_param_comp
∀ {𝕜 : Type u𝕜} {G : Type uG} {E : Type uE} {E' : Type uE'} {F : Type uF} {P : Type uP} [inst : NormedAddCommGroup E]
[inst_1 : NormedAddCommGroup E'] [inst_2 : NormedAddCommGroup F] {f : G → E} [inst_3 : NontriviallyNormedField 𝕜]
[inst_4 : NormedSpace 𝕜 E] [inst_5 : NormedSpace 𝕜 E'] [inst_6 : NormedSpace 𝕜 F] (L : E →L[𝕜] E' →L[𝕜] F)
[inst_7 : MeasurableSpace G] {μ : MeasureTheory.Measure G} [inst_8 : NormedSpace ℝ F] [inst_9 : AddGroup G]
[inst_10 : TopologicalSpace G] [IsTopologicalAddGroup G] [BorelSpace G] [inst_13 : TopologicalSpace P] {s : Set P}
{v : P → G},
ContinuousOn v s →
∀ {g : P → G → E'} {k : Set G},
IsCompact k →
(∀ (p : P) (x : G), p ∈ s → x ∉ k → g p x = 0) →
MeasureTheory.LocallyIntegrable f μ →
ContinuousOn (↿g) (s ×ˢ Set.univ) → ContinuousOn (fun x => MeasureTheory.convolution f (g x) L μ (v x)) sThe convolution f * g is continuous if f is locally integrable and g is continuous and
compactly supported. Version where g depends on an additional parameter in an open subset s of
a parameter space P (and the compact support k is independent of the parameter in s),
given in terms of compositions with an additional continuous map.
- Defined in
- Mathlib.Analysis.Convolution
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- RingHom.idstatement and proof · cited by 18,349
- 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
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- AddGroupstatement and proof · cited by 4,410
- Set.univstatement and proof · cited by 3,945
Cited by1
Results whose statement or proof uses this declaration.
- HasCompactSupport.continuous_convolution_rightproof · cited by 1