I am trying to prove the continuity of Ornstein-Uhlenbeck process which is a stationary Gaussian process with covariance kernel $k(x,y) = \exp(-|x-y])$.
Let $(X_t)_{t\ge 0}$ be an Ornstein-Uhlenbeck process with $0$ mean. The increment $(X_{t+h} - X_t)$ follows a Normal distribution with mean $0$ and variance $2(1-\exp(-h))$. In order to prove that the process is continuous, I need to show
$$ \Bbb{P}(\sup_{h<\delta} |X_{t+h} - X_t|> \epsilon)\xrightarrow[\delta \to 0]{} 0$$
Edit 1
Alternatively, one can show $$P(\lim_{h \to 0} X_{t+h} = X_t) = 1$$
It is enough to show that \begin{equation} P(\lim_{n \to \infty} X_{t+1/n} = X_t) = 1 \end{equation}
Now, $\sum_{n=1}^\infty P(|X_{t+1/n}-X_t|> \epsilon) < \sum_{n=1}^\infty \frac{var(X_{t+1/n}-X_t)}{\epsilon^2} = \sum_{n=1}^\infty \frac{(1-e^{-1/n})}{\epsilon^2}$
Hence, if we can bound the last term, then by Borel-Cantelli's lemma, the desired result will hold.
Are the details of the proof correct?