The preprocessed constraint, in numbers #
Preprocessing leaves three kinds of constraint: the original one at an edge-link, oriented by the half-edge's side; equality inside a cloud; and nothing at all at a self-loop or an expander edge. So the constraint at a dart is a fixed function of the dart's number, the half-edge's side, and the code of the original constraint — a bounded amount of data.
Main definitions #
Complexity.preRelCode— the constraint a dart's number and a code stand for
Main results #
Complexity.preRel_eq— it is the preprocessed system's constraintComplexity.rel_killedPow_preprocess— the killed power's constraint runs those codes along the walkComplexity.rel_killedPow_eq_relOfSteps— so it depends on the graph only through the walk's parities and codesComplexity.rel_killedPow_eq_preRelOfSteps— the same, with every argument at a type that does not mention the graph
The preprocessed system's constraint, from the dart's number d, the
half-edge's number u and the code c of the original constraint.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The numbers give the preprocessed constraint.
Only the parity of a half-edge's number matters.
The killed power's constraint, along the walk. Each step contributes the preprocessed constraint at the vertex it stands on, read off that vertex's number and the code of the original constraint there.
What a killed dart's constraint runs: at each step, the dart it takes, the parity of the vertex it stands on, the code of the constraint there, and where the two ends hold their opinions about that step.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The killed power's constraint depends on the graph only through the walk's parities and codes — a bounded amount of data.
Types that do not mention the graph #
The darts of a preprocessed system: the self-loop, the edge-link, the
cloud's and the expander's. This is the dart type of preprocess for every
graph, so data about a preprocessed walk lives at a type that does not grow with
the input.
Instances For
Walks of length at most T in a preprocessed system, likewise.
Equations
- Complexity.PreWalk E T = ((ℓ : Fin (T + 1)) × (Fin ↑ℓ → Complexity.PreDart E))
Instances For
The killed constraint, with every argument at a graph-free type.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The killed power's constraint, as data at graph-free types. Two graphs whose walks show the same darts, parities, codes and opinion indices carry the same constraint.
Two graphs whose walks show the same data carry the same constraint. The walk itself is shared: an algorithm reads it off the dart's number, which is the same on both sides.