Channel and question
- Input
- One of three symbols \(x\in\{0,1,2\}\).
- Output
- Two binary outputs with pairs \((Y_1,Y_2)=(0,0),(0,1),(1,1)\), respectively.
- Law
- Both receiver outputs are deterministic functions of the input.
- Quantity
- Private-message capacity region \(\mathcal C_{\mathrm B}\), measured in ordered pairs of bits per channel use.
Criterion. Closure of achievable nonnegative private-message rate pairs.
- Independent private messages are sent to the two receivers.
- Average probability that either receiver errs vanishes.
Current status
Conditions. Union over all input distributions on the three symbols.
| Result | Relation | Method | Year |
|---|---|---|---|
| Exact | \(\mathcal C_{\mathrm B}=\bigcup_{P_X}\{R_1\le H(Y_1),R_2\le H(Y_2),R_1+R_2\le H(Y_1,Y_2)\}\) | Deterministic broadcast coding theorem. | 1980 |
Lean formalization
Version 1 · Lean. The concrete maps and entropy region are fixed in the central statement.
CapacityAtlas.Channel.blackwellBroadcastCapacityStatementstatement
lean/CapacityAtlas/Channels/Broadcast.lean — Operational capacity region equals the deterministic entropy region.
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
- Sergei I. Gel'fand and Mark S. Pinsker (1980). Capacity of a Broadcast Channel with One Deterministic Component. Problems of Information Transmission.
Discussion
Thread key: capacityatlas:blackwell-broadcast-channel