[step:Derive $S_b \le L^2 S_a - L^2 T |z - z^*|^2$ via the centroid identity and Lipschitz bound]
Define the $\mu$-weighted centroid in the source space,
\begin{align*}
z^* := \frac{1}{T}\sum_{i \in I} \mu_i\, a_i \in \mathbb{R}^n,
\end{align*}
and the source-side energy
\begin{align*}
S_a := \sum_{i \in I} \mu_i\, |z - a_i|^2.
\end{align*}
We use the **centroid identity**: for any vectors $\{x_i\}_{i \in I} \subseteq \mathbb{R}^d$ and positive weights $\{\mu_i\}_{i \in I}$ with $T = \sum_i \mu_i$,
\begin{align*}
\sum_{i, j \in I} \mu_i \mu_j\, |x_i - x_j|^2 = 2T \sum_{i \in I} \mu_i\, |x_i|^2 - 2\,\Bigl|\sum_{i \in I} \mu_i\, x_i\Bigr|^2.
\end{align*}
This follows from the expansion $|x_i - x_j|^2 = |x_i|^2 - 2 x_i \cdot x_j + |x_j|^2$, summing against $\mu_i \mu_j$, and recognising $\sum_{i,j} \mu_i \mu_j (x_i \cdot x_j) = |\sum_i \mu_i x_i|^2$.
**Apply to $x_i := w^* - b_i \in \mathbb{R}^m$ for $i \in I$.** Since $w^*$ is the $\mu$-centroid of $\{b_i\}$, we have $\sum_{i \in I} \mu_i (w^* - b_i) = T w^* - T w^* = 0$. The centroid identity gives
\begin{align*}
\sum_{i, j \in I} \mu_i \mu_j\, |b_i - b_j|^2 = \sum_{i,j \in I} \mu_i \mu_j\, |(w^* - b_j) - (w^* - b_i)|^2 = 2T \sum_{i \in I} \mu_i\, |w^* - b_i|^2 - 0 = 2T S_b.
\end{align*}
**Apply to $x_i := z - a_i \in \mathbb{R}^n$ for $i \in I$.** Since $z^*$ is the $\mu$-centroid of $\{a_i\}$, we have $\sum_{i \in I} \mu_i (z - a_i) = T z - T z^* = T(z - z^*)$. The centroid identity gives
\begin{align*}
\sum_{i, j \in I} \mu_i \mu_j\, |a_i - a_j|^2 = \sum_{i,j \in I} \mu_i \mu_j\, |(z - a_j) - (z - a_i)|^2 = 2T \sum_{i \in I} \mu_i\, |z - a_i|^2 - 2|T(z - z^*)|^2 = 2T S_a - 2T^2 |z - z^*|^2.
\end{align*}
**Combine via the Lipschitz bound.** Since $F^*$ is $L$-Lipschitz on $A^*$, for all $i, j \in I$,
\begin{align*}
|b_i - b_j|^2 = |F^*(a_i) - F^*(a_j)|^2 \le L^2\, |a_i - a_j|^2.
\end{align*}
Multiplying by $\mu_i \mu_j \ge 0$ and summing over $i, j \in I$ preserves the inequality:
\begin{align*}
\sum_{i,j \in I} \mu_i \mu_j\, |b_i - b_j|^2 \le L^2 \sum_{i,j \in I} \mu_i \mu_j\, |a_i - a_j|^2.
\end{align*}
Substituting the two centroid-identity evaluations,
\begin{align*}
2T S_b \le L^2 \bigl( 2T S_a - 2T^2 |z - z^*|^2 \bigr).
\end{align*}
Dividing by $2T > 0$:
\begin{align*}
S_b \le L^2 S_a - L^2 T\, |z - z^*|^2.
\end{align*}
[/step]