Kiuhnm <kiuhnm2015 <at> gmail.com> writes: > > I came up with a (not so clean) solution: >
Try replacing everything between \begin_body and \end_body with the following and see if it looks right: \begin_layout Standard \begin_inset Formula \begin{alignat*}{3} H(Z) & \leq\mathbb{E}_{Z}\lceil I(Z)\rceil & & <H(Z)+1 & \iff\\ nH(X) & \leq\mathbb{E}_{Z}\lceil I(Z)\rceil & & <nH(X)+1 & \iff\\ H(X) & \leq\frac{\mathbb{E}_{Z}\lceil I(Z)\rceil}{n} & & <H(X)+\frac{1}{n}. \end{alignat*} \end_inset \end_layout It uses an alignat environment with three columns added (raising the total from the default two to five), leaving the third column empty (so that the last expressions before \iff align left rather than right). Paul