Public interface: the n = 1_000_000 lower bound #
This file is a human-facing entry point.
If you want a single module to import (or open in an editor) to see what is proved and what the objects mean, use this file.
The graph family #
All combinatorial objects live in Distributed2Coloring.LowerBound.Defs:
Vertex nis an injective triple of symbols(a,b,c)with values in{0,1,…,n-1}.Edge nis an injective quadruple(a,b,c,d)encoding the directed edge(a,b,c) → (b,c,d)viaEdge.srcandEdge.dst.Coloring n := Vertex n → Boolis a 2-coloring of vertices.monoFraction f : ℚis the fraction of edges whose endpoints have equal color.
The main theorem #
The main claim proved in this project is:
It states that for n = 1_000_000, every coloring has monochromatic-edge fraction at least
23879/100000 = 0.23879.
@[reducible, inline]
The concrete parameter used in the main theorem: n = 1_000_000.
Equations
Instances For
Convenience wrapper for the main theorem (to avoid re-declaring names from
Distributed2Coloring.LowerBound.N1000000).
See Distributed2Coloring.LowerBound.N1000000.monoFraction_ge_23879.