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 readingDecidable Language : EQDFA
The equivalence of regular languages is decidable. Here is how.
Continue readingDecidable Languages : EDFA, ENFA, EREX, ERG
Checking whether a regular language is empty is decidable. Here is how.
Continue readingDecidable Languages : ADFA, ANFA, AREX, ARG
Checking whether a string belongs to a regular language is decidable. Here is how.
Continue reading