Let $W$ be a standard Wiener process in $\mathbb{R}$, and let $N$ be a Poisson process with parameter $\lambda$. Decide if those limits exist a.e and calculate them:
$\lim_{t \rightarrow \infty}\frac{W_{t}}{N_{t}}$
$\lim_{t \rightarrow \infty}\frac{W_{t}}{\sqrt{N_{t}}}$,
$\lim_{t \rightarrow \infty}\frac{|W_{t}|}{\sqrt{t \ln \ln t^{2}}}$
I know that the last one can be solved by the law of the iterated logarithm, but I'm not sure how, because of the absolute value.
I was trying to solve the first one by using the large number's law, like this:
$\lim_{t \rightarrow \infty}\frac{W_{t}}{N_{t}}$ = $\lim_{t \rightarrow \infty} \frac{W_{t}}{t} \cdot \frac{t}{N_{t}} = \lim_{M \rightarrow \infty} \frac{W_{0} + W_{1} - W_{0} + \ldots + W_{M} - W_{M-1}}{M+1} \cdot \frac{M+1}{N_{0} + N_{1} - N_{0} + \ldots + N_{M} - N_{M-1}}$ , where $M \in \mathbb{N}$. The problem is, I can't split it into a product of two limits, because each of them would equal $0$...