Fixed-time probabilistic-machine repetition #
This public surface records the exact arithmetic schedule of
NTM.repeatAtTime and connects its simulated-step positions to the generic
compact-seed projection from Complexitylib.Classes.FiniteCounting.
It deliberately makes no trace or acceptance claim: those require the simulation invariants proved in the internal correctness layer.
Main results #
NTM.repeatAtTimeStride_zero,NTM.repeatAtTimeStride_succ— stride arithmeticNTM.repeatAtTimeSteps_zero,NTM.repeatAtTimeSteps_succ— total-time arithmeticNTM.repeatRandomSeed_apply_repeatChoiceIdx— compact and machine schedules align
Exact schedule arithmetic #
With zero simulated steps, a stride consists only of rewind and finish.
Increasing the simulated time by one adds one simulation transition and one rewind transition to every stride.
Zero repetitions use exactly the two leading administrative transitions.
At zero simulated time, every repetition contributes its two administrative transitions.
Adding one repetition appends exactly one stride.
Compact-seed alignment #
The generic compact repetition seed selects exactly the global choice
position used by repeatAtTime for simulated step t of repetition j.