Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 455 Bytes

File metadata and controls

23 lines (11 loc) · 455 Bytes

5.1 Undecidable Problems from Language Theory

定理5.1(halting problem)

$$HALT_{TM}={<M,w>|M$$ is a TM and $$M$$ halts on input $$w}$$

$$HALT_{TM}$$ is undecidable.

证明方法:反证,若decidable,则能构造出$$A_{TM}$$也decadable,矛盾。

定理5.2

$$E_{TM}$$ is undecidable.

定理5.3

$$REGULAR_{TM}={|M$$ is a TM and $$L(M)$$ is a regular language$$}$$.

$$REGULAR_{TM}$$ is undecidable.

TODO