Second-order definability pulls back through a relativized interpretation #
DescriptiveComplexity.SecondOrderPull pulls an alternating second-order
sentence back through an interpretation whose universe is all tagged tuples.
This file does the same for an interpretation with a definable domain
(DescriptiveComplexity.RelFOInterpretation), and concludes that the levels of
the polynomial hierarchy are closed under relativized ordered reductions
(DescriptiveComplexity.SigmaSODefinable.of_relOrderedReduction,
DescriptiveComplexity.PiSODefinable.of_relOrderedReduction) – the membership
half of the closure whose hardness half DescriptiveComplexity.Relativized
supplies.
Why the transfer of assignments is a retraction, not a bijection #
Over the whole universe, assignments of a block on the interpreted structure
and assignments of the pulled block on the base structure correspond
bijectively (DescriptiveComplexity.SOBlock.pullAssign,
DescriptiveComplexity.SOBlock.mergeAssign). Over a definable domain they do
not: a pulled relation may hold of tuples that are not points of the target at
all, and no condition on the target's assignment says anything about them.
What survives is a retraction: reading a guessed pulled assignment back on
the domain (DescriptiveComplexity.SOBlock.readAssignRel) undoes the transfer
of a target assignment (DescriptiveComplexity.SOBlock.pullAssignRel), i.e.,
readAssignRel ∘ pullAssignRel = id
(DescriptiveComplexity.SOBlock.readAssignRel_pullAssignRel). That is enough
for a quantifier of either polarity: an existential guess is transported
forward and read back, a universal one is instantiated at the read-back
assignment. The off-domain junk a guess may carry is never looked at, since
every atom the kernel evaluates sits at points of the domain.
Reading a pulled assignment back on the definable domain #
Reading an assignment of the pulled block back as an assignment of the original block on the definable domain: a tuple of domain points is packed into its tags and its coordinates. Off-domain tuples are simply not looked at.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dependency graph
The read-back of a pulled assignment at a tuple whose components are known.
Dependency graph
The transfer of assignments is a retraction: reading a transferred assignment back on the domain returns it unchanged. (The other composite is not the identity – a guessed pulled assignment may hold of tuples that are not points of the domain.)
Dependency graph
The extended interpretation, at an arbitrary pulled assignment #
Interpreting through the extension of a relativized interpretation along a
block, at an arbitrary assignment of the pulled block: the block is read on
the domain through DescriptiveComplexity.SOBlock.readAssignRel. This is
DescriptiveComplexity.RelFOInterpretation.extendSORelEquiv with the
assumption that the assignment is transferred from the target dropped – which
is what a guessed assignment cannot be assumed to be.
Equations
- I.extendSORelEquivAny B A σ = { toEquiv := DescriptiveComplexity.extendSORelPointEquiv I B A σ, map_fun' := ⋯, map_rel' := ⋯ }
Instances For
Dependency graph
Pulling back an alternating second-order sentence #
The pullback of a sentence over the block expansion of the target language, through a relativized interpretation: pull each block, then pull the first-order kernel through the (iteratively extended) interpretation, with the guarded pullback the definable domain requires.
Equations
- One or more equations did not get rendered due to their size.
- DescriptiveComplexity.pullRelSO [] x✝⁴ x✝³ x✝¹ x✝ = x✝¹.pullRelSentence x✝
Instances For
Dependency graph
Pulling second-order satisfaction back through a relativized interpretation: alternating second-order satisfaction in the interpreted structure – whose universe is the definable domain – coincides with satisfaction of the pulled sentence, over the pulled blocks, in the base structure.
Dependency graph
Closure of the hierarchy under relativized ordered reductions #
Σₖ₊₁-definability is closed under relativized ordered reductions.
The blocks pull back with the retraction of assignments above, and the order of
the source is re-quantified inside the first block
(DescriptiveComplexity.sigmaSODefinable_of_orderPull), exactly as for
non-relativized ordered reductions.
Dependency graph
Πₖ₊₁-definability is closed under relativized ordered reductions.