[step:Identify the limit of $a^N$ as the rough-path adjoint]We now combine the convergences from the previous step. The closed-form expression
\begin{align*}
(a^N)_t^\top = \nabla L(y_T^N)^\top \cdot J_T^{0,N} \cdot M_t^{0,N}
\end{align*}
is a continuous function (matrix product, evaluation of $\nabla L$) of $(y_T^N, J_T^{0,N}, M_t^{0,N})$. Each factor converges:
- $y_T^N \to y_T$ in $\mathbb{R}^e$ (uniform convergence of $y^N \to y$ implies pointwise at $t = T$),
- $\nabla L(y_T^N) \to \nabla L(y_T)$ since $\nabla L$ is continuous (because $L \in C^1$),
- $J_T^{0,N} \to J_T^0$ in $\mathbb{R}^{e \times e}$ (pointwise at $t = T$ from $p$-variation convergence),
- $M_t^{0,N} \to M_t^0$ uniformly in $t \in [0,T]$ (from $p$-variation convergence, which is stronger than uniform).
Therefore, uniformly in $t \in [0,T]$,
\begin{align*}
(a^N)_t^\top \to \nabla L(y_T)^\top \cdot J_T^0 \cdot M_t^0 =: a_t^\top \qquad \text{as } N \to \infty.
\end{align*}
Now we read off both the dynamics and the identification of the limit as the actual rough-path adjoint:
**Dynamics.** Each $a^N$ satisfies $da^N = -(a^N)^\top\, dz^N$ with $a_T^N = \nabla L(y_T^N)$. We invoke the [Universal Limit Theorem](/theorems/2540) one more time, applied to the *linear* backward RDE $da = -a^\top\, d\mathbf{z}$. Hypotheses: the vector field $a \mapsto -a^\top(\cdot)$ on $\mathbb{R}^e$ is linear, hence $\mathrm{Lip}^{\gamma'}$ for every $\gamma' \ge 1$, so the threshold $\gamma' > p$ is met without consuming additional regularity. Since $a^N \to a$ uniformly and $z^N \to \mathbf{z}$ in $p$-variation, by continuity of the linear-RDE solution map in both the driver and the terminal condition, the limit $a$ satisfies the linear RDE
\begin{align*}
da_t = -a_t^\top\, d\mathbf{z}_t = -a_t^\top \nabla f_\theta(y_t)\, d\mathbf{x}_t, \qquad a_T = \nabla L(y_T).
\end{align*}
**Identification with the partial derivative.** It remains to show that the limit $a_t$ is in fact the partial derivative $\partial_{y_t} L(y_T)$ for the *rough-path* system. By the smooth-path identity at finite $N$,
\begin{align*}
(a^N)_t^\top = \nabla L(y_T^N)^\top \cdot J_T^{t,N},
\end{align*}
where $J_T^{t,N} = J_T^{0,N} M_t^{0,N}$ is the forward Jacobian from $t$ to $T$ for the smooth-path system. Passing to the limit using continuous dependence of the rough-path Jacobian on the driver — by the [Universal Limit Theorem](/theorems/2540) applied to the linearised RDE, with regularity $\gamma - 1 > p$ verified above, and the Differentiability of RDE Flows (Friz-Victoir, *Multidimensional Stochastic Processes as Rough Paths*, 2010, §11) ensuring the rough-path forward Jacobian $J_T^t$ exists and is the limit of $J_T^{t,N}$ — we obtain
\begin{align*}
a_t^\top = \nabla L(y_T)^\top \cdot J_T^t = \nabla L(y_T)^\top \cdot \partial_{y_t} y_T = \partial_{y_t} L(y_T).
\end{align*}
This identifies the limit as the rough-path adjoint, completing the proof.[/step]