[step:Compute $\tilde{c}^\top d$ term by term and reach the contradiction]We now evaluate $\tilde{c}^\top d = \sum_{j=1}^{n} \tilde{c}_j d_j$ by partitioning the sum into five groups:
\begin{align*}
\tilde{c}^\top d = \underbrace{\tilde{c}_t \, d_t}_{(I)} + \underbrace{\tilde{c}_s \, d_s}_{(II)} + \underbrace{\sum_{\substack{j \in B,\, j \neq t \\ j \text{ fickle}}} \tilde{c}_j \, d_j}_{(III)} + \underbrace{\sum_{\substack{j \in B \\ j \text{ not fickle}}} \tilde{c}_j \, d_j}_{(IV)} + \underbrace{\sum_{\substack{j \in N \\ j \neq s}} \tilde{c}_j \, d_j}_{(V)}.
\end{align*}
**Term (I):** $\tilde{c}_t > 0$ and $d_t < 0$, so $\tilde{c}_t \, d_t < 0$.
**Term (II):** $\tilde{c}_s < 0$ and $d_s > 0$, so $\tilde{c}_s \, d_s < 0$.
**Term (III):** For each fickle $j \in B$ with $j \neq t$: $\tilde{c}_j \leq 0$ and $d_j \geq 0$, so $\tilde{c}_j \, d_j \leq 0$.
**Term (IV):** For each non-fickle $j \in B$: $\tilde{c}_j = 0$, so $\tilde{c}_j \, d_j = 0$.
**Term (V):** For each $j \in N$ with $j \neq s$: $d_j = 0$, so $\tilde{c}_j \, d_j = 0$.
Combining:
\begin{align*}
\tilde{c}^\top d = \underbrace{(\tilde{c}_t \, d_t)}_{< \, 0} + \underbrace{(\tilde{c}_s \, d_s)}_{< \, 0} + \underbrace{(\text{III})}_{\leq \, 0} + \underbrace{(\text{IV})}_{= \, 0} + \underbrace{(\text{V})}_{= \, 0} < 0.
\end{align*}
But we established that $\tilde{c}^\top d = 0$. This is a contradiction.[/step]