InformationTheory.Shannon.MultipleAccess.IIDAmbient
i.i.d. ambient measure for the multiple access channel #
This file provides the i.i.d. ambient probability space for the two-user MAC
achievability theorem, the MAC analogue of
InformationTheory/Shannon/IIDProductInput/Basic.lean.
Construction #
Given two input distributions p₁ : Measure α₁, p₂ : Measure α₂ (independent,
the product p₁ ⊗ p₂) and a MAC channel W : MACChannel α₁ α₂ β = Kernel (α₁ × α₂) β,
the per-coordinate joint law is
macJointDistribution p₁ p₂ W := (jointDistribution (p₁.prod p₂) W).map prodAssoc
on α₁ × α₂ × β (the channel-coding joint (p₁ ⊗ p₂) ⊗ₘ W on (α₁ × α₂) × β,
reshaped to the right-nested triple). The ambient space is Ω := ℕ → α₁ × α₂ × β
with μ := Measure.infinitePi (fun _ : ℕ => macJointDistribution p₁ p₂ W), and the
three coordinate projections
supply all the iIndepFun / IdentDistrib / positivity regularity hypotheses that
the gateway atoms macJTS_indep_prob_le_X1/_X2/_both and the correct-pair AEP
macJointlyTypicalSet_prob_tendsto_one demand.
Per-coordinate joint distribution #
InformationTheory.Shannon.MAC.macJointDistribution
sourceThe per-coordinate MAC joint law on α₁ × α₂ × β: the channel-coding joint
(p₁ ⊗ p₂) ⊗ₘ W on (α₁ × α₂) × β reshaped to the right-nested triple.
Equations
Instances For
Used by
InformationTheory.Shannon.MAC.macJointDistribution.instIsProbabilityMeasure
sourceUsed by
Ambient measure on ℕ → α₁ × α₂ × β #
InformationTheory.Shannon.MAC.macAmbientMeasure
sourceThe i.i.d. MAC ambient measure: Measure.infinitePi (fun _ => macJointDistribution p₁ p₂ W).
Equations
- InformationTheory.Shannon.MAC.macAmbientMeasure p₁ p₂ W = MeasureTheory.Measure.infinitePi fun (x : ℕ) => InformationTheory.Shannon.MAC.macJointDistribution p₁ p₂ W
Instances For
Used by
InformationTheory.Shannon.MAC.macAmbientMeasure.instIsProbabilityMeasure
sourceUsed by
InformationTheory.Shannon.MAC.macX1s
sourceThe first input coordinate ω ↦ (ω i).1.
Equations
- InformationTheory.Shannon.MAC.macX1s i ω = (ω i).1
Instances For
Used by
InformationTheory.Shannon.MAC.macX2s
sourceThe second input coordinate ω ↦ (ω i).2.1.
Equations
- InformationTheory.Shannon.MAC.macX2s i ω = (ω i).2.1
Instances For
Used by
InformationTheory.Shannon.MAC.macYs
sourceThe output coordinate ω ↦ (ω i).2.2.
Equations
- InformationTheory.Shannon.MAC.macYs i ω = (ω i).2.2
Instances For
Used by
InformationTheory.Shannon.MAC.macX1s_apply
sourceUsed by
InformationTheory.Shannon.MAC.macX2s_apply
sourceUsed by
InformationTheory.Shannon.MAC.macYs_apply
sourceUsed by
InformationTheory.Shannon.MAC.measurable_macX1s
sourceUsed by
InformationTheory.Shannon.MAC.measurable_macX2s
sourceUsed by
InformationTheory.Shannon.MAC.measurable_macYs
sourceUsed by
Generic coordinate-selector map / independence / positivity #
Every random variable consumed by the gateway atoms and the AEP has the form
fun ω ↦ g (ω i) for a measurable coordinate selector g : α₁ × α₂ × β → γ.
InformationTheory.Shannon.MAC.macAmbient_map_coord
sourceThe map of a coordinate selector under the ambient measure equals the map of the selector under the per-coordinate joint law.
Used by
InformationTheory.Shannon.MAC.macAmbient_iIndepFun_coord
sourceMutual independence of any coordinate selector under the ambient measure.
Used by
InformationTheory.Shannon.MAC.macAmbient_pairwise_coord
sourcePairwise independence of any coordinate selector.
Used by
InformationTheory.Shannon.MAC.macAmbient_identDistrib_coord
sourceIdentical distribution of a coordinate selector across indices.
Used by
InformationTheory.Shannon.MAC.macAmbient_entropy_coord
sourceEntropy of a coordinate selector under the ambient measure equals its entropy under the per-coordinate joint law.
Used by
Positivity of the per-coordinate joint law and coordinate marginals #
InformationTheory.Shannon.MAC.prod_real_singleton_pos
sourceThe product input law has positive singleton mass.
Used by
InformationTheory.Shannon.MAC.macJointDistribution_real_singleton_pos
sourceThe per-coordinate MAC joint law has positive singleton mass.
Used by
InformationTheory.Shannon.MAC.macAmbient_map_coord_real_singleton_pos
sourcePositivity of any coordinate-selector marginal singleton, reduced to the per-coordinate joint positivity via a chosen fiber witness.