[step:Translate the primal proximal minimizer into a subgradient inclusion]Fix $v \in \mathbb{R}^n$. Let $f^*:\mathbb{R}^n \to (-\infty,\infty]$ denote the convex conjugate of $f$, meaning
\begin{align*}
f^*(u) := \sup_{y \in \mathbb{R}^n}\{\langle u,y\rangle-f(y)\}
\end{align*}
for $u \in \mathbb{R}^n$. For any proper convex function $g:\mathbb{R}^n \to (-\infty,\infty]$ and any point $a \in \mathbb{R}^n$ with $g(a)<\infty$, let $\partial g(a) \subset \mathbb{R}^n$ denote the subdifferential, namely the set of all $p \in \mathbb{R}^n$ such that $g(y) \geq g(a)+\langle p,y-a\rangle$ for every $y \in \mathbb{R}^n$. Define
\begin{align*}
x := \operatorname{prox}_{\lambda f}(v) \in \mathbb{R}^n.
\end{align*}
By the definition of the proximal map, $x$ is the unique minimizer of the function $\Phi:\mathbb{R}^n \to (-\infty,\infty]$ defined by
\begin{align*}
\Phi(y) := f(y) + \frac{1}{2\lambda}|y-v|^2.
\end{align*}
Existence follows from the following finite-dimensional argument. The function $\Phi$ is lower semicontinuous because $f$ is lower semicontinuous and the quadratic term is continuous. To justify coercivity of $\Phi$, use the affine minorant property for proper closed convex functions in finite-dimensional Euclidean space, obtained by applying the supporting-hyperplane separation theorem to the closed convex epigraph of $f$: there exist $a \in \mathbb{R}^n$ and $b \in \mathbb{R}$ such that $f(y) \geq \langle a,y\rangle+b$ for every $y \in \mathbb{R}^n$. Hence the quadratic term dominates the affine lower bound as $|y| \to \infty$, so $\Phi(y) \to \infty$ as $|y| \to \infty$. Choose $R>0$ so that $\Phi(y)>\Phi(y_0)$ whenever $|y|>R$, where $y_0 \in \mathbb{R}^n$ is any point with $f(y_0)<\infty$. Let $\overline{B}(0,R) := \{y \in \mathbb{R}^n : |y| \leq R\}$ denote the closed Euclidean ball of radius $R$ centered at $0$. The restriction of $\Phi$ to the compact ball $\overline{B}(0,R)$ attains its minimum because its sublevel sets are closed, so $\Phi$ has a minimizer on $\mathbb{R}^n$. Uniqueness follows from strict convexity: $\Phi$ is strictly convex because $f$ is convex while $y \mapsto |y-v|^2/(2\lambda)$ is $1/\lambda$-strongly convex.
We claim that
\begin{align*}
\frac{v-x}{\lambda} \in \partial f(x).
\end{align*}
Fix $y \in \mathbb{R}^n$. If $f(y)=\infty$, then the desired subgradient inequality at $y$ is immediate. Hence assume $f(y)<\infty$. For $t \in (0,1)$, define $z_t := x+t(y-x) \in \mathbb{R}^n$. Since $x$ minimizes $\Phi$,
\begin{align*}
f(x) + \frac{1}{2\lambda}|x-v|^2 \leq f(z_t) + \frac{1}{2\lambda}|z_t-v|^2.
\end{align*}
By convexity of $f$,
\begin{align*}
f(z_t) \leq (1-t)f(x)+t f(y).
\end{align*}
Combining these two inequalities and subtracting $f(x)+\frac{1}{2\lambda}|x-v|^2$ gives
\begin{align*}
0 \leq t\bigl(f(y)-f(x)\bigr)+\frac{1}{2\lambda}\bigl(|x-v+t(y-x)|^2-|x-v|^2\bigr).
\end{align*}
Using the Euclidean square expansion,
\begin{align*}
|x-v+t(y-x)|^2-|x-v|^2 = 2t\langle x-v,y-x\rangle+t^2|y-x|^2.
\end{align*}
Therefore
\begin{align*}
0 \leq t\left(f(y)-f(x)+\left\langle \frac{x-v}{\lambda},y-x\right\rangle\right)+\frac{t^2}{2\lambda}|y-x|^2.
\end{align*}
Dividing by $t>0$ and letting $t \downarrow 0$ yields
\begin{align*}
f(y) \geq f(x)+\left\langle \frac{v-x}{\lambda},y-x\right\rangle.
\end{align*}
Since this holds for every $y \in \mathbb{R}^n$, this is precisely the definition of
\begin{align*}
\frac{v-x}{\lambda} \in \partial f(x).
\end{align*}[/step]