Is the geometric series of a set of $n$ RVs a martingale?

174 Views Asked by At

Let $X_1,\dotsc,X_n$ be independent, zero mean random variables and define $Y_k = \alpha^{n-k}X_k$.

Is $\{Z_k\}$ with $Z_k = \sum_{i=1}^k Y_i = \sum_{i=1}^k \alpha^{n-i}X_i$ a martingale? I suppose not, but I know the sum of independent random variables is a martingale. Aren't the $Y_k$ independent?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $X_1,..,X_n$ independent random variables and $\mathcal{F_k} = \sigma (X_1,..,X_k)$ the natural filtration. So, clearly, each $X_i$ is measurable with respect to $F_k$ for $i \le k$. And $X_{k+1}$ is independent of $\mathcal{F_k}$. With this in mind you have, denoting $S_k = X_1+X_1 + X_2 + ... + X_k$

$$E[S_{k+1} | \mathcal{F_k}] = S_k+E[X_{k+1}] =S_k \iff E[X_k] = 0 $$ for all $k$.

The same is true to your $Y_k$.