Placed phase of the nondeterministic composition — proof internals #
After the deterministic prefix, NTM.compositionNTM tmF N runs the placed
retargeted copy of N on the virtual input. This file relates that phase's
composite steps to N's own steps, one choice bit at a time:
NTM.placedCfg— embed anN-configuration into the composite's placed phase, given a stable frame, a stable ignored real-input tape, and theN-configuration (whose input tape becomes the virtual input).NTM.placedCfg_step— branchbof the composite stepsplacedCfgexactly asN.det bsteps the underlying configuration.NTM.placedCfg_trace— the composite's trace from aplacedCfgis theplacedCfgofN's trace, along any choice sequence.NTM.compositionNTM_seam_step— from aDetPrefixBoundaryconfiguration, one branch-bstep enters the placed phase exactly atN's post-first-step configuration on the virtual input (startedCfg).
Embed an N-configuration into the composite's placed phase. The
frame extras supplies the tapes outside the placed block, realInput
the ignored real input tape, and c's input tape becomes the virtual
input on the placed block's last tape.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The composite is halted at a placed embedding iff N is halted at the
underlying configuration.
Placed-phase step commute. Branch b of the composite steps a
placed embedding exactly as N.det b steps the underlying
configuration, provided the virtual input is start-invariant, the
ignored real input reads off ▷, and the frame tapes are stable.
Placed-phase trace correspondence. Along any choice sequence, the
composite's trace from a placed embedding is the placed embedding of
N's trace.
The seam into the placed phase. From a DetPrefixBoundary
configuration, one branch-b composite step enters the placed phase at
N's post-first-step configuration on the virtual input y, with the
boundary's own tapes as frame and real input.