Dear math stack exchange community,
It's my first post, so hello and please let me know if I haven't posted this question in a proper way- happy to edit it.
So here's an exercise which I'm trying to solve:
We are tossing a fair coin infinitely many times. Let $A_n$ be an event that in first $n$ tosses we had same number of heads and tails. Show that with Probability 1 events $A_n$ will occur for infinitely many values of $n$.
This is an exercise from Borel-Cantelli Lemma's chapter, so I assume I should use it somehow to prove it.
What I already know:
For each $n \in \mathbb{N}:$
$P(A_{2n+1}) = 0$
$P(A_{2n}) = \binom{2n}{n}p^n(1-p)^n$ (in our case $p = 1/2$)
But I cannot use those events in order to show divergence of series of those probabilities, because they are not independent and assumption for B-C Lemma will not apply.
I believe I should construct independent events somehow, but here's where I am stuck- I have no clue how to do it.
Any hints on that? Just in case it's rather expected to do it without prior knowledge about random walks, but any hints/answers are very welcome.
Thank you a lot!