I'm self-studying Martingales. I came accross the following exercise (exercise 4.3.1.) in Durrett's Probability Theory and Examples (5th Edition).
Exercise. Give an example of a martingale $X_n$ with $\sup_n|X_n|<\infty$ and $\mathbb P(X_n = a \text{ i. o. } )=1$ for $a=-1,0,1$.
Attempt 1.
I think that something in the following lines works.
Fix the probability space $(\Omega,\mathcal F,\mathbb P)$. Define the independent sequence of random variables $\xi_k$ such that
$$\mathbb P(\xi_k= 0) = \frac 1{k^2}, \ \ \ \ \mathbb P(\xi_k = 1) = 1-\frac{1}{k^2} $$ Then I set \begin{align*} X_n = \sum_{k=1}^n (-1)^k (\xi_k-\mathbb E[\xi_k]) \end{align*} This $X_n$ is a martingale with respect to its natural filtration. I know from the First Borel Cantelli that for $\mathbb P$-a.s. $\omega \in \Omega$ after some index $K$ we have $\xi_k(\omega)=1$ for all $k>K$. So I guess that I can say that $X_k$ is almost surely oscillating. I think it is very clear that this does not mean that it oscillates between the three values $-1,0$ and $1$.
I think that something like that works, but I am at the same time skeptic about that because $$ |X_{n+1}-X_n| = |\xi_{n+1}-\mathbb E[\xi_{n+1}]| \leq 2$$ But then from a previous theorem (in the same book) I know that $X_n$ either converges or oscillates between $-\infty$ and $\infty$ which makes the confusion only worse.
This means that if I take $X_n= \sum_{k=1}^n \eta_k$ with $\eta_k$ independent random variables, then we should have that $|\eta_k|$ is not bounded by a real number.
Attempt 2.
I thought maybe three values for $a$ is a little difficult. I tried to construct one martingale oscillating between two values. Let $U_n$ and $V_n$ be two Martingales w.r.t. some filtration $\mathcal F_n$ that converge to $0$ and $1$ respectively. Let $A_n$ be a Bernouilli random variable that is predictable. Then I take $X_n$ as $$X_n = A_n U_n + (1-A_n)V_n$$ This $X_n$ is clearly a Martingale, but I don't know how to proceed rigorously or if it even works. How can I make sure that for almost surely $\omega\in\Omega$ the sequence $A_n(\omega)$ is oscillating?