Mathlib Map

Theorems · Theorem · functional analysis

MeasureTheory.eLpNorm_le_eLpNorm_fderiv

∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {E : Type u_4} [inst_2 : NormedAddCommGroup E]
  [inst_3 : NormedSpace ℝ E] [inst_4 : MeasurableSpace E] [inst_5 : BorelSpace E] [inst_6 : FiniteDimensional ℝ E]
  (μ : MeasureTheory.Measure E) [inst_7 : μ.IsAddHaarMeasure] [inst_8 : FiniteDimensional ℝ F] {u : E → F} {s : Set E},
  ContDiff ℝ 1 u →
    Function.support u ⊆ s →
      ∀ {p : NNReal},
        1 ≤ p →
          p < ↑(Module.finrank ℝ E) →
            Bornology.IsBounded s →
              MeasureTheory.eLpNorm u (↑p) μ ≤
                ↑(MeasureTheory.eLpNormLESNormFDerivOfLeConst F μ s p p) * MeasureTheory.eLpNorm (fderiv ℝ u) (↑p) μ

The Gagliardo-Nirenberg-Sobolev inequality. Let u be a continuously differentiable function u supported in a bounded set s in a normed space E of finite dimension n, equipped with Haar measure, and let 1 < p < n. Then the Lᵖ norm of u is bounded above by a constant times the Lᵖ norm of the Fréchet derivative of u. Note: The codomain of u needs to be a finite-dimensional normed space.

Defined in
Mathlib.Analysis.FunctionalSpaces.SobolevInequality
Cited by
0 results in Mathlib
Foundations
Depth 290 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceMeasurableSpaceBorelSpaceFiniteDimensionalMeasureTheory.Measure.IsAddHaarMeasureFiniteDimensional

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites27

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.