The homogeneous H¹ → L⁶ inequality on ℝ³ #
Mathlib's Gagliardo–Nirenberg–Sobolev inequality
eLpNorm_le_eLpNorm_fderiv_of_eq_inner bounds the L⁶ norm of a compactly
supported C¹ function on ℝ³ by sobolevConstant times the L² norm of its
derivative. This module fixes that constant once for both libraries and removes
the support hypothesis: multiplying by the dilated cutoffs of NavierStokesAndEuler.SmoothCutoff
costs a derivative error derivativeConstant 1 / R * ‖f‖₂ that vanishes as
R → ∞, and Fatou's lemma (Lp.eLpNorm_lim_le_liminf_eLpNorm) passes to the
limit. The result eLpNorm_six_le needs only f ∈ L²; when the derivative is
also in L², memLp_six and the real-valued forms follow.
The exponents and spatial dimension are fixed, while the codomain is any real inner-product space. The compact-support, extended-norm, membership, and real-valued formulations share the same constant.