While reading the Elements of Information Theory (Cover &Thomas) on the page 27, I cannot understand why this function holds: $p'_{i} = p_i/(1−p_k)$. Please help explain a bit. Thanks.
2026-03-31 04:50:23.1774932623
How does this equation hold in the proof of Jensen’s inequality?
171 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

\begin{align} \sum_{i=1}^k p_if(x_i)&=p_kf(x_k)+\sum_{i=1}^{k-1} p_if(x_i)\\ &=p_kf(x_k)+(1-p_k)\sum_{i=1}^{k-1} \frac{p_i}{1-p_k}f(x_i)\\ &=p_kf(x_k)+(1-p_k)\sum_{i=1}^{k-1} p_i'f(x_i)\\ \end{align}
For convenience, he just defines $$p_i'=\frac{p_i}{1-p_k}.$$