Documentation

LeanAPAP.Prereqs.LpNorm.Weighted

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
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_neg {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} (w : αNNReal) (f : αE) :
      theorem wLpNorm_sub_comm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} (w : αNNReal) (f g : αE) :
      f - g‖_[p, w] = g - f‖_[p, w]
      @[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) :
      fun (i : α) => f i‖_[p, w] = f‖_[p, w]
      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 wLpNorm_nsmul {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] [NormedSpace E] (n : ) (f : αE) (p : ENNReal) (w : αNNReal) :
      @[simp]
      theorem wLpNorm_conj {α : Type u_1} [MeasurableSpace α] {p : ENNReal} {w : αNNReal} {K : Type u_4} [RCLike K] (f : αK) :
      (starRingEnd (αK)) f‖_[p, w] = f‖_[p, w]
      @[simp]
      theorem wLpNorm_const_right {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] (hp : p ) (w : NNReal) (f : αE) :
      @[simp]
      theorem wLpNorm_smul_right {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} {w : αNNReal} [Finite α] (hp : p ) (c : NNReal) (f : αE) :
      theorem wLpNorm_eq_sum_norm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [Fintype α] [DiscreteMeasurableSpace α] (hp₀ : p 0) (hp : p ) (w : αNNReal) (f : αE) :
      f‖_[p, w] = (∑ i : α, w i f i ^ p.toReal) ^ p.toReal⁻¹
      theorem wLpNorm_toNNReal_eq_sum_norm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] [Finite α] [Fintype α] [DiscreteMeasurableSpace α] {p : } (hp : 0 < p) (w : αNNReal) (f : αE) :
      f‖_[p.toNNReal, w] = (∑ i : α, w i f i ^ p) ^ p⁻¹
      theorem wLpNorm_rpow_eq_sum_norm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] [Finite α] [Fintype α] [DiscreteMeasurableSpace α] {p : NNReal} (hp : p 0) (w : αNNReal) (f : αE) :
      f‖_[p, w] ^ p = i : α, w i f i ^ p
      theorem wLpNorm_pow_eq_sum_norm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] [Finite α] [Fintype α] [DiscreteMeasurableSpace α] {p : } (hp : p 0) (w : αNNReal) (f : αE) :
      f‖_[p, w] ^ p = i : α, w i f i ^ p
      theorem wL1Norm_eq_sum_norm {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] [Finite α] [Fintype α] [DiscreteMeasurableSpace α] (w : αNNReal) (f : αE) :
      f‖_[1, w] = i : α, w i f i
      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) :
      theorem wLpNorm_add_le {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (w : αNNReal) (f g : αE) :
      theorem wLpNorm_sub_le {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (w : αNNReal) (f g : αE) :
      theorem wLpNorm_le_wLpNorm_add_wLpNorm_sub' {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (w : αNNReal) (f g : αE) :
      theorem wLpNorm_le_wLpNorm_add_wLpNorm_sub {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (w : αNNReal) (f g : αE) :
      theorem wLpNorm_le_add_wLpNorm_add {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (w : αNNReal) (f g : αE) :
      theorem wLpNorm_sub_le_wLpNorm_sub_add_wLpNorm_sub {α : Type u_1} {E : Type u_3} [MeasurableSpace α] [NormedAddCommGroup E] {p : ENNReal} {w : αNNReal} {h : αE} [Finite α] [DiscreteMeasurableSpace α] (hp : 1 p) (f g : αE) :
      f - h‖_[p, w] f - g‖_[p, w] + g - h‖_[p, w]
      @[simp]
      theorem wLpNorm_one {α : Type u_1} [MeasurableSpace α] [DiscreteMeasurableSpace α] {p : ENNReal} [Fintype α] (hp₀ : p 0) (hp : p ) (w : αNNReal) :
      1‖_[p, w] = (∑ i : α, w i) ^ p.toReal⁻¹
      theorem wLpNorm_mono {α : Type u_1} [MeasurableSpace α] [DiscreteMeasurableSpace α] {p : ENNReal} {w : αNNReal} {f g : α} [Finite α] (hf : 0 f) (hfg : f g) :
      @[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.
      Instances For