Channel and question
- Input
- Symbols in a finite alphabet \(\mathcal X\), with cost \(c(x)\ge0\).
- Output
- Symbols in a finite alphabet \(\mathcal Y\).
- Law
- A stationary memoryless transition law \(W(y\mid x)\).
- Quantity
- Cost-constrained capacity \(C(\Gamma)\), measured in bits per channel use.
Criterion. Arbitrary blocklength deterministic codes with maximum-codeword cost and vanishing average error.
- Every codeword has average input cost at most \(\Gamma\).
- At least one input symbol has cost at most \(\Gamma\).
- Messages are uniform and average decoding error vanishes.
Current status
| Result | Relation | Method | Year |
|---|---|---|---|
| Exact | \(C(\Gamma)=\max_{P_X:\,\mathbb E[c(X)]\le\Gamma}I(X;Y)\) | Cost-constrained channel coding theorem and convex optimization. | 2015 |
Lean formalization
Version 1 · Lean. The model fixes maximum codeword cost separately from admissible one-letter input distributions.
CapacityAtlas.FiniteChannel.finiteDMCInputCostCapacityStatementstatement
lean/CapacityAtlas/Channels/InputCost.lean — Cost-constrained operational and mutual-information capacity identity.
No external Lean proof is registered. Proofs longer than roughly 50 lines or requiring problem-specific infrastructure should live in a dedicated repository and link back to this statement version.
References
- Tobias Sutter, David Sutter, Peyman Mohajerin Esfahani, and John Lygeros (2015). Efficient Approximation of Channel Capacities. IEEE Transactions on Information Theory. DOI 10.1109/TIT.2015.2401002.
Discussion
Thread key: capacityatlas:finite-dmc-input-cost