Channel and question
- Input
- \(X\in\{0,1\}\)
- Output
- \(Y\in\{0,1,?\}\)
- Law
- \(Y=X\) with probability \(1-\varepsilon\), and \(Y=?\) with probability \(\varepsilon\).
- Quantity
- Shannon capacity \(C_{\mathrm{BEC}}(\varepsilon)\), measured in bits per channel use.
Criterion. Average-error capacity.
- Channel uses are independent.
- Average decoding error vanishes with blocklength.
Parameters
- \(\varepsilon\)
- Erasure probability. Range: \(0\le\varepsilon\le1\).
Current status
\[C_{\mathrm{BEC}}(\varepsilon)=1-\varepsilon\]
Conditions. \(0\le\varepsilon\le1\).
| Result | Relation | Method | Year |
|---|---|---|---|
| Lower | \(C\ge1-\varepsilon\) | Random coding or linear erasure-correcting codes. | 1948 |
| Upper | \(C\le1-\varepsilon\) | At most one bit passes through each unerased position. | 1948 |
Formal verification
Lean coverageFormally stated
The information-capacity formula is proved from explicit output and conditional-entropy identities. The operational average-error formula follows from the formal finite-channel coding theorem.
Claims
- For 0 ≤ e ≤ 1, the single-letter information capacity is 1-e bits per use.
information-capacity· exact capacity · solved · Formally proved · v1 - For 0 ≤ e ≤ 1, operational vanishing-average-error capacity is 1-e bits per use.
operational-capacity· exact capacity · solved · Formally proved · v1
Lean declarations (4)
CapacityAtlas.Channel.binaryErasuredefinition
lean/CapacityAtlas/Channels/Binary.lean — Binary erasure channel as a finite stochastic channel.CapacityAtlas.FiniteChannel.operationalCapacityBitsAPI
lean/CapacityAtlasForMathlib/InformationTheory/OperationalCapacity.lean — Operational average-error capacity defined through block codes and vanishing error.CapacityAtlas.Channel.binaryErasure_informationCapacityclaim · information-capacity
lean/CapacityAtlas/Channels/Binary.lean — For 0 ≤ e ≤ 1, the single-letter information capacity is 1-e bits per use.CapacityAtlas.Channel.binaryErasure_operationalCapacityclaim · operational-capacity
lean/CapacityAtlas/Channels/Binary.lean — For 0 ≤ e ≤ 1, operational vanishing-average-error capacity is 1-e bits per use.
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.