Documentation

Complexitylib.Models.TuringMachine.Subroutines.ResetBinary.Defs

Resetting a binary work tape — definitions #

resetBinaryWorkTM first rewinds an arbitrary cursor over canonical binary contents and then clears the resulting completed string to the standard blank work tape.

def Complexity.TM.resetBinaryWorkTM {n : } (idx : Fin n) :
TM n

Rewind and clear one canonical binary work tape.

Equations
Instances For
    def Complexity.TM.resetBinaryWorkTime (headBound bitLength : ) :

    Time bound in terms of the initial head bound and represented bit length.

    Equations
    Instances For