InformationTheory.Shannon.AWGN.ConverseMIChainRule.PerLetterMI
Per-letter MI decomposition and continuous MI chain rule #
InformationTheory.Shannon.AWGN.perLetterInputLaw_isProb
sourceUsed by
InformationTheory.Shannon.AWGN.awgnContinuousMIChainRule_holds
sourceMemoryless AWGN continuous MI chain rule.
I(X^n; Y^n) ≤ ∑ᵢ I(X_i; Y_i) on the inlined joint. The route:
I(X^n;Y^n) ≤ I(W;Y^n) (deterministic DPI) = h(Y^n) − n·h(noise) ≤ ∑ h(Y_i) − n·h(noise) = ∑ I(X_i;Y_i), combining mutualInfo_encoder_le_fst, blockMI_decomp,
jointDifferentialEntropyPi_blockYLawInline_le_sum, and perLetterMI_decomp.
Consumer-side unfold jointMIXnYn perLetterMI awgnConverseJoint gives defeq.
[NeZero M] (M ≥ 1, so the uniform message law is a probability measure) and hN : N ≠ 0
(full-support Gaussian fibres ⇒ blockYLaw absolutely continuous) are regularity
preconditions, both supplied by the converse consumer. They are not load-bearing: the MI
inequality is proved from the entropy chain, not encoded in the hypotheses (at the
degenerate boundary N = 0 the Gaussian fibres collapse to Diracs, breaking only the
density route, while the MI inequality itself stays true since it is KL≥0-backed).
@audit:ok