buchholz_double_factorial_constant_bound
Provedanalysiscombinatoricsmatrix-khintchine
Buchholz double-factorial optimal-constant bound (matrix Khintchine bridge (c)). For every integer , the pairing count satisfies . This is the source of the factor in the noncommutative (matrix) Khintchine constant: with , is Buchholz's optimal constant . Proof: the elementary finite inequality , equivalently (by induction on ), then take -th roots: .
Preamble
import Mathlib.Analysis.SpecialFunctions.Pow.Real import Mathlib.Analysis.SpecialFunctions.Sqrt import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic
Formal statement
theorem buchholz_double_factorial_constant_bound
(n : ℕ) (hn : 1 ≤ n) :
((Nat.factorial (2 * n) : ℝ) / ((2 ^ n : ℝ) * (Nat.factorial n : ℝ)))
^ ((1 : ℝ) / (2 * n)) ≤ Real.sqrt 2 * Real.sqrt (2 * n) := by sorrySource
Buchholz, Operator Khintchine inequality in non-commutative probability, Math. Ann. 319 (2001) 1-16, §2 (optimal constant D_{2n}=((2n)!/(2^n n!))^{1/2n}); CR2009 (arXiv:0805.4471) §6.1 Lemma 6.1.