@@ -41,12 +41,13 @@ protected theorem AEStronglyMeasurable.convolution [NormedSpace ℝ F] [AddGroup
4141`enorm_convolution_le_eLpNorm_mul_eLpNorm`. -/
4242lemma lintegral_enorm_convolution_integrand_le_eLpNorm_mul_eLpNorm [AddGroup G]
4343 [MeasurableAdd₂ G] [MeasurableNeg G] {μ : Measure G} [SFinite μ] [μ.IsNegInvariant]
44- [μ.IsAddLeftInvariant] {p q : ENNReal} (hpq : p.IsConjExponent q)
44+ [μ.IsAddLeftInvariant] {p q : ENNReal} (hpq : p.HolderConjugate q)
4545 (hL : ∀ (x y : G), ‖L (f x) (g y)‖ ≤ ‖f x‖ * ‖g y‖)
4646 (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (x₀ : G) :
4747 ∫⁻ a, ‖L (f a) (g (x₀ - a))‖ₑ ∂μ ≤ eLpNorm f p μ * eLpNorm g q μ := by
4848 rw [eLpNorm_comp_measurePreserving (p := q) hg (μ.measurePreserving_sub_left x₀) |>.symm]
49- replace hpq : 1 / 1 = 1 / p + 1 /q := by simpa using hpq.inv_add_inv_conj.symm
49+ replace hpq : 1 / 1 = 1 / p + 1 /q := by
50+ simpa using (ENNReal.HolderConjugate.inv_add_inv_eq_one p q).symm
5051 replace hpq : ENNReal.HolderTriple p q 1 := ⟨by simpa [eq_comm] using hpq⟩
5152 have hg' : AEStronglyMeasurable (g <| x₀ - ·) μ :=
5253 hg.comp_quasiMeasurePreserving <| quasiMeasurePreserving_sub_left μ x₀
@@ -58,7 +59,7 @@ lemma lintegral_enorm_convolution_integrand_le_eLpNorm_mul_eLpNorm [AddGroup G]
5859convolution of `f` and `g` exists everywhere. -/
5960theorem ConvolutionExists.of_memLp_memLp [AddGroup G] [MeasurableAdd₂ G]
6061 [MeasurableNeg G] (μ : Measure G) [SFinite μ] [μ.IsNegInvariant] [μ.IsAddLeftInvariant]
61- [μ.IsAddRightInvariant] {p q : ENNReal} (hpq : p.IsConjExponent q)
62+ [μ.IsAddRightInvariant] {p q : ENNReal} (hpq : p.HolderConjugate q)
6263 (hL : ∀ (x y : G), ‖L (f x) (g y)‖ ≤ ‖f x‖ * ‖g y‖) (hf : AEStronglyMeasurable f μ)
6364 (hg : AEStronglyMeasurable g μ) (hfp : MemLp f p μ) (hgq : MemLp g q μ) :
6465 ConvolutionExists f g L μ := by
@@ -70,7 +71,7 @@ theorem ConvolutionExists.of_memLp_memLp [AddGroup G] [MeasurableAdd₂ G]
7071by `eLpNorm f p μ * eLpNorm g q μ`. -/
7172theorem enorm_convolution_le_eLpNorm_mul_eLpNorm [NormedSpace ℝ F] [AddGroup G]
7273 [MeasurableAdd₂ G] [MeasurableNeg G] (μ : Measure G) [SFinite μ] [μ.IsNegInvariant]
73- [μ.IsAddLeftInvariant] {p q : ENNReal} (hpq : p.IsConjExponent q)
74+ [μ.IsAddLeftInvariant] {p q : ENNReal} (hpq : p.HolderConjugate q)
7475 (hL : ∀ (x y : G), ‖L (f x) (g y)‖ ≤ ‖f x‖ * ‖g y‖)
7576 (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (x₀ : G) :
7677 ‖(f ⋆[L, μ] g) x₀‖ₑ ≤ eLpNorm f p μ * eLpNorm g q μ :=
0 commit comments