Sobolev embedding for general smooth fields on R³, without Schwartz assumptions.
Repeated directional derivatives of a vector-valued Schwartz function.
Equations
- EulerSmoothSobolev.pureDerivative d n v f = EulerSobolev.schwartzIteratedDerivative (fun (x : Fin n) => v) f
Instances For
The pointwise norm of a Schwartz function, represented in the real L² space.
Equations
- EulerSmoothSobolev.normLp d f = MeasureTheory.MemLp.toLp (fun (x : EulerSobolev.Domain d) => ‖f x‖) ⋯
Instances For
The sharp three-dimensional H² pointwise bound in terms of actual second derivatives.
The sum of the actual L² norms of Fréchet derivatives through order s.
Equations
- EulerSmoothSobolev.tensorSobolevNorm s f = ∑ j ∈ Finset.range (s + 1), (MeasureTheory.eLpNorm (iteratedFDeriv ℝ j f) 2 MeasureTheory.volume).toReal
Instances For
Sum of the pointwise norms of all derivatives through a fixed order.
Equations
- EulerSmoothSobolev.derivativeMagnitude s f x = ∑ j ∈ Finset.range (s + 1), ‖iteratedFDeriv ℝ j f x‖
Instances For
A fixed bump equal to one near zero, independent of the function being estimated.
Equations
- EulerSmoothSobolev.unitBump = { rIn := 1, rOut := 2, rIn_pos := EulerSmoothSobolev.unitBump._proof_1, rIn_lt_rOut := EulerSmoothSobolev.unitBump._proof_2 }
Instances For
The same fixed bump as a Schwartz function.
Equations
Instances For
A finite derivative bound for the fixed bump.
Equations
Instances For
The finite Leibniz coefficient for localizing an order n derivative.
Equations
- EulerSmoothSobolev.unitBumpCoefficient n = ∑ j ∈ Finset.range (n + 1), ↑(n.choose j) * EulerSmoothSobolev.unitBumpBound j
Instances For
An actual smooth compact localization of an arbitrary smooth function about x.
Equations
- EulerSmoothSobolev.localize f hf x = ⋯.toSchwartzMap ⋯
Instances For
Localization obeys the actual tensor Leibniz estimate.
Each localized pure derivative is controlled by the global physical Sobolev norm.
A fixed finite three-dimensional H² embedding constant.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Genuine H² to L∞ embedding for every smooth Hilbert-valued function on R³.
The actual derivative in one Euclidean coordinate direction.
Equations
- EulerSmoothSobolev.coordinateDerivative i f x = (fderiv ℝ f x) (EuclideanSpace.single i 1)
Instances For
A linear map is controlled by the sum of its values on the coordinate basis.
The exact regularity needed in the limiting Euler contradiction: H³ controls the C¹ derivative.
The physical tensor Sobolev norm for real Euclidean vector fields.
Equations
- EulerSmoothSobolev.realTensorSobolevNorm q s f = ∑ j ∈ Finset.range (s + 1), (MeasureTheory.eLpNorm (iteratedFDeriv ℝ j f) 2 MeasureTheory.volume).toReal
Instances For
Real vector-valued H³ to C¹ on R³, for general smooth functions with actual L² derivatives.