I'm asked to show that given $\tau$ is a stopping time and if $$I_n = \begin{cases} 1 & \text{if}\ n\leq\tau \\ 0 & \text{if}\ n>\tau \end{cases}$$ then $(I_n)_{n\geq1}$ is a predictable process.
I know that $I_n$ is predictable if it's $\mathbb{F}_{n-1}$-measurable but I could really need some help getting through this. I was wondering if I should look at three different possibilities for the time $n$.
If $n-1\leq n\leq \tau$ it holds that $I_{n-1}=I_n=1$ and if $n>n-1>\tau$ it holds that $I_{n-1}=I_n=0$ and lastly if $n-1\leq \tau$ and $n>\tau$ it holds that $0=I_n<I_{n-1}=1$. But is this enough?