I'm trying to prove an increment property for the Brownian motion, but I'm unable to figure it out, maybe someone can help me out.
Consider two sequences $(a_n)_{n \in \mathbb{N}}$, $(b_n)_{n \in \mathbb{N}}$ of positive real numbers and let $\mathbb{B}$ be a standard Brownian motion on a probability space $(\Omega, \mathcal{A}, \mathbb{P})$.
The statement I'm trying to prove is the following.
Assume that $a_n - b_n = o(n)$ as $(n\to\infty)$. Or in other words $\lim_{n \to \infty} \frac{\vert a_n - b_n\vert}{n} = 0$, then already $\max_{1 \leq k \leq n} \vert \mathbb{B}(a_k) - \mathbb{B}(b_k) \vert = o\left(\sqrt{n \log(n)}\right)$. Or equivalently
$\lim_{n \to \infty} \frac{\max_{1 \leq k \leq n} \vert \mathbb{B}(a_k) - \mathbb{B}(b_k) \vert}{\sqrt{n \log(n)}} = 0$
I initially thought that I might have to use a result like Levy's modulus of continuity for large increments (Something like this), but I still wasn't able to figure it out. I'm thankful for any hints.