The bit successor — proof internals #
Cobham.consBitTM b prepends the fixed bit b to its input: the machine behind
the bit constructor of Cobham's algebra.
Main results #
Cobham.cons_mem_FP— prepending a fixed bit is inFP
The bit-successor transducer #
A small machine computing x ↦ b :: x: skip the left marker, emit b, then copy
the input verbatim after it. Modelled on TM.copyInputToOutputTM.
@[implicit_reducible]
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.