Theorem 1
Main MGF inequality
Logarithmic form of the paper's exponential moment bound.
Paper-to-Lean cross-reference
Search by result number, mathematical role, or Lean declaration. Each entry connects a statement in the paper to its checked formal counterpart.
14 result groups
Numbering. The paper labels and Lean declaration numbers agree: Theorem 1 is theorem_1_mgf, Lemma 4 is lemma_4_hypergeometric, and so on.
Theorem 1
Logarithmic form of the paper's exponential moment bound.
Tail form and Corollary 1
Arbitrary-threshold Chernoff form and confidence-parameter specialization.
Inflation factor
Encodes \(\gamma_{N,s}\) and \(\Gamma_N=\max_s\gamma_{N,s}\).
Maximizing index
Shows that the maximum occurs at \(s=\lfloor N/2\rfloor\).
Parity formulas
The even and odd displays appearing with Theorem 1.
Asymptotics
\(\Gamma_N=1+3/(2N)+O(N^{-2})\), obtained from quantitative parity bounds.
Lemma 1
Measure-theoretic MGF bound for a centered bounded random variable.
Lemma 2
Positive weighted derivative sum at three ordered roots.
Lemma 3
A constrained global maximizer has a repeated coordinate.
Proposition 2
The slice MGF has a maximizer with at most two coordinate values.
Lemma 4
The centered log-MGF bound with the paper's coefficient \(B_{N,m}\).
Lemma 5
Strict improvement for \(N\ge3\) and equality at \(N=2\).
Proposition 1
Parity-dependent lower bound for every uniform exchangeable coefficient.
Remark 1
Identifies the literal hypergeometric supremum with the exact optimal coefficient.
No declarations match that search.
Notation dictionary
zeroPad hn wExtend \(n\) weights to \(N\) coordinates.
centeredWeight hn wRemove the constant component.
sqNorm (centeredWeight hn w)Squared projected norm.
IsExchangeableInLaw μ XPermutation-invariance of the pushforward law.
sliceMgf N K yUniform average over fixed-size subsets.
martingaleFactor N mHypergeometric MGF coefficient.
Gamma NExplicit inflation factor.
variationalConstant NExact hypergeometric variational supremum.
Verification
lake build
lake env lean AxiomAudit.lean
rg -n '\b(sorry|admit)\b|^\s*axiom\b|\b(unsafe|implemented_by)\b' . --glob '*.lean' --glob '!**/.lake/**'
The axiom audit is expected to report only the standard logical foundations inherited from Lean/mathlib: propext, Classical.choice, and Quot.sound.