[step:Prove part (iv): stopped processes satisfy $\langle M^T, N^T \rangle_t = \langle M^T, N \rangle_t = \langle M, N \rangle_{t \wedge T}$]
**First identity: $\langle M, N \rangle_{t \wedge T} = \langle M^T, N^T \rangle_t$.** By the polarization identity and the [Quadratic Variation of a Stopped Process](/theorems/2083) theorem,
\begin{align*}
\langle M^T, N^T \rangle_t &= \frac{1}{4}\bigl(\langle M^T + N^T \rangle_t - \langle M^T - N^T \rangle_t\bigr) \\
&= \frac{1}{4}\bigl(\langle (M + N)^T \rangle_t - \langle (M - N)^T \rangle_t\bigr) \\
&= \frac{1}{4}\bigl(\langle M + N \rangle_{t \wedge T} - \langle M - N \rangle_{t \wedge T}\bigr) \\
&= \langle M, N \rangle_{t \wedge T},
\end{align*}
where the second equality uses $(M + N)^T = M^T + N^T$ and $(M - N)^T = M^T - N^T$ (stopping commutes with linear combinations), and the third uses the [Quadratic Variation of a Stopped Process](/theorems/2083) theorem applied to $M + N$ and $M - N$.
**Second identity: $\langle M^T, N \rangle_t = \langle M, N \rangle_{t \wedge T}$.** Consider the process $M^T_t N_t - \langle M, N \rangle_{t \wedge T}$. We show this is a continuous local martingale. Write
\begin{align*}
M^T_t N_t - \langle M, N \rangle_{t \wedge T} = M^T_t N_t - \langle M^T, N^T \rangle_t,
\end{align*}
using the first identity. But this is *not* quite what we need, since the right-hand side involves $N^T$ rather than $N$.
Instead, we use the characterization approach. The process $B_t := \langle M, N \rangle_{t \wedge T}$ is a continuous finite variation process starting at zero (by the same argument as in the stopped quadratic variation proof). We need to show $M^T_t N_t - B_t$ is a continuous local martingale.
Since $M_t N_t - \langle M, N \rangle_t$ is a continuous local martingale, stopping at $T$ gives that $(MN)_{t \wedge T} - \langle M, N \rangle_{t \wedge T} = M^T_t N^T_t - B_t$ is a continuous local martingale. Now write
\begin{align*}
M^T_t N_t - B_t = (M^T_t N^T_t - B_t) + M^T_t(N_t - N^T_t).
\end{align*}
The first term is a continuous local martingale. For the second term, note that $N_t - N^T_t = N_t - N_{t \wedge T}$, which equals zero for $t \leq T$ and $N_t - N_T$ for $t > T$. The process $M^T_t$ is constant for $t \geq T$ (equal to $M_T$), so
\begin{align*}
M^T_t(N_t - N^T_t) = M_T(N_t - N_T) \mathbb{1}_{\{t > T\}}.
\end{align*}
This is a continuous local martingale (it is the stochastic integral of the previsible process $M_T \mathbb{1}_{\{s > T\}}$ with respect to $N$). Therefore $M^T_t N_t - B_t$ is a continuous local martingale. By uniqueness (part (i)), $B = \langle M^T, N \rangle$, giving $\langle M^T, N \rangle_t = \langle M, N \rangle_{t \wedge T}$.
[/step]