Closure of second-order definability under ordered FO reductions #
If P ≤ᶠᵒ[≤] Q and Q is Σₖ₊₁- (resp. Πₖ₊₁-) definable, then so is P
(DescriptiveComplexity.SigmaSODefinable.of_orderedReduction,
DescriptiveComplexity.PiSODefinable.of_orderedReduction).
Pulling the defining sentence back through the interpretation
(DescriptiveComplexity.SecondOrderPull) yields a sentence over the ordered
expansion L.sum Language.order – correct for every linear order on the
input, by order-invariance of the reduction. The order is then eliminated by
re-quantifying it inside the first second-order block:
- the first block is extended with one binary relation variable, the order
(
DescriptiveComplexity.SOBlock.withOrder); - the sentence is transported along the language morphism
DescriptiveComplexity.orderElimLHommapping the order symbol to the new variable; - it is guarded by the first-order sentence
DescriptiveComplexity.linearGuardstating that the variable is a linear order – as a conjunct if the block is existential (Σₖ₊₁), as a premise if it is universal (Πₖ₊₁).
Correctness of the guard uses DescriptiveComplexity.linearOrderOfGuard to promote a
guarded relation variable to an actual LinearOrder instance, and the
order-invariance clause of OrderedFOReduction.correct to connect different
choices of the order. This requires at least one second-order block to
piggyback on, whence the level k + 1.
Adding an order variable to a block #
The block B extended with one extra binary relation variable, used to
re-quantify the order of an ordered reduction.
Equations
Instances For
Dependency graph
The order variable of the extended block.
Instances For
Dependency graph
The order variable, as a relation symbol of the expanded language.
Equations
Instances For
Dependency graph
The assignment of the original block variables underlying an assignment of the extended block.
Instances For
Dependency graph
The assignment of the extended block determined by a binary relation (for the order variable) and an assignment of the original block.
Instances For
Dependency graph
The linear-order guard #
The guard sentence: the order variable is (reflexive, transitive, antisymmetric and total, i.e.) a linear order.
Equations
Instances For
Dependency graph
Realization of the guard: the four linear-order axioms for the relation assigned to the order variable.
Dependency graph
Promoting a guarded order variable to a linear order #
A binary relation variable satisfying the guard axioms determines a linear order (decidability by choice).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dependency graph
Eliminating the order symbol #
The language morphism eliminating the order symbol of the ordered expansion in favor of the order variable of the extended block.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dependency graph
When the order variable is assigned (a relation equivalent to) the linear
order of the structure, the extended structure is an expansion along
orderElimLHom of the ordered structure extended by the underlying
assignment.
Dependency graph
Order elimination, as a statement about sentences #
The two theorems below are the order-elimination construction on its own,
separated from the reduction that usually produces the sentence: a problem
defined – over the ordered expansion, so with the order visible to the
sentence – by a Σₖ₊₁ sentence for some linear order, or by a Πₖ₊₁
sentence for every linear order, is definable at that level over the bare
vocabulary. The closure theorems of the next section are the case where the
sentence comes from pulling a definition back through an ordered reduction,
where order-invariance makes "for some" and "for every" agree.
Stated this way the construction also applies where no single order-invariant
problem is in sight – to each half of a DescriptiveComplexity.DPDefinable
definition separately, say, whose two halves are not individually
order-invariant.
Order elimination, existentially: a problem defined by a Σₖ₊₁
sentence over the ordered expansion, correct for some linear order on each
instance, is Σₖ₊₁-definable. The order is re-quantified inside the first
block, guarded by a conjunct stating that it is a linear order.
Dependency graph
Order elimination, universally: a problem defined by a Πₖ₊₁ sentence
over the ordered expansion, correct for every linear order on each instance,
is Πₖ₊₁-definable. The order is re-quantified inside the first block, guarded
as the premise of an implication.
Dependency graph
Closure of the definability levels under ordered FO reductions #
Σₖ₊₁-definability is closed under ordered FO reductions: the order is
re-quantified existentially inside the first block, guarded by a conjunct
stating that it is a linear order. Order-invariance of the reduction is what
lets DescriptiveComplexity.sigmaSODefinable_of_orderPull be applied: the pulled-back
sentence is correct not merely for some order but for every one.
Dependency graph
Πₖ₊₁-definability is closed under ordered FO reductions: the order is
re-quantified universally inside the first block, guarded as the premise of
an implication.