Correctness and amplification for fixed-time repetition #
This public surface proves that NTM.repeatAtTime halts at its advertised
schedule and returns the strict majority of k independent source trials. It
then cancels the wrapper's administrative random bits to obtain an exact
acceptance-probability identity and the standard bounded-error amplification
bounds for 12s + 1 trials.
The source machine need only halt on every T-step path for the fixed input.
Main results #
NTM.repeatAtTime_trace_correct— pathwise fixed-schedule correctnessNTM.repeatAtTime_acceptProb_eq_eventProb— exact majority-event probabilityNTM.repeatAtTime_acceptProb_zero_repetitions— unconditional zero-trial behaviorNTM.repeatAtTime_acceptProb_ge_one_sub_two_pow— yes-instance amplificationNTM.repeatAtTime_acceptProb_le_two_pow— no-instance amplification
Pathwise correctness of fixed-time repetition. If every source path has
halted after T steps, the repeated machine halts at its exact advertised time
and writes the majority of the k source-trial verdicts selected by its compact
simulation seed.
The repeated machine's acceptance probability is exactly the probability
that a strict majority of its compact k source-choice blocks accept. Random
choices consumed by setup, rewind, and finish transitions cancel completely.
Yes-instance amplification. A source acceptance probability at least
2/3 becomes at least 1 - 2⁻s after 12s + 1 independent trials.
No-instance amplification. A source acceptance probability at most 1/3
becomes at most 2⁻s after 12s + 1 independent trials.