[step:Prove pathwise uniqueness by Grönwall's lemma]Suppose $X$ and $X'$ are two continuous adapted solutions to $\mathcal{E}_x(\sigma, b)$ on the same probability space with the same Brownian motion $W$ and with $X_0 = X'_0 = x$. Define the stopping times
\begin{align*}
S_n = \inf\{t \geq 0 : |X_t| \geq n \text{ or } |X'_t| \geq n\}.
\end{align*}
Since $X$ and $X'$ are continuous, $S_n \uparrow \infty$ a.s. Fix $T > 0$ and $n \geq |x|$. For $t \in [0, T]$:
\begin{align*}
X_{t \wedge S_n} - X'_{t \wedge S_n} = \int_0^{t \wedge S_n} \bigl[\sigma(s, X_s) - \sigma(s, X'_s)\bigr] \, dW_s + \int_0^{t \wedge S_n} \bigl[b(s, X_s) - b(s, X'_s)\bigr] \, d\mathcal{L}^1(s).
\end{align*}
Using the inequality $(a + b)^2 \leq 2a^2 + 2b^2$ and taking expectations:
\begin{align*}
\mathbb{E}\bigl[(X_{t \wedge S_n} - X'_{t \wedge S_n})^2\bigr] &\leq 2\,\mathbb{E}\!\left[\left(\int_0^{t \wedge S_n} [\sigma(s, X_s) - \sigma(s, X'_s)] \, dW_s\right)^2\right] \\
&\quad + 2\,\mathbb{E}\!\left[\left(\int_0^{t \wedge S_n} [b(s, X_s) - b(s, X'_s)] \, d\mathcal{L}^1(s)\right)^2\right].
\end{align*}
For the stochastic integral term, the [Itô Isometry](/theorems/2091) gives
\begin{align*}
\mathbb{E}\!\left[\left(\int_0^{t \wedge S_n} [\sigma(s, X_s) - \sigma(s, X'_s)] \, dW_s\right)^2\right] = \mathbb{E}\!\left[\int_0^{t \wedge S_n} |\sigma(s, X_s) - \sigma(s, X'_s)|^2 \, d\mathcal{L}^1(s)\right].
\end{align*}
By the Lipschitz condition, $|\sigma(s, X_s) - \sigma(s, X'_s)|^2 \leq K^2 |X_s - X'_s|^2$, so this is bounded by
\begin{align*}
K^2 \int_0^t \mathbb{E}\bigl[|X_{s \wedge S_n} - X'_{s \wedge S_n}|^2\bigr] \, d\mathcal{L}^1(s).
\end{align*}
For the Lebesgue integral term, the Cauchy-Schwarz inequality in $L^2([0, t \wedge S_n], \mathcal{L}^1)$ gives
\begin{align*}
\left(\int_0^{t \wedge S_n} |b(s, X_s) - b(s, X'_s)| \, d\mathcal{L}^1(s)\right)^2 \leq T \int_0^{t \wedge S_n} |b(s, X_s) - b(s, X'_s)|^2 \, d\mathcal{L}^1(s).
\end{align*}
By Lipschitz, this is bounded by $TK^2 \int_0^{t \wedge S_n} |X_s - X'_s|^2 \, d\mathcal{L}^1(s)$. Taking expectations and using Fubini (the integrand is non-negative):
\begin{align*}
\mathbb{E}\!\left[\left(\int_0^{t \wedge S_n} [b(s, X_s) - b(s, X'_s)] \, d\mathcal{L}^1(s)\right)^2\right] \leq TK^2 \int_0^t \mathbb{E}\bigl[|X_{s \wedge S_n} - X'_{s \wedge S_n}|^2\bigr] \, d\mathcal{L}^1(s).
\end{align*}
Combining, and defining $h(t) = \mathbb{E}[(X_{t \wedge S_n} - X'_{t \wedge S_n})^2]$:
\begin{align*}
h(t) \leq 2K^2(1 + T) \int_0^t h(s) \, d\mathcal{L}^1(s).
\end{align*}
Since $h$ is non-negative and measurable with $h(0) = 0$, Grönwall's lemma gives $h(t) \leq h(0) \cdot e^{2K^2(1+T)t} = 0$ for all $t \in [0, T]$.
Therefore $\mathbb{E}[(X_{t \wedge S_n} - X'_{t \wedge S_n})^2] = 0$ for all $t \leq T$, which implies $X_{t \wedge S_n} = X'_{t \wedge S_n}$ a.s. Letting $n \to \infty$ (so $S_n \to \infty$) and then $T \to \infty$, we conclude $X_t = X'_t$ a.s. for all $t \geq 0$. Since both processes are continuous, a single null set works for all $t$: $\mathbb{P}(\sup_{t \geq 0} |X_t - X'_t| > 0) = 0$.[/step]