[Math] Examples of super- and sub- martingale, which is not a random walk, nor a function of such

conditional-expectationexamples-counterexamplesmartingalesprobabilityrandom walk

A martingale $X_n$ is defined by these conditions:

(i) That $E|X_n| <\infty$

(ii) That $X_n$ is adapted to $\mathcal{F}_n$ (filtration, i.e. sequence of sigma algebras)

(iii) That $E(X_{n+1} | \mathcal{F}_n) =X_n$ for all $n$

If "$\leq$" in (iii), $X_n$ is a supermartingale. If "$\geq$" in (iii), $X_n$ is a submartingale.

For details, see Richard Durrett, Probability: Theory and Examples p.198ff. (<– This is a legal copy uploaded by the author himself.) For brevity I will not repeat here.

By now I seem to have poor understanding of this abstract thing, due to lack of examples…><

Indeed, it is straightforward to see, if $X_n$ is an iid sum of rvs, each with positive expectation, then $X_n$ is a submartingale. The same is true for "zero expectation" and "martingale". The same is true for "negative expectation" and "supermartingale".

For example, $X_n =\xi_1+\dotsb+\xi_n$, where $\xi_i$ all iid, observing Bernoulli, with value $\pm 1$, both probability 1/2. Then $X_n$ is a martingale. If $\xi_i =1$ for probability $>1/2$, $X_n$ is a supermartingale. If $<1/2$, $X_n$ is a submartingale.

And thm 5.2.3 of Durrett's book states that: If $X_n$ is a martingale and $\varphi$ is a convex function with $E|\varphi(X_n)| < \infty$ for all $n$, then $\varphi(X_n)$ is a submartingale w.r.t. the same filtration. The same is true for "concave function" (still increasing) and "supermartingale".

However, these conditions seem to portrait only a small subset of (super,sub)-martingales, and my imagination is limited. Are there examples of martingales, supermartingales, and submartingales, which are not random walk (iid sum of rvs), nor are function of a random walk (exploiting the fact of last paragraph)?

Best Answer

Let $(\Omega,\mathcal{A},\mathbb{P})$ be a probability space.

Example 1: For any filtration $(\mathcal{F}_n)_{n \geq 1}$ and any $X \in L^1$ the process $M_n := \mathbb{E}(X \mid \mathcal{F}_n)$ is a martingale.

Example 2: Let $(\mathcal{F}_n)_{n \geq 1}$ be a filtration and $\mu$ a finite measure on $\mathcal{F}_{\infty} := \sigma(\mathcal{F}_n; n \geq 1)$. Assume that $\mu|_{\mathcal{F}_n}$ is absolutely continuous with respect to $\mathbb{P}|_{\mathcal{F}_n}$, and denote by $M_n$ the Radon-Nikodym density. Then $(M_n)_{n \geq 1}$ is a martingale.

Example 3: Consider $\Omega := (0,1)$ endowed with the Lebesgue measure, and let $(a_n)_{n \in \mathbb{N}} \subseteq (0,1)$ be a sequence of monotonically decreasing numbers. Then $$M_n := \frac{1}{a_n} 1_{(0,a_n)}$$ is a martingale.

Related Question