Documentation

LeanPool.RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.TranslationEstimate

RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.TranslationEstimate #

Pointwise translation estimates for C¹_c functions on Euclidean spaces.

This file provides the key analytic inequality used later in the Euclidean Rellich step: translation differences are controlled by the -gradient.

At this stage we only prove pointwise inequalities along the segment t ↦ x + t • a. The measure-theoretic lifting to is tracked separately under lean-103.5.2.26.5.3.2.3.

Derivative along a translated line #

theorem RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.hasDerivAt_comp_line {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] {f : E} (hf : ContDiff 1 f) (x a : E) (t : ) :
HasDerivAt (fun (t : ) => f (line x a t)) ((fderiv f (line x a t)) a) t
theorem RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.deriv_comp_line {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] {f : E} (hf : ContDiff 1 f) (x a : E) (t : ) :
deriv (fun (t : ) => f (line x a t)) t = (fderiv f (line x a t)) a

Pointwise translation bound via the gradient #