I'm given a probability space of ($\Omega$, $\mathcal{F}$, $\mathbb{P}$) and am asked to look into a symmetric random walk with its n-step defined as
$$ X_n = \Bigg\{ \begin{matrix} 1 & \text{with probability 1/2} \\ -1 & \text{with probability 1/2} \end{matrix} $$
where $X_n$ and $X_m$ are independent for all $n \ne m$. Setting $0 = c_0 < c_1 < ... <c_t$, let
$$ S_{s_i} = \sum_{n=1}^{c_i}X_n, \text{ i = 1, 2, ..., t} $$
where $S_0 = 0$.
As the title states, I want to show that this is a martingale. I know that a stochastic process $X=\{X_n\}$ is a martingale on filtered probability space ($\Omega$, $\mathcal{F}$, $\mathbb{F}=\{\mathcal{F}_n\}$,$\mathbb{P}$) if
- $X$ is adapted
- $\mathbb{E}|X_n|<\infty$ for all n
- $\mathbb{E}[X_{n+1}|\mathcal{F}_n]=X_n$ for all n
I've seen on multiple sites, including in a post here, that in order to prove the symmetric random walk is a martingale only the third bullet is proven. On most of the sites I've been to they simply say 1 and 2 are obvious or inherent, while on the post I linked above it states that only 3 must be shown when we
Assume that all variables are integrable and that the filtration we are working with is the natural filtration
My question is if this is an assumption that can be reasonably made here and if it is then how these things automatically lead to 1 and 2 being definite. Apologies is this is something obvious since I am just starting out and thank you for your time.