[guided]Fix a variable $j \in \{1,\dots,p\}$. We want to translate the condition that $j$ is selected often across all half-samples into a statement about being selected in both halves of the same complementary pair. For each pair index $b \in \{1,\dots,B\}$ define $X_{b,j}:=\mathbb{1}_{\{j \in A_\lambda(I_b)\}}$ and $Y_{b,j}:=\mathbb{1}_{\{j \in A_\lambda(I_b^c)\}}$. These two indicator variables are well-defined because the theorem declares $A_\lambda$ as a map from admissible subsample index sets $J\subset\{1,\dots,n\}$ to selected-variable sets $A_\lambda(J)\subset\{1,\dots,p\}$, and both members of each complementary pair are admissible by construction. Define the empirical [stability-selection](/page/Stability%20Selection) frequency $\hat{\pi}_j$ by
\begin{align*}
\hat{\pi}_j:=\frac{1}{2B}\sum_{b=1}^B (X_{b,j}+Y_{b,j}).
\end{align*}
Thus $X_{b,j}=1$ means that $j$ is selected on the first half of pair $b$, $Y_{b,j}=1$ means that $j$ is selected on the complementary half, and $\hat{\pi}_j$ is the fraction of the $2B$ half-sample selections in which $j$ appears. The stability-selected set is defined from these empirical frequencies by
\begin{align*}
\hat S_{\mathrm{stab}}(\lambda,\pi_{\mathrm{thr}}):=\{j\in\{1,\dots,p\}:\hat\pi_j\geq\pi_{\mathrm{thr}}\}.
\end{align*}
The elementary binary inequality is
\begin{align*}
xy \geq x+y-1
\end{align*}
for $x,y \in \{0,1\}$. Applying this to $x=X_{b,j}$ and $y=Y_{b,j}$ gives
\begin{align*}
X_{b,j}Y_{b,j} \geq X_{b,j}+Y_{b,j}-1.
\end{align*}
Averaging over all complementary pairs yields
\begin{align*}
\frac{1}{B}\sum_{b=1}^B X_{b,j}Y_{b,j} \geq \frac{1}{B}\sum_{b=1}^B (X_{b,j}+Y_{b,j}-1).
\end{align*}
Expanding the average gives
\begin{align*}
\frac{1}{B}\sum_{b=1}^B (X_{b,j}+Y_{b,j}-1)=\frac{1}{B}\sum_{b=1}^B (X_{b,j}+Y_{b,j})-1.
\end{align*}
By this definition of $\hat{\pi}_j$, we obtain
\begin{align*}
\frac{1}{B}\sum_{b=1}^B (X_{b,j}+Y_{b,j})-1=2\hat{\pi}_j-1.
\end{align*}
Now suppose $j \in \hat S_{\mathrm{stab}}(\lambda,\pi_{\mathrm{thr}})$. By the definition of the stability-selected set, $\hat{\pi}_j \geq \pi_{\mathrm{thr}}$. Substituting this lower bound into the previous inequality gives
\begin{align*}
\frac{1}{B}\sum_{b=1}^B X_{b,j}Y_{b,j}
\geq
2\hat{\pi}_j-1
\geq
2\pi_{\mathrm{thr}}-1.
\end{align*}
The assumption $\pi_{\mathrm{thr}}>1/2$ is used exactly here: it makes $2\pi_{\mathrm{thr}}-1>0$, so division by this quantity is legitimate. Therefore
\begin{align*}
\mathbb{1}_{\{j \in \hat S_{\mathrm{stab}}(\lambda,\pi_{\mathrm{thr}})\}}
\leq
\frac{1}{2\pi_{\mathrm{thr}}-1}
\frac{1}{B}\sum_{b=1}^B X_{b,j}Y_{b,j}.
\end{align*}
This inequality says that a variable cannot cross a threshold above one half unless it appears in both halves of enough complementary pairs.[/guided]