InformationTheory.Shannon.RateDistortion.AchievabilityAmbientMeasure
Rate-distortion achievability — i.i.d. ambient measure instantiation #
The witness form of the rate-distortion achievability theorem carries the ambient i.i.d.
construction (μ, Xs, Ys) and several entropy / distortion-bridge hypotheses as
pass-throughs. This file fixes the ambient as iidAmbientJointMeasure (pmfToMeasure qStar),
where qStar is a feasible joint pmf, and derives those pass-through hypotheses from that
concrete choice. The only remaining external hypothesis is the codebook-averaged
random-coding failure sequence, which requires strong-typicality machinery beyond the weak
(entropy-only) typicality available here.
Hypotheses derived from the concrete ambient #
μ := iidAmbientJointMeasure (pmfToMeasure qStar)— i.i.d. ambient.Xs := iidXs,Ys := iidYs— coordinate projections.- Measurability of
Xs i,Ys iviameasurable_iidXs,measurable_iidYs. IsProbabilityMeasure (μ.map (Xs 0)), similarly forYs 0, via the marginal identities andpmfToMeasure_isProbabilityMeasure.expectedJointDistortion μ (Xs 0) (Ys 0) d = expectedDistortionPmf d qStarvia the dirac/atom decomposition ofpmfToMeasure.- Marginal-source identity:
μ.map (Xs 0) = pmfToMeasure (marginalFst qStar).
Hypothesis left external #
h_codebook_avg_failure: requires strong typicality (joint type ~ q*) to bound the per-codebook conditional failure probability via the product law. Weak (entropy-only) typicality cannot give an exponential decay here; left as an external hypothesis on afailure_seq → 0sequence.
pmfToMeasure marginal identities #
InformationTheory.Shannon.pmfToMeasure_map_fst_real_singleton
source(pmfToMeasure q).map Prod.fst .real {a} = marginalFst q a for any joint pmf
q : α × β → ℝ with q ∈ stdSimplex ℝ (α × β).
Used by
InformationTheory.Shannon.pmfToMeasure_map_snd_real_singleton
sourceSymmetric: (pmfToMeasure q).map Prod.snd .real {b} = marginalSnd q b.
Used by
Positivity of joint pmf carries to pmfToMeasure singletons #
InformationTheory.Shannon.pmfToMeasure_real_singleton_pos
sourceIf every qStar p > 0, then (pmfToMeasure qStar).real {p} > 0.
Used by
Ambient setup from a feasible joint pmf #
The remaining setup builds the i.i.d. ambient (μ, Xs, Ys) consumed by the
witness form. We use iidAmbientJointMeasure (pmfToMeasure qStar) with the
coordinate projections iidXs, iidYs.
InformationTheory.Shannon.rdAmbient
sourceAmbient i.i.d. measure built from qStar lifted to a measure.
Equations
Instances For
Used by
InformationTheory.Shannon.rdAmbient_isProbabilityMeasure
sourceUsed by
InformationTheory.Shannon.rdAmbient_map_iidXs
sourceUsed by
InformationTheory.Shannon.rdAmbient_map_iidYs
sourceUsed by
InformationTheory.Shannon.rdAmbient_map_jointSequence
sourceThe joint sequence marginal of rdAmbient qStar is pmfToMeasure qStar.
Used by
InformationTheory.Shannon.rdAmbient_iidXs_isProbabilityMeasure
sourceUsed by
InformationTheory.Shannon.rdAmbient_iidYs_isProbabilityMeasure
sourceUsed by
Expected distortion bridge #
expectedJointDistortion (rdAmbient qStar) (iidXs 0) (iidYs 0) d
= expectedDistortionPmf d qStar.
InformationTheory.Shannon.expectedJointDistortion_rdAmbient
sourceThe expected joint distortion under rdAmbient qStar equals the pmf-form
expectedDistortionPmf d qStar. Proved by unfolding the integral over the
i.i.d. ambient, pushing forward to pmfToMeasure qStar, and decomposing the
dirac sum.