Upper bounds (explicit colorings) #
The main formalized result of this project is a lower bound: every coloring has at least
23.879% monochromatic edges when n = 1_000_000.
This file provides small explicit upper bounds (i.e. constructions of colorings with relatively few monochromatic edges), to complement the lower bounds.
The coloring used here is the simple rounding-based local rule from the report:
n = 9 #
We use the rounding threshold 4, so Small = {0,1,2,3} and Big = {4,5,6,7,8}.
The resulting coloring has monochromatic fraction exactly 13/63 ≈ 20.63%.
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A clean universal upper bound (≤ 1/4 for all n ≥ 5) #
We give an explicit coloring (the same rounding-based rule as above) and show its monochromatic-edge
fraction is at most 1/4 for every n ≥ 5.
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
Instances For
Imported auxiliary declaration for the 2-coloring one-round formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The rounding-based coloring has monochromatic fraction at most 1/4 for every n ≥ 5.