Binary work-tape loop combinator -- proof internals #
This module proves exact body embedding, bit/blank scanner transitions, the advancing loopback seam, certified finite iteration, and transducer closure.
Embed a body configuration in the body phase of forBinaryWorkTM.
Equations
Instances For
Every nonhalting body step is simulated exactly.
Exact body runs lift through the combined machine's body phase.
On either Boolean symbol, the scanner enters the body without moving or changing any tape.
On the first blank, the scanner halts without consuming it.
A halted body takes one preserving seam step that advances only the selected driver head.
A certified bit-driven loop has its advertised exact remaining run.
Every prefix no longer than a certified loop's exact remaining runtime respects its auxiliary-space budget.
Bit-driven work iteration preserves one-way output when the body does.