Parity algebra for the four-colour argument #
This file records the two finite characteristic-two calculations used after the local choices have been balanced: polarization of the quadratic form along an ordered word, and recovery of the parity of all four colour classes from its linear and quadratic moments.
The sum of the bracket over all ordered pairs of positions, each pair occurring with its smaller position second.
Equations
- Sabidussi.orderedPairBracket f = ∑ i : Fin n, ∑ j : Fin n, if j < i then Sabidussi.bracket (f i) (f j) else 0
Instances For
The positions carrying a specified colour.
Equations
- Sabidussi.colorFiber f c = {i : I | f i = c}
Instances For
theorem
Sabidussi.colorFiber_card_even_of_moments
{I : Type u_1}
[Fintype I]
(f : I → Color)
(hcard : Even (Fintype.card I))
(hsum : ∑ i : I, f i = 0)
(hquadratic : ∑ i : I, quadratic (f i) = 0)
(c : Color)
:
Even (colorFiber f c).card
In an even finite family of four colours, vanishing of the two linear moments and of the quadratic moment is equivalent to every colour occurring evenly. This is the forward direction needed in the Sabidussi argument.