InformationTheory.Shannon.AWGN.JointlyTypicalSet
AWGN jointly typical set #
The continuous jointly typical set for the AWGN channel coding theorem (Cover–Thomas).
Main definitions #
AWGNJointlyTypicalSet n P N ε— the jointly typical set onℝⁿ × ℝⁿcut out by three empirical power bounds.
Main statements #
AWGNJointlyTypicalSet_zero,AWGNJointlyTypicalSet_subset_of_le_ε,AWGNJointlyTypicalSet_measurable— degenerate case, monotonicity in the slack, and measurability of the jointly typical set.
AWGN jointly typical set #
InformationTheory.Shannon.AWGN.AWGNJointlyTypicalSet
sourceThe AWGN continuous jointly typical set (Cover–Thomas).
On ℝⁿ × ℝⁿ, the joint typical set for an AWGN channel with input power P,
noise power N, and slack ε > 0, consists of pairs (x, y) such that
(1/n) ∑ xᵢ² ≤ P + ε— input power within slack ofP,(1/n) ∑ (xᵢ - yᵢ)² ≤ N + ε— empirical noise power within slack ofN,(1/n) ∑ yᵢ² ≤ (P + N) + ε— output power within slack ofP + N.
For n = 0 the constraints are vacuous and the set is Set.univ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Used by
InformationTheory.Shannon.AWGN.mem_AWGNJointlyTypicalSet
source@[simp]
Membership in AWGNJointlyTypicalSet unfolded.
Used by
InformationTheory.Shannon.AWGN.AWGNJointlyTypicalSet_zero
sourceTrivial case: at n = 0, every pair is jointly typical.
Used by
InformationTheory.Shannon.AWGN.AWGNJointlyTypicalSet_subset_of_le_ε
sourceMonotonicity in the slack ε: a larger slack admits more pairs.
Used by
InformationTheory.Shannon.AWGN.AWGNJointlyTypicalSet_measurable
sourceMeasurability of the AWGN jointly typical set (Borel measurable as a finite intersection of polynomial sub-level sets on the product space).