Valid-input assembly for the Tseitin reduction machine #
This file isolates the machine-combinator proof needed to plug a valid-input
emitter into reductionTMWith. The emitter starts only after validation has
succeeded, the validator verdict has been cleared, and the source input has
been rewound to cell one.
The principal theorem is generic in the emitter's postcondition. Its sole
framing requirement is stability under the standard combinator transition,
which is exactly the final transition performed by ifTM.
Main results #
Branch-local contract #
Validation routing #
Full valid path #
Generic valid branch of the total reduction. A valid input reaches
the supplied emitter only after the exact validEmitterPre frame has been
established. The result is returned under any emitter postcondition stable
under the final ifTM combinator transition.
Specialization for an emitter that preserves the source and initialized work frame while accumulating an exact bit string.
Execution-level corollary for an exact-output valid emitter.