InformationTheory

InformationTheory.Shannon.EPI.ApproxIdentityL1

source

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 #

Implementation notes #

The proof assembles three ingredients:

  1. Difference representation via ∫ g_t = 1: (pX ∗ g_t − pX)(z) = ∫ (pX(z−y) − pX(z)) g_t(y) dy.
  2. Continuous Minkowski inequality (L¹, Fubini detour): ‖∫ y, F(·,y) dν‖₁ ≤ ∫ y, ‖F(·,y)‖₁ dν.
  3. L¹ translation continuity and Gaussian concentration (Chebyshev, second moment) via DCT.
noncomputable def

InformationTheory.Shannon.subRightCM

source
(y : ) :

The right-translation map x ↦ x - y bundled as a C(ℝ, ℝ) element.

Equations
Instances For
    Used by
      theorem

      InformationTheory.Shannon.continuous_subRightCM

      source
      Used by
        theorem

        InformationTheory.Shannon.measurePreserving_subRightCM

        source
        Used by
          theorem

          InformationTheory.Shannon.translation_continuous_L1

          source
          {pX : } (hpX_int : MeasureTheory.Integrable pX MeasureTheory.volume) :
          Filter.Tendsto (fun (y : ) => MeasureTheory.eLpNorm (fun (x : ) => pX (x - y) - pX x) 1 MeasureTheory.volume) (nhds 0) (nhds 0)

          L¹ translation continuity: y ↦ eLpNorm (fun x => pX (x - y) - pX x) 1 volume tends to 0 as y → 0. @audit:ok

          Used by
            theorem

            InformationTheory.Shannon.translation_eLpNorm_bound

            source

            Bound on the L¹ norm of the translation difference: eLpNorm (· - y) - pX‖₁ ≤ 2 ‖pX‖₁. @audit:ok

            Used by
              theorem

              InformationTheory.Shannon.convDensityAdd_sub_self_eq

              source
              {pX : } (g : ) (hg_one : (y : ), g y = 1) (z : ) (hi1 : MeasureTheory.Integrable (fun (y : ) => pX (z - y) * g y) MeasureTheory.volume) (hi2 : MeasureTheory.Integrable (fun (y : ) => pX z * g y) MeasureTheory.volume) :
              EPIConvDensity.convDensityAdd pX g z - pX z = (y : ), (pX (z - y) - pX z) * g y

              Difference representation: when ∫ g = 1, (pX ∗ g − pX)(z) = ∫ y, (pX(z−y) − pX(z)) · g y. @audit:ok

              Used by
                theorem

                InformationTheory.Shannon.eLpNorm_integral_le_lintegral

                source

                Continuous 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
                  theorem

                  InformationTheory.Shannon.convDensityAdd_tendsto_L1_zero

                  source

                  Approximate identity L¹ convergence: the convolution with a vanishing Gaussian kernel converges to pX in L¹ norm as t → 0⁺. @audit:ok

                  Used by