Documentation

RequestProject.HadamardCn3ShortMain

Paper-Facing Count Theorems #

This file contains only the final count-facing statements from the arXiv paper https://arxiv.org/pdf/2603.30013.

The reader-facing quantities are:

The endpoint theorems are:

The intermediate normalized-count and integral statements live in RequestProject.HadamardCn3Asymptotics.

def paperCount (n s : ) :

Paper notation N_{n,s}: the number of n × s partial Hadamard matrices.

Equations
Instances For

    Paper notation A_{n,4t} for the asymptotic count scale.

    Equations
    Instances For
      theorem thm_main_intro :
      ∃ (c : ) (K : ) (C : ), 0 < c 0 < K 0 < C ∀ (n : ), 3 n∀ (t : ), t C * n ^ 3|(paperCount n (4 * t)) / paperAsymptoticCount n t - (1 - (n.choose 3) / (8 * t))| K * n ^ 2 / t + K * (n ^ (5 / 2) / t ^ (3 / 2)) + K * n ^ 6 / t ^ 2 + K * Real.exp (-(c * n ^ 2))

      Count theorem matching the main asymptotic theorem in the arXiv paper.

      This is the main paper asymptotic for the number N_{n,4t} of n × 4t partial Hadamard matrices.

      theorem cor_uniform (ε : ) :
      0 < ε∃ (K : ), 0 < K ∀ (n : ), 2 n∀ (t : ), t K * n ^ 3|(paperCount n (4 * t)) / paperAsymptoticCount n t - 1| < ε

      Lean wrapper for the uniform corollary in the arXiv paper.

      For sufficiently large t ≥ K n^3, the normalized paper count ratio N_{n,4t} / A_{n,4t} is uniformly close to 1.