Core existence theorem for multi-tape reduction emitter machine
DisprovedCookLevin.reductionEmitM_exists_corecook-levinemitterreduction
For any verifier machine and dimensions , there exists a multi-tape reduction emitter machine satisfying TuringMachine k G M.
Formal statement
import Definitions.Def_CookLevin_Basic
import Definitions.Def_CookLevin_Satisfiability
import Definitions.Def_CookLevin_Complexity
import Definitions.Def_CookLevin_Reduction
open CookLevin
theorem CookLevin.reductionEmitM_exists_core (Mv : Machine) (k G : Nat) :
∃ M : Machine, TuringMachine k G M := by sorrySource