InformationTheory.Shannon.AWGN.MIClosedForm
AWGN Gaussian-input MI closed form #
The hypothesis-free Gaussian-input mutual-information closed form
I = (1/2)·log(1 + P/N) (no opaque h_bridge hypothesis for the textbook identity
I = h(P+N) − h(N)), assembled from the MI decomposition
(mutualInfoOfChannel_toReal_eq_diffEntropy_sub, ContChannelMIDecomp.lean) and the
output-Gaussian bind/conv bridge (AWGN/BindConvolution.lean).
ContChannelMIDecomp.lean's own closed-form producer awgn_mi_gaussian_closed_form_of_out
still leaves IsAwgnOutputGaussian standing as a hypothesis; this file discharges it inline
from the AWGN-specialized, hypothesis-free bind/conv fact isAwgnBindEqConv
(BindConvolution.lean), so it is the join point where the fully hypothesis-free wrapper is
assembled.
InformationTheory.Shannon.AWGN.mutualInfoOfChannel_gaussianInput_closed_form'
sourceAWGN channel mutual information, Gaussian input, closed form
I = (1/2)·log(1 + P/N), fully hypothesis-free (takes no h_bridge).
The log-algebra is awgn_mi_gaussian_closed_form_of_primitives (MIBridge.lean).