A clear explanation and proof of Rice’s Theorem followed by a worked out example.
Continue readingPost Category → Theoretical Computer Science
Property of the language of Turing Machines
Formal definition of property of the language of Turing Machines along with examples.
Continue readingVenn Diagram of Languages with Examples
Venn diagram showing relative positions and examples of different type of languages.
Continue readingClosure under Complement: Decidable and Recognizable languages
Decidable languages are closed under complement. Recognizable languages that are closed under complement are decidable.
Continue readingUndecidable Language : EQTM
Checking the equivalence of two languages is undecidable. ETM reduces to EQTM.
Continue readingUndecidable Language : ETM
Checking whether the language of a Turing Machine is empty is undecidable. ATM reduces to ETM.
Continue readingUndecidable Language : HALTTM
The halting problem is undecidable. ATM reduces to HALTTM.
Continue readingUndecidable Language : ATM
Checking whether a TM accepts a string is undecidable. Here is how.
Continue readingDecidable Languages : ECFG, EPDA
Checking whether a context free language is empty is decidable. Here is how.
Continue readingDecidable Languages : ACFG, APDA
Checking whether a string belongs to a context free language is decidable. Here is how.
Continue reading