Decision Properties of Languages

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
22990atinesh said:
I'd trouble remembering decision properties of languages like Regular, CFL, RE, etc. So I made a table of it. Are all the entries of table correct or has some errors

[/PLAIN]
Decision_Property.jpg
I don't think that we have much expertise in this somewhat esoteric area, which is probably why no one has responded.

You could help us out, though, but expanding the acronyms in your table.
RL = ?
DCFL = ?
CFL = ? (context-free language?)
CSL = ?
RE = ?

What does "Is L = ##\Phi ?## mean?
What do the other columns in the table mean?
What are L1 and L2?
 
Last edited by a moderator:
Mark44 said:
I don't think that we have much expertise in this somewhat esoteric area, which is probably why no one has responded.

You could help us out, though, but expanding the acronyms in your table.
RL = ?
DCFL = ?
CFL = ? (context-free language?)
CSL = ?
RE = ?

What does "Is L = ##\Phi ?## mean?
What do the other columns in the table mean?
What are L1 and L2?
Here
RL=Regular Languages
DCFL=Deterministic Context Free Languages
CFL=Context Free Languages
CSL=Context Sensitive Languages
RE=Recursively Enumerable Languages

##1^{st}## Column "Membership" corresponding to a particular row says that, is it decidable that a given string belong to a given language.

##2^{nd}## Column "##L=\phi##" corresponding to a particular row says that, is it decidable that a given language empty or not "i.e Emptiness Test".

##3^{rd}## Column "##L=\sum##*" corresponding to a particular row says that, is it decidable that a given language infinite.

##4^{th}## Column "Is ##L_1=L_2##" corresponding to a particular row says that, is it decidable that a given languages ##L_1, L_2## are equal.

##5^{th}## Column "Is ##L_1 \subset L_2##" corresponding to a particular row says, is it decidable that a given language ##L_1## a subset of another given language ##L_2##.
 
Thank you. Your question deals with things I don't know much about, but maybe the clarifications will help others to provide you with some insight.