InformationTheory.Shannon.LpPointwise
Lifting an L² class to a genuine pointwise representative #
The matched-filter receiver of a continuous-time AWGN code (ContAwgnCode) needs its test
functions to be honest ℝ → ℝ functions: testFn_support asks for the support to lie in [0, T]
everywhere (not just a.e.), and testFn_orthonormal states orthonormality as a pointwise
Lebesgue integral ∫ t, gᵢ t · gⱼ t, not an L² inner product. The spectral assets that produce
the family, however, live in Lp as a.e.-equivalence classes.
This file bridges that gap for the real space Lp ℝ 2 volume. Given an f : Lp ℝ 2 volume
whose a.e. representative already vanishes a.e. off a measurable set s, its s-indicator
ptRepr s f := s.indicator (⇑f) is a genuine function that
- is supported in
severywhere (support_ptRepr_subset), because it is an indicator ons; - still lies in
L²(memLp_ptRepr); - agrees with
⇑fa.e. (ptRepr_ae_eq), so noL²content is lost.
The a.e. agreement turns the pointwise product integral into the L² inner product
(integral_ptRepr_mul), which upgrades an orthonormal family in Lp ℝ 2 volume (supported a.e.
in [0, T]) to a pointwise-orthonormal family of [0, T]-supported functions
(exists_pointwise_orthonormal_of_orthonormal) — exactly the three ContAwgnCode.testFn
regularity fields.
InformationTheory.Shannon.LpPointwise.ptRepr
sourceThe pointwise representative of an L² class f, cut down to the set s: the genuine
function s.indicator (⇑f). When ⇑f already vanishes a.e. off s, this loses no L² content
(ptRepr_ae_eq) but gains an everywhere support bound (support_ptRepr_subset).
Equations
Instances For
Used by
InformationTheory.Shannon.LpPointwise.support_ptRepr_subset
sourceptRepr s f is supported in s everywhere (it is an s-indicator).
Used by
InformationTheory.Shannon.LpPointwise.memLp_ptRepr
sourceptRepr s f still lies in L².
Used by
InformationTheory.Shannon.LpPointwise.ptRepr_ae_eq
sourceIf ⇑f vanishes a.e. off s, then ptRepr s f agrees with ⇑f a.e.
Used by
InformationTheory.Shannon.LpPointwise.integral_ptRepr_mul
sourceThe pointwise product integral of two representatives equals the L² inner product of the
underlying classes, provided both vanish a.e. off s.
Used by
InformationTheory.Shannon.LpPointwise.exists_pointwise_orthonormal_of_orthonormal
sourceAn orthonormal family in Lp ℝ 2 volume, each member supported a.e. in [0, T], lifts to
a family of genuine ℝ → ℝ functions that satisfy the three
ContAwgnCode.testFn regularity fields: everywhere-support in [0, T], MemLp, and pointwise
orthonormality ∫ t, gᵢ t · gⱼ t = δᵢⱼ.