14 - Decidability
ucla | CS 181 | 2024-06-05 14:13
Table of Contents
Is a Language Decidable?
- lang
is decidable are both recognizable is trivial can be proved by running and in parallel, and one of them will halt- Note,
is the language recognizes, but if M happens to decide it as well, it is always equivalent toUndecidable
is not recognizable, and thus not decidable lang is recognizable but not decidable is not recognizableRice’s Theorem
If some subset of Turing Recognizable languages,
and then $L={:L(M)\in \mathcal C\}$ is undecidable