The Marcinkiewicz-Zygmund inequality #
This file proves the Marcinkiewicz-Zygmund inequality.
The Marcinkiewicz-Zygmund inequality states that, if X₁, ... Xₐ ∈ L^p are independent random
variables of mean zero valued in some inner product space, then the L^p-norm of X₁ + ... + Xₐ is
at most Cₚ times the L^(p/2)-norm of |X₁|² + ... + |Xₐ|², where Cₚ is a constant depending
on p alone.
Notation #
Throughout this file, A ^^ n denotes A × ... × A (with n factors). Formally, this is
Fintype.piFinset fun _ : Fin n ↦ A.
TODO #
We currently only prove the inequality for p = 2 * m an even natural number. The general p case
can be obtained from this specific one by nesting of Lp norms.
The constant appearing in the Marcinkiewicz-Zygmund inequality for symmetric random variables.
Equations
- marcinkiewiczZygmundSymmConst p = (↑p / 2) ^ (↑p / 2)
Instances For
The Marcinkiewicz-Zygmund inequality for symmetric random variables, with a slightly better
constant than marcinkiewicz_zygmund.
The constant appearing in the Marcinkiewicz-Zygmund inequality for random variables with zero mean.
Equations
- marcinkiewiczZygmundConst p = 2 ^ (↑p / 2) * marcinkiewiczZygmundSymmConst p
Instances For
The Marcinkiewicz-Zygmund inequality for random variables with zero mean.
For symmetric random variables, marcinkiewicz_zygmund provides a slightly better constant.