The uniform 26/25 factor and the finite bootstrap #
A concrete witness hypergraph with prescribed edge and vertex counts.
- edges : Hypergraph ℕ
The witness hypergraph.
The witness has the prescribed number of edges.
The witness has the prescribed number of vertices.
- noLargePartition : NoLargePartition self.edges edgeCount
The witness satisfies the no-large-partition obstruction.
Instances For
A packaged witness family for the sequence-level form of the main theorem.
- edgeCard (n : ℕ) : 1 ≤ n → Finset.card (G n) = n
- noLargePartition (n : ℕ) : 1 ≤ n → NoLargePartition (G n) n
Instances For
Four-way identities for k_n #
The floor inequalities #
The finite bootstrap #
Unfolding A for large n #
The main uniform bound #
Witness construction helpers #
Standalone intermediate witnesses #
Replication helpers for the recursive case #
The main witness strength theorem #
For every n ≥ 1 there exists a hypergraph with exactly n distinct edges,
no partition of size greater than n, and exactly A n vertices.
In this edge-set encoding, the "no isolated vertices" clause from the paper is
implicit because vertexSet is defined as the union of the edges.
Pointwise witness form of Theorem thm:main from frontier.tex.
For each n ≥ 1, the explicit construction gives a hypergraph with exactly n
distinct edges, no partition of size greater than n, and exactly A n
vertices. When n ≥ 15, this witness has at least (26/25) k n vertices.
As above, "no isolated vertices" is implicit in the edge-set encoding.
Formalization of Theorem thm:main from frontier.tex, packaged as a
witness family.
The sequence is obtained by choosing, for each n ≥ 1, one witness from
mainPointwiseWitness. As above, "no isolated vertices" is implicit in the
edge-set encoding.