Real inequalities for moment growth #
Verified Wikipedia references:
- Exponential function: https://en.wikipedia.org/wiki/Exponential_function
- Gaussian function: https://en.wikipedia.org/wiki/Gaussian_function
Note: real-analysis background is available at https://en.wikipedia.org/wiki/Real_analysis, but the formulas below are specifically exponential/Gaussian-tail envelope inequalities.
This file contains small deterministic real-analysis helpers used by the concentration moment layer. It deliberately avoids probability assumptions.
Scalar exponential chord bound on [0, sigma].
This is the one-dimensional convexity helper used before matrix/eigenvalue
bookkeeping: it keeps the downstream 0 <= c assumption in the signature even
though convexity of exp proves the inequality for arbitrary c.
Deterministic sharp-growth envelope for natural powers.
The constant 2 is the main helper; a constant-4 compatibility wrapper is
provided below for theorem statements that use a looser envelope.
Bounded scalar Bernstein exponential inequality #
The deterministic scalar inequality behind the matrix Bernstein functional-calculus step. It is purely real analysis and carries no probability or matrix content.
Bounded scalar Bernstein exponential inequality.
For a real number u with |u| ≤ b and b < 3,
exp u ≤ 1 + u + (u ^ 2 / 2) / (1 - b / 3).
The constant (1 / 2) / (1 - b / 3) is the canonical bounded-Bernstein
moment-generating-function coefficient.