- Replace the dodecahedron trace at the end of section 3 with the n=14
triangulation found by search_kempe_property.py: its H_1 admits a
proper 3-edge-colouring satisfying both chord-apex and Kempe-cycle
conditions (Lemmas 2.6, 2.7).
- experiments/draw_iterated_reduction_n14.py: rebuilds fig_alg_step{0,1,2}
with Tutte barycentric layouts (outer face chosen to keep v_n in the
interior); also runs the algorithm to completion, checking chord-apex +
Kempe at each step (step 1 satisfies all; step 2 fails chord-apex;
step 3 terminates).
- Add Conjecture 3.4: G is a minimal counterexample iff no proper
3-edge-colouring of the final reduced graph H_{t*} has all (spike_t,
merged_t) pairs in distinct colours.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add section 3 with Algorithm 3.1 (iterated reduction with protected edges)
and remarks on invariants and chord-apex applicability.
- Add fig:iterated-reduction-trace illustrating the algorithm on G' =
dodecahedron (G' -> H_1 -> H_2 -> terminate).
- experiments/iterated_reduction.py: Sage implementation of the algorithm.
- experiments/draw_iterated_reduction.py: produces the 3 trace figures.
- experiments/check_dodecahedron_kempe.py: enumerate proper 3-edge-colorings
of the dodecahedron's reduced dual and check the chord-apex + Kempe-cycle
conditions (0 of 36 colorings satisfy all three).
- experiments/search_kempe_property.py: search across min-deg-5
triangulations; the n = 14 first plantri triangulation is the smallest hit
(reduced dual has 20 v, 30 e).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>