The four colours used in the Sabidussi proof #
This file contains the elementary algebra over F₂² used by the proof. We use an explicit
product so that the three admissible local frames can be given by concrete formulas.
@[reducible, inline]
The field with two elements.
Equations
Instances For
@[reducible, inline]
The four-element colour space.
Equations
Instances For
The quadratic form detecting the colour (1, 1).
Equations
- Sabidussi.quadratic x = x.1 * x.2
Instances For
Bracketing with a fixed left argument, as an additive homomorphism.
Equations
- Sabidussi.bracketRightHom x = { toFun := Sabidussi.bracket x, map_zero' := ⋯, map_add' := ⋯ }
Instances For
@[simp]
The three locally admissible difference vectors at a 6-valent vertex.
Equations
Instances For
@[simp]
@[simp]
At a 4-valent vertex the two local differences coincide.
Equations
- Sabidussi.doubleDifference t ⟨0, isLt⟩ = t
- Sabidussi.doubleDifference t ⟨1, isLt⟩ = t
Instances For
theorem
Sabidussi.double_local_quadratic
(t : Color)
:
(∑ i : Fin 2, quadratic (doubleDifference t i) + ∑ i : Fin 2, ∑ j : Fin 2, if j < i then bracket (doubleDifference t i) (doubleDifference t j) else 0) = 0
The local quadratic contribution from two equal nonzero differences vanishes.
theorem
Sabidussi.triple_local_quadratic
(t : Color)
:
(∑ i : Fin 3, quadratic (tripleDifference t i) + ∑ i : Fin 3, ∑ j : Fin 3, if j < i then bracket (tripleDifference t i) (tripleDifference t j) else 0) = 0
The local quadratic contribution from the three tripleDifferences vanishes.