Lp norms #
Weighted Lp norm #
noncomputable def
wLpNorm
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
(p : ENNReal)
(w : α → NNReal)
(f : α → E)
:
The weighted Lp norm of a function.
Equations
- ‖f‖_[p, w] = MeasureTheory.lpNorm f p (MeasureTheory.Measure.sum fun (i : α) => w i • MeasureTheory.Measure.dirac i)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
wLpNorm_nonneg
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
{p : ENNReal}
{w : α → NNReal}
{f : α → E}
:
@[simp]
theorem
wLpNorm_zero
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
{p : ENNReal}
(w : α → NNReal)
:
@[simp]
theorem
wLpNorm_one_eq_dLpNorm
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
(p : ENNReal)
(f : α → E)
:
@[simp]
theorem
wLpNorm_exponent_zero
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
(w : α → NNReal)
(f : α → E)
:
@[simp]
theorem
wLpNorm_norm
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
{p : ENNReal}
{f : α → E}
(w : α → NNReal)
(hf : MeasureTheory.StronglyMeasurable f)
:
theorem
wLpNorm_smul
{α : Type u_1}
{𝕜 : Type u_2}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
[NormedField 𝕜]
[NormedSpace 𝕜 E]
(c : 𝕜)
(f : α → E)
(p : ENNReal)
(w : α → NNReal)
:
theorem
wL1Norm_eq_sum_norm
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
[Finite α]
[Fintype α]
[DiscreteMeasurableSpace α]
(w : α → NNReal)
(f : α → E)
:
theorem
wLpNorm_mono_right
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[NormedAddCommGroup E]
{p q : ENNReal}
[Finite α]
[DiscreteMeasurableSpace α]
(hpq : p ≤ q)
(w : α → NNReal)
(f : α → E)
:
@[simp]
theorem
wLpNorm_translate
{α : Type u_1}
{E : Type u_3}
[MeasurableSpace α]
[Finite α]
[DiscreteMeasurableSpace α]
{p : NNReal}
{w : α → NNReal}
[AddCommGroup α]
[NormedAddCommGroup E]
(a : α)
(f : α → E)
:
The positivity extension which identifies expressions of the form ‖f‖_[p, w].
Equations
- One or more equations did not get rendered due to their size.