Documentation

Mathlib.MeasureTheory.Function.LpSeminorm.CompareExp

Compare Lp seminorms for different values of p #

In this file we compare MeasureTheory.eLpNorm' and MeasureTheory.eLpNorm for different exponents.

theorem MeasureTheory.eLpNorm'_le_eLpNorm'_mul_rpow_measure_univ {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : } (hp0_lt : 0 < p) (hpq : p q) (hf : AEStronglyMeasurable f μ) :
eLpNorm' f p μ eLpNorm' f q μ * μ Set.univ ^ (1 / p - 1 / q)
theorem MeasureTheory.eLpNorm'_le_eLpNormEssSup_mul_rpow_measure_univ {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {q : } (hq_pos : 0 < q) :
eLpNorm' f q μ eLpNormEssSup f μ * μ Set.univ ^ (1 / q)
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_rpow_measure_univ {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : ENNReal} (hpq : p q) (hf : AEStronglyMeasurable f μ) :
eLpNorm f p μ eLpNorm f q μ * μ Set.univ ^ (1 / p.toReal - 1 / q.toReal)
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_rpow_measure_univ_of_pos {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : ENNReal} (hpq : p q) (hp : 0 < p) :
eLpNorm f p μ eLpNorm f q μ * μ Set.univ ^ (1 / p.toReal - 1 / q.toReal)
theorem MeasureTheory.eLpNorm'_le_eLpNorm'_of_exponent_le {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : } (hp0_lt : 0 < p) (hpq : p q) (μ : Measure α) [IsProbabilityMeasure μ] (hf : AEStronglyMeasurable f μ) :
eLpNorm' f p μ eLpNorm' f q μ
theorem MeasureTheory.eLpNorm'_le_eLpNormEssSup {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {q : } (hq_pos : 0 < q) [IsProbabilityMeasure μ] :
theorem MeasureTheory.eLpNorm_le_eLpNorm_of_exponent_le {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : ENNReal} (hpq : p q) [IsProbabilityMeasure μ] :
eLpNorm f p μ eLpNorm f q μ
theorem MeasureTheory.eLpNorm'_lt_top_of_eLpNorm'_lt_top_of_exponent_le {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : } [IsFiniteMeasure μ] (hf : AEStronglyMeasurable f μ) (hfq_lt_top : eLpNorm' f q μ < ) (hp_nonneg : 0 p) (hpq : p q) :
eLpNorm' f p μ <
theorem MeasureTheory.MemLp.mono_exponent {α : Type u_1} {ε : Type u_2} {m : MeasurableSpace α} {μ : Measure α} {f : αε} [TopologicalSpace ε] [ContinuousENorm ε] {p q : ENNReal} [IsFiniteMeasure μ] (hfq : MemLp f q μ) (hpq : p q) :
MemLp f p μ
theorem MeasureTheory.MemLp.mono_exponent_of_measure_support_ne_top {α : Type u_1} {ε' : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [TopologicalSpace ε'] [ESeminormedAddMonoid ε'] {p q : ENNReal} {f : αε'} (hfq : MemLp f q μ) {s : Set α} (hf : xs, f x = 0) (hs : μ s ) (hpq : p q) :
MemLp f p μ

If a function is supported on a finite-measure set and belongs to ℒ^p, then it belongs to ℒ^q for any q ≤ p.

In this section, we show that ‖fg‖_{L^r} ≤ ‖f‖_{L^p} ‖g‖_{L^q} when 1/r = 1/p + 1/q, in a more general version involving a general bilinear form.

There is one edge case where this formula does not hold with our conventions: if r = p = 0, f is measurable but fg is not, then ‖fg‖_{L^r} = ∞ while ‖f‖_{L^p} ‖g‖_{L^q} = 0 * ∞ = 0. So, we should either assume that r is nonzero, or the functions are measurable. Most lemmas are given in the two versions, with the main one assuming measurability, and the other version (suffixed with of_pos) assume 0 < r.

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_not_aestronglyMeasurable_ennreal {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p q r : ENNReal) (b : EFG) (c : ENNReal) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖ₑ c * f x‖ₑ * g x‖ₑ) (hfg : ¬(AEStronglyMeasurable f μ AEStronglyMeasurable g μ)) (hp : p 0) (hq : q 0) :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_not_aestronglyMeasurable {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p q r : ENNReal) (b : EFG) (c : NNReal) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) (hfg : ¬(AEStronglyMeasurable f μ AEStronglyMeasurable g μ)) (hp : p 0) (hq : q 0) :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_top_mul_eLpNorm_of_pos {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p : ENNReal) (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) (hp : 0 < p) :
eLpNorm (fun (x : α) => b (f x) (g x)) p μ c * eLpNorm f μ * eLpNorm g p μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_top_mul_eLpNorm {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p : ENNReal) (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (hf : AEStronglyMeasurable f μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) :
eLpNorm (fun (x : α) => b (f x) (g x)) p μ c * eLpNorm f μ * eLpNorm g p μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_top_of_pos {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p : ENNReal) (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) (hp : 0 < p) :
eLpNorm (fun (x : α) => b (f x) (g x)) p μ c * eLpNorm f p μ * eLpNorm g μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_top {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} (p : ENNReal) (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (hg : AEStronglyMeasurable g μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) :
eLpNorm (fun (x : α) => b (f x) (g x)) p μ c * eLpNorm f p μ * eLpNorm g μ
theorem MeasureTheory.eLpNorm'_le_eLpNorm'_mul_eLpNorm' {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : } (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (b : EFG) (c : NNReal) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) (hro_lt : 0 < r) (hrp : r < p) (hpqr : 1 / r = 1 / p + 1 / q) :
eLpNorm' (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm' f p μ * eLpNorm' g q μ
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_nnnorm {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_nnnorm_of_pos {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) (hr : 0 < r) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_norm {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x) c * f x * g x) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

@[deprecated MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_norm (since := "2026-09-11")]
theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm'_of_norm {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x) c * f x * g x) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Alias of MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_norm.


Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_norm_of_pos {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : NNReal) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x) c * f x * g x) (hr : 0 < r) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_enorm {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : ENNReal) (hb : Continuous (Function.uncurry b)) (hf : AEStronglyMeasurable f μ) (hg : AEStronglyMeasurable g μ) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖ₑ c * f x‖ₑ * g x‖ₑ) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_enorm_of_pos {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {f : αE} {g : αF} {p q r : ENNReal} (b : EFG) (c : ENNReal) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖ₑ c * f x‖ₑ * g x‖ₑ) (hr : 0 < r) [hpqr : p.HolderTriple q r] :
eLpNorm (fun (x : α) => b (f x) (g x)) r μ c * eLpNorm f p μ * eLpNorm g q μ

Hölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation fun x => b (f x) (g x).

theorem MeasureTheory.MemLp.of_bilin {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] {μ : Measure α} {p q r : ENNReal} {f : αE} {g : αF} (b : EFG) (c : NNReal) (hf : MemLp f p μ) (hg : MemLp g q μ) (hb : Continuous (Function.uncurry b)) (h : ∀ᵐ (x : α) μ, b (f x) (g x)‖₊ c * f x‖₊ * g x‖₊) [hpqr : p.HolderTriple q r] :
MemLp (fun (x : α) => b (f x) (g x)) r μ
theorem MeasureTheory.eLpNorm_smul_le_eLpNorm_top_mul_eLpNorm_of_pos {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} (p : ENNReal) (hp : 0 < p) :
eLpNorm (φ f) p μ eLpNorm φ μ * eLpNorm f p μ
theorem MeasureTheory.eLpNorm_smul_le_eLpNorm_top_mul_eLpNorm {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} (p : ENNReal) ( : AEStronglyMeasurable φ μ) :
eLpNorm (φ f) p μ eLpNorm φ μ * eLpNorm f p μ
theorem MeasureTheory.eLpNorm_smul_le_eLpNorm_mul_eLpNorm_top_of_pos {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} (p : ENNReal) (hp : 0 < p) :
eLpNorm (φ f) p μ eLpNorm φ p μ * eLpNorm f μ
theorem MeasureTheory.eLpNorm_smul_le_eLpNorm_mul_eLpNorm_top {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} (p : ENNReal) (hf : AEStronglyMeasurable f μ) :
eLpNorm (φ f) p μ eLpNorm φ p μ * eLpNorm f μ
theorem MeasureTheory.eLpNorm'_smul_le_mul_eLpNorm' {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {p q r : } (hf : AEStronglyMeasurable f μ) {φ : α𝕜} ( : AEStronglyMeasurable φ μ) (hp0_lt : 0 < p) (hpq : p < q) (hpqr : 1 / p = 1 / q + 1 / r) :
eLpNorm' (φ f) p μ eLpNorm' φ q μ * eLpNorm' f r μ
theorem MeasureTheory.eLpNorm_smul_le_mul_eLpNorm_of_pos {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} {p q r : ENNReal} (hr : 0 < r) [hpqr : p.HolderTriple q r] :
eLpNorm (φ f) r μ eLpNorm φ p μ * eLpNorm f q μ

Hölder's inequality, as an inequality on the ℒp seminorm of a scalar product φ • f.

theorem MeasureTheory.eLpNorm_smul_le_mul_eLpNorm {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {f : αE} {φ : α𝕜} {p q r : ENNReal} ( : AEStronglyMeasurable φ μ) (hf : AEStronglyMeasurable f μ) [hpqr : p.HolderTriple q r] :
eLpNorm (φ f) r μ eLpNorm φ p μ * eLpNorm f q μ

Hölder's inequality, as an inequality on the ℒp seminorm of a scalar product φ • f.

theorem MeasureTheory.MemLp.smul {𝕜 : Type u_1} {α : Type u_2} {E : Type u_3} {m : MeasurableSpace α} {μ : Measure α} [NormedRing 𝕜] [NormedAddCommGroup E] [MulActionWithZero 𝕜 E] [IsBoundedSMul 𝕜 E] {p q r : ENNReal} {f : αE} {φ : α𝕜} ( : MemLp φ p μ) (hf : MemLp f q μ) [hpqr : p.HolderTriple q r] :
MemLp (φ f) r μ
theorem MeasureTheory.MemLp.mul {α : Type u_1} {x✝ : MeasurableSpace α} {𝕜 : Type u_2} [NormedRing 𝕜] {μ : Measure α} {p q r : ENNReal} {f φ : α𝕜} ( : MemLp φ p μ) (hf : MemLp f q μ) [hpqr : p.HolderTriple q r] :
MemLp (φ * f) r μ
theorem MeasureTheory.MemLp.fun_mul {α : Type u_1} {x✝ : MeasurableSpace α} {𝕜 : Type u_2} [NormedRing 𝕜] {μ : Measure α} {p q r : ENNReal} {f φ : α𝕜} ( : MemLp φ p μ) (hf : MemLp f q μ) [hpqr : p.HolderTriple q r] :
MemLp (fun (i : α) => φ i * f i) r μ

Eta-expanded form of MeasureTheory.MemLp.mul

@[deprecated MeasureTheory.MemLp.fun_mul (since := "2026-09-06")]
theorem MeasureTheory.MemLp.mul' {α : Type u_1} {x✝ : MeasurableSpace α} {𝕜 : Type u_2} [NormedRing 𝕜] {μ : Measure α} {p q r : ENNReal} {f φ : α𝕜} ( : MemLp φ p μ) (hf : MemLp f q μ) [hpqr : p.HolderTriple q r] :
MemLp (fun (i : α) => φ i * f i) r μ

Alias of MeasureTheory.MemLp.fun_mul.


Eta-expanded form of MeasureTheory.MemLp.mul

theorem MeasureTheory.MemLp.prod {ι : Type u_1} {α : Type u_2} {𝕜 : Type u_3} {x✝ : MeasurableSpace α} [NormedCommRing 𝕜] {μ : Measure α} {f : ια𝕜} {p : ιENNReal} {s : Finset ι} (hf : is, MemLp (f i) (p i) μ) :
MemLp (∏ is, f i) (∑ is, (p i)⁻¹)⁻¹ μ

See MemLp.fun_prod for the applied version.

theorem MeasureTheory.MemLp.fun_prod {ι : Type u_1} {α : Type u_2} {𝕜 : Type u_3} {x✝ : MeasurableSpace α} [NormedCommRing 𝕜] {μ : Measure α} {f : ια𝕜} {p : ιENNReal} {s : Finset ι} (hf : is, MemLp (f i) (p i) μ) :
MemLp (fun (ω : α) => is, f i ω) (∑ is, (p i)⁻¹)⁻¹ μ

See MemLp.prod for the unapplied version.

@[deprecated MeasureTheory.MemLp.fun_prod (since := "2026-09-06")]
theorem MeasureTheory.MemLp.prod' {ι : Type u_1} {α : Type u_2} {𝕜 : Type u_3} {x✝ : MeasurableSpace α} [NormedCommRing 𝕜] {μ : Measure α} {f : ια𝕜} {p : ιENNReal} {s : Finset ι} (hf : is, MemLp (f i) (p i) μ) :
MemLp (fun (ω : α) => is, f i ω) (∑ is, (p i)⁻¹)⁻¹ μ

Alias of MeasureTheory.MemLp.fun_prod.


See MemLp.prod for the unapplied version.