I have looked around the site to see if a similar question was asked. I couldn't find one, but please refer to one, if it happens I'm mistaken.
My question is with regard to some intuition about the Borel-Cantelli lemma and almost surely convergence (a.s.).
For example take the stochastic process $X_n=1_{[0,\frac{1}{n^2}]}$ for $n\in \mathbb{N}$. The book, that I'm reading, uses this definition for almost surely convergence: $P(X_n \rightarrow X)=1$, where $(X_n \rightarrow X)=(\forall \epsilon>0 \exists N\in \mathbb{N} \forall n\geq N: |X_n-X|<\epsilon)$. In the example we have that for every N we pick, we have that $P(|X_N-0|< \epsilon)=1-\frac{1}{N^2}\neq 1$ (for $\epsilon<1$). Hence according to the definition we don't have that $X_n$ convergences a.s. to 0 (I know that this isn't correct).
By the Borel-Cantelli lemma we have that for $\epsilon<1$ that $\sum_{n=1}^{\infty} P(|X_n-0|\geq \epsilon)=\sum_{n=1}^{\infty} \frac{1}{n^2}<\infty \Rightarrow P(|X_n-0|\geq \epsilon \, i.o.)=0$. Hence $X_n$ convergences a.s. to 0, since $|X_n-0|\geq \epsilon$ only happens a finite amount of times. Therefore, there exists an N such that for $n\geq N$ we have $P(|X_n-0|\leq \epsilon)=1$.
I can't quite understand the intuition in this example. Why can we say that $X_n$ converges a.s. to 0, when we can't pick a specific N? Doesn't that go against the definition of a.s. convergence? If I'm not wrong, then the Borel-Cantelli lemma says that there exists an N, but in this example then no matter what N we pick, it won't satiesfy the a.s. convergence definition. I just think it's a bit mind boggling. Most of all I'm just curios if this can be explained in a nice fashion. If the example is trivial or wrong, I'm sorry.