]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/turing/multi_universal/universal.ma
Yippeee! Completes proof of soundness of the universal machine
[helm.git] / matita / matita / lib / turing / multi_universal / universal.ma
index e371e4d909c340d0591ed2356c505ed63fce9612..9b245cde9216b449d1aa2219c402a2d52b8113dd 100644 (file)
@@ -10,9 +10,7 @@
       V_____________________________________________________________*)
 
 include "turing/simple_machines.ma".
-include "turing/multi_universal/unistep_aux.ma".
-
-axiom sem_unistep: ∀M. unistep ⊨ R_unistep_high M.
+include "turing/multi_universal/unistep.ma".
 
 definition stop ≝ λc.
   match c with [ bit b ⇒ notb b | _ ⇒ true].