Documentation

Carleson.ToMathlib.ENorm

@[simp]
theorem enorm_NNReal {x : NNReal} :
x‖ₑ = x

An enormed monoid is an additive monoid endowed with a continuous enorm. Note: not sure if this is the "right" class to add to Mathlib.

Instances
    @[instance_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    theorem ENNReal.toNNReal_smul {α : Type u_6} {c : ENNReal} (hc : c ) {f : αENNReal} :
    c.toNNReal f = c f
    theorem MeasureTheory.eLpNorm_const_nnreal_smul_le {ε : Type u_6} [TopologicalSpace ε] [ESeminormedAddMonoid ε] [SMul NNReal ε] [ENormSMulClass NNReal ε] {α : Type u_8} {m0 : MeasurableSpace α} {p : ENNReal} {μ : Measure α} {c : NNReal} {f : αε} :
    eLpNorm (c f) p μ c‖ₑ * eLpNorm f p μ
    theorem MeasureTheory.eLpNorm_const_smul' {ε' : Type u_7} [TopologicalSpace ε'] [ESeminormedAddCommMonoid ε'] [Module NNReal ε'] [ENormSMulClass NNReal ε'] {α : Type u_8} {m0 : MeasurableSpace α} {p : ENNReal} {μ : Measure α} {c : NNReal} {f : αε'} :
    eLpNorm (c f) p μ = c‖ₑ * eLpNorm f p μ
    theorem MeasureTheory.eLpNorm_top_smul {α : Type u_8} {m0 : MeasurableSpace α} {p : ENNReal} {μ : Measure α} {f : αENNReal} (hf : AEStronglyMeasurable f μ) :
    eLpNorm ( f) p μ = * eLpNorm f p μ
    theorem MeasureTheory.eLpNorm_const_smul'' {α : Type u_8} {m0 : MeasurableSpace α} {p : ENNReal} {μ : Measure α} {c : ENNReal} (hc : c ) {f : αENNReal} :
    eLpNorm (c f) p μ = c * eLpNorm f p μ
    theorem MeasureTheory.eLpNorm_const_smul''' {α : Type u_8} {m0 : MeasurableSpace α} {p : ENNReal} {μ : Measure α} {c : ENNReal} {f : αENNReal} (hf : AEStronglyMeasurable f μ) :
    eLpNorm (c f) p μ = c * eLpNorm f p μ