The quantifier prefix of the constructed instance #
The constructed instance is well formed (DescriptiveComplexity.qsatWf_qsatInterp),
and its prefix splits into the blocks the correctness proof peels off.
An element of the constructed instance is a tagged pair, named
DescriptiveComplexity.qVar when its tag is a variable tag and
DescriptiveComplexity.qCl when it is a clause tag; every relation of the instance
is read on those named constructors rather than on raw pairs, since the universe
of an interpretation is a non-reducible definition.
A block is a set of variables sharing their block coordinates
DescriptiveComplexity.keyTriple, and the position just before it is the set of
variables whose coordinates are strictly smaller
(DescriptiveComplexity.QPlayed). The two facts the peeling lemmas of
DescriptiveComplexity.Problems.Qsat.Blocks ask for – being the next block, and
downward closure of the position – hold for every triple
(DescriptiveComplexity.qBlock_qBlk, DescriptiveComplexity.qDownClosed_qPlayed),
so a peeling step is only ever a matter of recognizing which triple comes next
(DescriptiveComplexity.qPlayed_step).
The element standing for the variable v at the coordinates (p, q).
Instances For
Dependency graph
The element standing for the clause c at the coordinates (p, q).
Instances For
Dependency graph
Dependency graph
Every element is a variable or a clause at some pair of coordinates.
Dependency graph
The relations, read on the named constructors #
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Well-formedness #
The constructed instance is well formed: the prefix is the lexicographic comparison of the keys, which is a strict linear order on the variables because a variable is determined by its key and its coordinates.
Dependency graph
Blocks #
The variables of the block with block coordinates T.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dependency graph
The variables quantified before the block with block coordinates T.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dependency graph
Dependency graph
Dependency graph
Dependency graph
Dependency graph
The block is the next one to be quantified at its position.
Dependency graph
The position is downward closed, so the peeling lemmas can be iterated.
Dependency graph
Passing to the next block: the variables played before the block T'
are those played before T together with those of T, as soon as the block
coordinates of every variable say so.