InformationTheory.Shannon.EPI.ApproxIdentityL1
EPI G2 Layer 1 — L¹ convergence of the approximate identity #
For a general L¹ density pX (non-negative, measurable, finite second moment), the convolution
with a vanishing Gaussian kernel convDensityAdd pX (gaussianPDFReal 0 ⟨t,_⟩) converges to
pX in L¹ as t → 0⁺ (eLpNorm (conv − pX) 1 volume → 0).
Main statements #
convDensityAdd_tendsto_L1_zero: the approximate identity L¹ convergence.
Implementation notes #
The proof assembles three ingredients:
- Difference representation via
∫ g_t = 1:(pX ∗ g_t − pX)(z) = ∫ (pX(z−y) − pX(z)) g_t(y) dy. - Continuous Minkowski inequality (L¹, Fubini detour):
‖∫ y, F(·,y) dν‖₁ ≤ ∫ y, ‖F(·,y)‖₁ dν. - L¹ translation continuity and Gaussian concentration (Chebyshev, second moment) via DCT.
InformationTheory.Shannon.subRightCM
sourceThe right-translation map x ↦ x - y bundled as a C(ℝ, ℝ) element.
Equations
Instances For
Used by
InformationTheory.Shannon.continuous_subRightCM
sourceUsed by
InformationTheory.Shannon.measurePreserving_subRightCM
sourceUsed by
InformationTheory.Shannon.translation_continuous_L1
sourceL¹ translation continuity: y ↦ eLpNorm (fun x => pX (x - y) - pX x) 1 volume tends to 0
as y → 0.
@audit:ok
Used by
InformationTheory.Shannon.translation_eLpNorm_bound
sourceBound on the L¹ norm of the translation difference: eLpNorm (· - y) - pX‖₁ ≤ 2 ‖pX‖₁.
@audit:ok
Used by
InformationTheory.Shannon.convDensityAdd_sub_self_eq
sourceDifference representation: when ∫ g = 1,
(pX ∗ g − pX)(z) = ∫ y, (pX(z−y) − pX(z)) · g y.
@audit:ok
Used by
InformationTheory.Shannon.eLpNorm_integral_le_lintegral
sourceContinuous Minkowski inequality (L¹, ℝ≥0∞ form):
eLpNorm (fun z => ∫ y, F z y ∂ν) 1 ≤ ∫⁻ y, eLpNorm (fun z => F z y) 1 ∂ν.
@audit:ok
Used by
InformationTheory.Shannon.convDensityAdd_tendsto_L1_zero
sourceApproximate identity L¹ convergence: the convolution with a vanishing Gaussian kernel
converges to pX in L¹ norm as t → 0⁺.
@audit:ok