How does one prove that a simple (steps of length $1$ in directions parallel to the axes) symmetric (each possible direction is equally likely) random walk in $1$ or $2$ dimensions returns to the origin with probability $1$?
Edit: note that while returning to the origin is guaranteed $(p = 1)$ in $1$ and $2$ dimensions, it is not guaranteed in higher dimensions; this means that something in a correct justification for the $1$- or $2D$ cases must fail to extend to $3D$ $($or fail when the probability for each direction drops from $\frac{1}{4}$ to $\frac{1}{6})$.
I'll do 1D.
1D walks are building binary strings, 010101, etc.
Say take six steps. Then 111111 is just as likely as 101010.
However, how many of the possible sequences have six ones? 1. How many of the possibly sequences have three ones and three zeros? Much more.
That number is called multiplicity, and it grows mighty fast. In the limit its log becomes Shannon entropy.
Sequences are equally likely, but combinations are not.
In the limit the combinations with maximum entropy are going dominate all the rest. So the walk is going to have gone an equal number of right and left steps...almost surely.