Channel and question
- Input
- \(X\in G\), where \(G\) is a finite group.
- Output
- \(Y\in G\)
- Law
- \(Y=X+Z\), with iid noise \(Z\) independent of \(X\).
- Quantity
- Shannon capacity \(C\), measured in bits per channel use.
Criterion. Average-error capacity.
- The group operation and noise law are known.
- Logarithms use base 2.
Current status
\[C=\log_2|G|-H(Z)\]
The uniform input achieves capacity.
| Result | Relation | Method | Year |
|---|---|---|---|
| Lower | \(C\ge\log_2|G|-H(Z)\) | Uniform input makes the output uniform. | 1948 |
| Upper | \(C\le\log_2|G|-H(Z)\) | Bound output entropy by log alphabet size. | 1948 |
Formal verification
Lean coverageFormally stated
Translation equivalences prove that every row has the noise entropy and that uniform input produces uniform output. The operational formula follows from the formal finite-channel coding theorem.
Claims
- For any finite additive group and noise law, information capacity is log₂|G|-H(Z).
information-capacity· exact capacity · solved · Formally proved · v1 - For any finite additive group and noise law, operational capacity is log₂|G|-H(Z).
operational-capacity· exact capacity · solved · Formally proved · v1
Lean declarations (4)
CapacityAtlas.Channel.additiveNoisedefinition
lean/CapacityAtlas/Channels/AdditiveNoise.lean — Additive-noise channel on an arbitrary finite additive group.CapacityAtlas.FiniteChannel.operationalCapacityBitsAPI
lean/CapacityAtlasForMathlib/InformationTheory/OperationalCapacity.lean — Operational average-error capacity defined through block codes and vanishing error.CapacityAtlas.Channel.additiveNoise_informationCapacityclaim · information-capacity
lean/CapacityAtlas/Channels/AdditiveNoise.lean — For any finite additive group and noise law, information capacity is log₂|G|-H(Z).CapacityAtlas.Channel.additiveNoise_operationalCapacityclaim · operational-capacity
lean/CapacityAtlas/Channels/AdditiveNoise.lean — For any finite additive group and noise law, operational capacity is log₂|G|-H(Z).
References
- Claude E. Shannon (1948). A Mathematical Theory of Communication. Bell System Technical Journal. DOI 10.1002/j.1538-7305.1948.tb01338.x.
- Thomas M. Cover and Joy A. Thomas (2006). Elements of Information Theory. Wiley, second edition. DOI 10.1002/047174882X.