[guided]We now turn the equation $Ah=0$ into the strict null-space inequality. Define
\begin{align*}
T := S \cup S_1.
\end{align*}
The sets $S$ and $S_1$ are disjoint, and each has cardinality at most $k$, so $|T|\leq 2k$. First we remove the degenerate possibility that there is no tail. If $r=1$, then the block decomposition gives $h=h_T$. Since $h\in\ker A$, we have $Ah_T=0$. The RIP lower bound applies because $h_T$ is supported on at most $2k$ coordinates, and gives
\begin{align*}
(1-\delta)\|h_T\|_2^2 \leq \|Ah_T\|_2^2=0.
\end{align*}
Since $\delta\leq 1/3$, the coefficient $1-\delta$ is positive, so $h_T=0$. This would imply $h=0$, contradicting the choice of $h$. Therefore $r\geq 2$, and the tail sum is genuinely present.
Because $h=h_T+\sum_{j=2}^r h_{S_j}$ and $Ah=0$, linearity of $A$ gives
\begin{align*}
Ah_T=-\sum_{j=2}^r Ah_{S_j}.
\end{align*}
We take the Euclidean inner product in $\mathbb{R}^m$ with $Ah_T$ to compare the size of the main block with the tail:
\begin{align*}
\|Ah_T\|_2^2
=
-\sum_{j=2}^r \langle Ah_T,Ah_{S_j}\rangle.
\end{align*}
For each $j\geq 2$, the support of $h_{S_j}$ is disjoint from both $S$ and $S_1$. The orthogonality estimate from the first step only applies to pairs whose supports each have size at most $k$, so we split $h_T=h_S+h_{S_1}$ and apply it separately to $(h_S,h_{S_j})$ and $(h_{S_1},h_{S_j})$. This yields
\begin{align*}
|\langle Ah_T,Ah_{S_j}\rangle|
\leq
\delta\|h_S\|_2\|h_{S_j}\|_2+
\delta\|h_{S_1}\|_2\|h_{S_j}\|_2.
\end{align*}
Since $h_S$ and $h_{S_1}$ have disjoint supports, the Euclidean Pythagorean identity gives
\begin{align*}
\|h_T\|_2^2=\|h_S\|_2^2+\|h_{S_1}\|_2^2.
\end{align*}
Therefore
\begin{align*}
\|h_S\|_2+\|h_{S_1}\|_2
\leq
\sqrt{2}\|h_T\|_2,
\end{align*}
by the [Cauchy-Schwarz inequality](/theorems/432) in $\mathbb{R}^2$. Hence
\begin{align*}
|\langle Ah_T,Ah_{S_j}\rangle|
\leq
\sqrt{2}\delta\|h_T\|_2\|h_{S_j}\|_2.
\end{align*}
The RIP lower bound again applies to $h_T$ because $|T|\leq 2k$, so
\begin{align*}
(1-\delta)\|h_T\|_2^2 \leq \|Ah_T\|_2^2.
\end{align*}
Combining this lower bound with the preceding inner-product estimate gives
\begin{align*}
(1-\delta)\|h_T\|_2^2
\leq
\sqrt{2}\delta\|h_T\|_2\sum_{j=2}^r\|h_{S_j}\|_2.
\end{align*}
If $h_T=0$, then $h_S=0$. Since $h\neq 0$, we must have $h_{S^c}\neq 0$, and therefore
\begin{align*}
\|h_S\|_1=0<\|h_{S^c}\|_1.
\end{align*}
If $h_T\neq 0$, divide by $\|h_T\|_2$ and use the tail estimate proved in the previous step:
\begin{align*}
\|h_T\|_2
\leq
\frac{\sqrt{2}\delta}{1-\delta}
\sum_{j=2}^r\|h_{S_j}\|_2
\leq
\frac{\sqrt{2}\delta}{1-\delta}k^{-1/2}\|h_{S^c}\|_1.
\end{align*}
Because $\delta\leq 1/3$, we have
\begin{align*}
\frac{\sqrt{2}\delta}{1-\delta}
\leq
\frac{\sqrt{2}/3}{2/3}
=
\frac{1}{\sqrt{2}}.
\end{align*}
Finally, since $k\geq 1$ and $h_S$ is supported on at most $k$ coordinates, the Cauchy-Schwarz inequality gives $\|h_S\|_1\leq k^{1/2}\|h_S\|_2$. Also $\|h_S\|_2\leq\|h_T\|_2$ because $S\subset T$. Thus
\begin{align*}
\|h_S\|_1
\leq
k^{1/2}\|h_S\|_2
\leq
k^{1/2}\|h_T\|_2
\leq
\frac{1}{\sqrt{2}}\|h_{S^c}\|_1
<
\|h_{S^c}\|_1.
\end{align*}
This proves the strict null-space inequality.[/guided]