Machine emission of terminated-unary natural codes — proof internals #
This module instantiates the generic canonical binary loop with one-bit output emission. The proof tracks concrete counter and output tapes at every loop index, then composes scratch clearing and the terminating zero-bit emitter.
Concrete output tape after appending count one-bits.
Equations
Instances For
The binary loop emits exactly the unary body and stops with the scratch counter equal to the preserved limit.
Public-shape exact endpoint for the unary-body loop.
Time-bounded endpoint contract for the unary body loop.
Time-and-all-prefix-space contract for the unary-body loop.
End-to-end terminated-unary emission restores every input/work tape and
appends exactly NatCode.encode value within the advertised time bound.
End-to-end time-and-all-prefix-space contract for natural-code emission.
The natural-code emitter obeys the one-way-output transducer discipline.