How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Checking the symmetric local-lemma condition for a sparse uniform hypergraph
Example
For any natural , form a -uniform hypergraph from disjoint blocks, each block consisting of two edges that meet in one vertex and are otherwise disjoint. Every edge meets exactly one other edge. The Local Lemma proves the hypergraph two-colourable for every , while the first-moment edge-count criterion applies only when .
Facts & Assumptions
Given: The hypergraph construction in the Example.
Fewer than edges is sufficient for first-moment two-colourability (Every -uniform hypergraph with fewer than edges is -colourable).
The Local-Lemma criterion is when every edge meets at most other edges (A -uniform hypergraph is -colourable when every edge meets at most other edges and ).
, and at the exponential tail from onward is at most (The real exponential function and the number by a power series, A geometric bound for tails of the exponential series).
Verification
Every edge has five vertices and meets only its block partner, so and .
By [L3], , so . Hence [L2] gives a proper two-colouring for every , including .
The hypergraph has edges, so [L1] applies only when . For , the Local Lemma still applies while this first-moment criterion does not.
Depends on
- The real exponential function and the number $e$ by a power series
- A geometric bound for tails of the exponential series
- Every $k$-uniform hypergraph with fewer than $2^{k-1}$ edges is $2$-colourable
- A $k$-uniform hypergraph is $2$-colourable when every edge meets at most $d$ other edges and $e(d+1)\le2^{k-1}$
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 92 results over 16 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- J. Matousek and J. Vondrak, The Probabilistic Method, Sections 5.1-5.2 (standard reference, not scraped)