Local difference patterns #
For every number n + 2 of transition occurrences we construct three admissible local patterns.
The construction is the degree-splitting step of the manuscript written without changing the
graph: remove pairs of occurrences recursively, ending with a pair or a triple.
A fixed enumeration of the three nonzero colours.
Equations
Instances For
Three local patterns on n + 2 occurrences. For 2 occurrences the difference is constant;
for 3 it is the anisotropic triple; every additional pair receives the same nonzero colour and
is then removed recursively.
Equations
- One or more equations did not get rendered due to their size.
- Sabidussi.localDifference 0 x✝ = Sabidussi.doubleDifference (Sabidussi.choiceColor x✝)
- Sabidussi.localDifference 1 x✝ = Sabidussi.tripleDifference (Sabidussi.choiceColor x✝)
Instances For
@[simp]
@[simp]