InformationTheory.Shannon.ChannelCoding.ShannonTheoremMaxError.SmoothInstantiation
Achievability at the smooth channel — closed-form N #
Part file split from ShannonTheoremMaxError. Instantiates
channel_coding_achievability at the smooth channel with an explicit N formula.
Smooth achievability with closed-form N #
channel_coding_achievability instantiated at p := pmfToMeasure (pSmooth p₀ δ_p) and
W := Channel.smooth W δ. The instances hp_pos/hW_pos are derived internally via
pSmooth_pos and Channel.smooth_pos. The existential ∃ N is collapsed to the
closed-form channelCodingSmoothMinN V_X V_Y V_Z I_lb R ε' using the AEPRate lemmas.
InformationTheory.Shannon.ChannelCoding.channelCodingSmoothMinN
sourceClosed-form N(V_X, V_Y, V_Z, I_lb, R, ε') for the smooth achievability theorem.
max (max N₁ N₂) 1 where N₁ = jointlyTypicalSetMinN V_X V_Y V_Z (ε'/2) ((I_lb - R)/6)
and N₂ = expNegMulMinN ((I_lb - R)/2) (ε'/2). Uses a mutual information lower bound
I_lb so that N₂ is a safe upper bound.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Used by
InformationTheory.Shannon.ChannelCoding.jointlyTypicalSetMinN_le_channelCodingSmoothMinN
sourceUsed by
InformationTheory.Shannon.ChannelCoding.expNegMulMinN_le_channelCodingSmoothMinN
sourceUsed by
InformationTheory.Shannon.ChannelCoding.one_le_channelCodingSmoothMinN
sourceUsed by
InformationTheory.Shannon.ChannelCoding.iidAmbient_entropy_exponent_eq
sourceUsed by
InformationTheory.Shannon.ChannelCoding.channel_coding_achievability_smooth_at_N_le
sourceSmooth achievability with closed-form N: channel_coding_achievability with the
existential N replaced by channelCodingSmoothMinN V_X V_Y V_Z I_lb R ε'.
The caller supplies axis-wise variance upper bounds V_X, V_Y, V_Z and a
mutual-information lower bound I_lb.