Definition
Martingale
Let $\{X_t\}_{t \geq 0}$ be an adapted process (Definition~Filtration and Adapted Process) with $X_t \in L^1$ (Definition~Expectation) for all $t$.
The process is a martingale with respect to $(\mathcal{F}_t)$ if
\[
\mathbb{E}[X_t \mid \mathcal{F}_s] = X_s \quad \mathbb{P}-a.s.\ for all 0 \leq s \leq t.
\]
It is a supermartingale (resp.\ submartingale) if the equality is replaced by $\leq$ (resp.\ $\geq$).
Dependency Graph
flowchart LR
classDef current fill:#6366f1,color:#fff,stroke:#4f46e5
ne6452d7c["Filtration and Adapted Process"]
n09316b14["Expectation"]
n96541dd7["Martingale"]:::current
ne6452d7c --> n96541dd7
n09316b14 --> n96541dd7
click ne6452d7c "../objects/e6452d7c.html" "_self"
click n09316b14 "../objects/09316b14.html" "_self"