I'm trying to understand what are "Tail Events" from my class notes and in the process I ran into weird examples. They define there a sequence of iid random variables $X_n$ which get the values $\{-1,0,1\}$ with the same probability. The also define $S_n = \sum_{k=1}^{n} X_k$ and look at two sets:
$A_1 = \{S_n = 1 \mbox{ infinitely often} \}$
$A_2 = \{S_n \mbox{ is odd infinitely often} \}$
In my understanding both events can't be tail events because changing $X_1$ will change the sum and its parity, but the notes says that $A_1$ is a tail event while $A_2$ isn't! Can someone explain to me why is that the case?