Possible Duplicate:
Proving that 1- and 2-d simple symmetric random walks return to the origin with probability 1
This is a basic question but I was wondering if there was a simple proof (I have a rather complex one).
The problem is: Given a symmetric random walk ($P(X_i=1)=P(X_i=-1)=0.5$) and $S_n = \sum_{i=1}^n X_i$, define $T$ as $T=\inf\{n\geq0:S_n=a\}$, $S_0=0$. Prove that $T$ is almost surely finite, $P(T<\infty)=1$.
Thanks.