Theorem 5, the n + 2-variable Zhang-Yeung generalization #
Theorem 5 of [@zhangyeung1998, §III, eqs. 27-28] extends the four-variable Zhang-Yeung
inequality
to a family X : ∀ i : Fin n, Ω → S i of n side variables. The asymmetric point form
fixes one
distinguished index i : Fin n; the averaged symmetric form follows by summing over i
and
dividing by n.
Main statements #
ZhangYeung.theorem5: paper eq. (27), the asymmetricFin n-indexed form.ZhangYeung.theorem5_averaged: paper eq. (28), the averaged symmetric form.
Implementation notes #
The proof follows the same copy-lemma chase as ZhangYeung.theorem3, but applies
condIndep_copies once at the tuple codomain ∀ j : Fin n, S j. The tuple-level
conditional
independence is projected down to each pair (X' i, XstarCoord k), those pairwise delta
bounds are
summed over k, and the resulting n-ary mutual-information sum is controlled by a
local
chain-rule lemma mutualInfo_add_n_way_inequality.
Internally the chase runs in (Z, U) order to match delta; the public statement is
rewritten to
the paper's I[U : Z] order at the end via mutualInfo_comm and condMutualInfo_comm.
References #
- [@zhangyeung1998, §III, Theorem 5, eqs. 27-28] -- see
references/transcriptions/zhangyeung1998.mdfor a verbatim transcription of the theorem statement, verified 2026-04-16.
Tags #
Shannon entropy, mutual information, non-Shannon information inequality, Zhang-Yeung, conditional independence
Theorem 5 of [@zhangyeung1998, §III, eq. 27] -- the n + 2-variable Zhang-Yeung
inequality,
indexed by a distinguished coordinate i : Fin n.
Theorem 5 of [@zhangyeung1998, §III, eq. 28] -- the averaged symmetric form of the
n + 2-variable Zhang-Yeung inequality.