Fix typo.
All checks were successful
Compile Project / Compile (push) Successful in 47s

This commit is contained in:
Bokuan Li
2026-07-09 12:47:54 -04:00
parent 013b095fa2
commit 67b00db276

View File

@@ -26,10 +26,10 @@
then for any $x \in F$ and $t > 0$,
\begin{align*}
\phi(x + tx_0) &= \phi(x) + t\lambda = t\braks{\phi(t^{-1}x) + \lambda} \\
\phi_{x_0, \lambda}(x + tx_0) &= \phi(x) + t\lambda = t\braks{\phi(t^{-1}x) + \lambda} \\
&\le t\braks{\rho(t^{-1}x + x_0) - \phi(t^{-1}x) + \phi(t^{-1}x)} \\
&= t\rho(t^{-1}x + x_0) = \rho(x + tx_0) \\
\phi(x - tx_0) &= \phi(x) - t\lambda = t\braks{\phi(t^{-1}x) - \lambda} \\
\phi_{x_0, \lambda}(x - tx_0) &= \phi(x) - t\lambda = t\braks{\phi(t^{-1}x) - \lambda} \\
&\ge t\braks{\rho(t^{-1}x - x_0) + \phi(t^{-1}x) - \phi(t^{-1}x)} \\
&= t\rho(t^{-1}x - x_0) = \rho(x - tx_0)
\end{align*}