Is the following a martingale?

233 Views Asked by At

Let $X_{n}$ be a martingale with respect to a filtration $\mathbb{P}_{n}$. Define:

$Y_{n}$ := $X_{n}^{3}$

Is $Y_{n}$ a martingale? Supermartingale?

1

There are 1 best solutions below

2
On

In general it's neither martingale nor supermartingale. Consider for example $$X_n := \prod_{j=1}^n \xi_j$$ where $(\xi_j)_j$ are independent identically distributed random variables such that $\mathbb{E}\xi_1 = 1$, $\mathbb{E}|\xi_1|^3 < \infty$. Then $(X_n)_n$ is a martingale with respect to the filtration $\mathcal{F}_n := \sigma(\xi_1,\ldots,\xi_n)$ and we have $$\mathbb{E}(Y_n \mid \mathcal{F}_{n-1}) = Y_{n-1} \cdot \mathbb{E}\xi_1^3$$

  • $\mathbb{E}\xi_1^3 = 1$: $Y_n$ is a martingale.
  • $\mathbb{E}\xi_1^3 \geq 1$, $\xi_j \geq 0$ for all $j$: $Y_n$ is a sub-martingale.
  • $\mathbb{E}\xi_1^3 \not= 1$, $\xi_j \not \geq 0$ for all $j$: $Y_n$ is in general neither sub-martingale nor super-martingale.

There are some special cases which allow conclusion about $Y_n$:

  • If $(X_n)_n$ is a negative martingale, then $Y_n := X_n^3$ defines a super-martingale. This follows directly from Jensen inequality and the fact that $(-\infty,0] \ni x \mapsto x^3$ is concave.
  • If $(X_n)_n$ is a positive martingale, then we have that $(Y_n)_n$ is a sub-martingale.