feat(Computability): Single-tape TM complexity#33132
feat(Computability): Single-tape TM complexity#33132BoltonBailey wants to merge 5 commits intoleanprover-community:masterfrom
Conversation
…and their time complexity
PR summary 76f94b4301Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
…o single-tape-tm-time-complexity
…o single-tape-tm-time-complexity
Currently, time complexity in mathlib is defined in terms of (a kind of) multi-tape Turing machine Turing.FinTM2. This (currently Draft) PR develops time complexity in terms of Single-Tape Turing Machines. There are a few reasons to do this: