Commit Graph

109 Commits

Author SHA1 Message Date
didericis 2ae729db1e Refute plane diamond coloring conjecture with 16-vertex counterexample
Adds Theorem 2.6 stating Conjecture 2.5 is false, with proof exhibiting
a 16-vertex maximal planar graph (graph6 O???IAGKEBEQQYHdplW{n) for
which the auxiliary 4-colorability check fails at every root vertex,
verified computationally via Sage's chromatic_number. Includes the
graph as a figure and adds a McKay graph6 reference.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 12:40:42 -04:00
didericis 9e86122818 Add diamond coloring conjecture, parity-separation reformulation, and counterexample search
Extends paper with: a notation section for color-class preimages; the
plane diamond coloring definition (4-coloring whose two classes lift to a
2-coloring of some BFS-rooted diamond scaffold); a connectedness lemma
for the scaffold; a proposition reformulating the property as parity-
separation of two color classes by BFS layers; a remark noting this is
strictly stronger than 4CT; and the conjecture that every maximal planar
graph admits such a coloring.

Adds plane_diamond_coloring.py with get_plane_diamond_scaffold and a
counterexample search that reduces the per-root check to 4-colorability
of an auxiliary graph forcing two colors onto opposite parity layers.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 12:31:33 -04:00
didericis b7777cb45e Add plane diamond coloring paper with 2-colorability theorem
Defines distance partition (BFS layers from a chosen vertex) and the diamond
scaffold of a maximal planar graph (G with all same-level edges removed),
then proves the diamond scaffold is 2-colorable by parity of level.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:52:07 -04:00
didericis 927f9b7adb Simplify d=0 case in outerplanar lemma proof
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 05:22:25 -04:00
didericis 5605e035d3 Add outerplanar lemma with Baker citation and relate depth levels to k-outerplanar graphs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 04:39:28 -04:00
didericis 47d260b1b9 Add neutral triangle definition and use up/down/neutral triangle terms in lemma
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 04:15:36 -04:00
didericis fe423dc7ba Add level edge definition to plane depth sequencing paper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 04:08:33 -04:00
didericis 9e3e525a5b Replace plane_depth_labelling with plane_depth_sequencing paper and script, remove unused lib modules
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 21:10:06 -04:00
didericis b343a61149 Move paper directories into papers/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 21:19:16 -04:00