I am referring to the last paragraph in the proof of Proposition 4.7 on page 12 in Concentration inequalities for order statistics.
Consider $(\varepsilon_{i})_{i=1,\dots,n}$ iid random signs $\mathbb P(\varepsilon_{i} = 1)=\mathbb P(\varepsilon_{i}=-1)=\frac{1}{2}$ and define $N=\sum\limits_{i=1}^{n}\frac{1+\varepsilon_{i}}{2}$. Define the random harmonic number $H_{N}=\sum\limits_{j=1}^{N}\frac{1}{j}$.
It is said that using the Efron-Stein inequality on $Z_{i}=\sum\limits_{j=1}^{N-\frac{1+\varepsilon_{i}}{2}}\frac{1}{j}$, we obtain:
$$\text{Var}(Z)\leq \mathbb E\left[0\land \frac{1}{N}\right]\tag{*}$$ where $0\land1/N$ is an abuse of notation to state that it is equal to $0$ when $N=0$ and otherwise $1/N$ for $N>0$.
I think this is a mistake: it should rather be $\leq\mathbb E [T]$ with $T= 0\chi_{\varepsilon_{i}=-1}+\frac{1}{N}\chi_{\varepsilon_{i}=1}$.
It is further estimated that by Hoeffding's inequality $$\mathbb E\left[0\land \frac{1}{N}\right]\leq \exp(-n/8)+4/n\leq 8/n\tag{**}$$
I do not understand the inequality $(*)$, nor do I understand the two inequalities in $(**)$, can anyone help explain them?