martingale: Nonlinear Function
Created: August 27, 2022
Modified: August 27, 2022

martingale

This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.

A martingale is any stochastic process that stays the same in expectation. Formally, xtx_t is a martingale if

E[xt+1x1,,xt]=xt.\mathbb{E}[x_{t + 1} | x_1, \ldots, x_t] = x_t.

This condition is related to the Markov property, but is simultaneously

  1. Stronger, in that we require the expectation to equal xtx_t rather than being a function of xtx_t as a Markov chain would allow.
  2. Weaker, since we require only memorylessness of expectations rather than the full distribution. For example, xt+1=xt+ϵx0x_{t + 1} = x_t + \epsilon x_0 is a martingale for any zero-mean random variable ϵ\epsilon independent of x0x_0, but it is not a Markov chain.

The canonical example is a gambler's fortune, assuming that the gambler plays only fair games.

A submartingale or supermartingale is a process in which the conditional expectation at the next timestep is no less (sub) or no greater (super) than the current value.