Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) (→Given a description of L, how to find the class of L?) |
||
Line 8: | Line 8: | ||
6. If <math>PDA</math> is not possible for <math>L</math>, see if we can get a <math>TM</math> for <math>L</math> | 6. If <math>PDA</math> is not possible for <math>L</math>, see if we can get a <math>TM</math> for <math>L</math> | ||
7. If <math>TM</math> takes only a linear space (in terms of length of input string), then <math>L</math> is <math>CSL</math>. otherwise its just recursive | 7. If <math>TM</math> takes only a linear space (in terms of length of input string), then <math>L</math> is <math>CSL</math>. otherwise its just recursive | ||
− | 8. If <math>L</math> is a decision problem and TM can just say <math>yes</math> and may not halt in case of <math>no</math>, then <math>L</math> is recursively enumerable (partially decidable). If <math>TM</math> can say both <math>yes</math> and | + | 8. If <math>L</math> is a decision problem and TM can just say <math>yes</math> and may not halt in case of <math>no</math>, then <math>L</math> is recursively enumerable (partially decidable). If <math>TM</math> can say both <math>yes</math> and then <math>L</math> is recursive |
9. If no <math>TM</math> is possible for <math>L</math>, then <math>L</math> is undecidable | 9. If no <math>TM</math> is possible for <math>L</math>, then <math>L</math> is undecidable | ||
1. Find the set of strings generated by <math>L</math> 2. If the set of strings in finite, <math>L</math> is regular since all finite languages are regular 3. If the set of strings in <math>L</math> is infinite, check if we can draw an NFA for recognizing <math>L</math>. If so, <math>L</math> is regular 4. If we <math>NFA</math> is not possible, check if we can recognize <math>L</math> using a <math>PDA</math>, that is with a stack in addition to set of states. If so, <math>L</math> is <math>CFL</math>. 5. If the moves of <math>PDA</math> are all deterministic, then <math>L</math> is a <math>DCFL</math> 6. If <math>PDA</math> is not possible for <math>L</math>, see if we can get a <math>TM</math> for <math>L</math> 7. If <math>TM</math> takes only a linear space (in terms of length of input string), then <math>L</math> is <math>CSL</math>. otherwise its just recursive 8. If <math>L</math> is a decision problem and TM can just say <math>yes</math> and may not halt in case of <math>no</math>, then <math>L</math> is recursively enumerable (partially decidable). If <math>TM</math> can say both <math>yes</math> and then <math>L</math> is recursive 9. If no <math>TM</math> is possible for <math>L</math>, then <math>L</math> is undecidable
<math>L</math> is <math>CSL</math> as with a <math>PDA</math> we cannot accept <math>ww</math>. <math>PDA</math> is using only a stack and hence it can accept <math>ww_R</math> but not <math>ww</math>.
Same explanation as above, <math>L</math> is <math>CSL</math>.
<math>ww_R</math> can be accepted by a <math>PDA</math> and hence is <math>CFL</math>. But we need a <math>NPDA</math> for this as there is no deterministic way to identify where <math>w</math> ends and <math>w_R</math> starts. <math>wcw_R, w\in(a+b)^*</math> is accepted by a <math>DPDA</math> and hence is <math>DCFL</math>.
Same explanation as above. <math>L</math> is <math>CFL</math>.
<math>L</math> is regular since <math> L = \Sigma^*</math>, by making <math>x = (a+b)^*</math> and <math>w = \epsilon</math>.
<math>L</math> doesn't contain all strings in <math>\Sigma^*</math> as the strings like <math>abab</math> are not contained in <math>L</math>. All words starting and ending in <math>a</math> or starting and ending in <math>b</math> are in <math>L</math>. But <math>L</math> also contains words starting with <math>a</math> and ending in <math>b</math> like <math>abbab, aabbbabaab</math> etc where the starting sub-string exactly matches the ending sub-string and at least a letter separates them. To accept such strings we need an <math>LBA</math> (this is at least as hard as accepting <math>ww, w \in (a+b)^*</math>), making <math>L</math>, a <math>CSL</math>.
<math>L</math> is regular. Since, <math>w</math> can be <math>\epsilon</math> and <math>x \in (a+b)^*, L =\Sigma^*</math>.
<math>L</math> is regular. <math>L</math> contains all strings starting and ending with <math>a</math> or starting and ending with <math>b</math> and containing at least 3 letters. Moreover, <math>L</math> doesn't contain any other strings. Thus <math>L</math> can be accepted by a <math>DFA</math>. Regular expression for <math>L</math> is <math>a(a+b)^+a + b(a+b)^+b</math>.
1. Find the set of strings generated by <math>L</math> 2. If the set of strings in finite, <math>L</math> is regular since all finite languages are regular 3. If the set of strings in <math>L</math> is infinite, check if we can draw an NFA for recognizing <math>L</math>. If so, <math>L</math> is regular 4. If we <math>NFA</math> is not possible, check if we can recognize <math>L</math> using a <math>PDA</math>, that is with a stack in addition to set of states. If so, <math>L</math> is <math>CFL</math>. 5. If the moves of <math>PDA</math> are all deterministic, then <math>L</math> is a <math>DCFL</math> 6. If <math>PDA</math> is not possible for <math>L</math>, see if we can get a <math>TM</math> for <math>L</math> 7. If <math>TM</math> takes only a linear space (in terms of length of input string), then <math>L</math> is <math>CSL</math>. otherwise its just recursive 8. If <math>L</math> is a decision problem and TM can just say <math>yes</math> and may not halt in case of <math>no</math>, then <math>L</math> is recursively enumerable (partially decidable). If <math>TM</math> can say both <math>yes</math> and then <math>L</math> is recursive 9. If no <math>TM</math> is possible for <math>L</math>, then <math>L</math> is undecidable
<math>L</math> is <math>CSL</math> as with a <math>PDA</math> we cannot accept <math>ww</math>. <math>PDA</math> is using only a stack and hence it can accept <math>ww_R</math> but not <math>ww</math>.
Same explanation as above, <math>L</math> is <math>CSL</math>.
<math>ww_R</math> can be accepted by a <math>PDA</math> and hence is <math>CFL</math>. But we need a <math>NPDA</math> for this as there is no deterministic way to identify where <math>w</math> ends and <math>w_R</math> starts. <math>wcw_R, w\in(a+b)^*</math> is accepted by a <math>DPDA</math> and hence is <math>DCFL</math>.
Same explanation as above. <math>L</math> is <math>CFL</math>.
<math>L</math> is regular since <math> L = \Sigma^*</math>, by making <math>x = (a+b)^*</math> and <math>w = \epsilon</math>.
<math>L</math> doesn't contain all strings in <math>\Sigma^*</math> as the strings like <math>abab</math> are not contained in <math>L</math>. All words starting and ending in <math>a</math> or starting and ending in <math>b</math> are in <math>L</math>. But <math>L</math> also contains words starting with <math>a</math> and ending in <math>b</math> like <math>abbab, aabbbabaab</math> etc where the starting sub-string exactly matches the ending sub-string and at least a letter separates them. To accept such strings we need an <math>LBA</math> (this is at least as hard as accepting <math>ww, w \in (a+b)^*</math>), making <math>L</math>, a <math>CSL</math>.
<math>L</math> is regular. Since, <math>w</math> can be <math>\epsilon</math> and <math>x \in (a+b)^*, L =\Sigma^*</math>.
<math>L</math> is regular. <math>L</math> contains all strings starting and ending with <math>a</math> or starting and ending with <math>b</math> and containing at least 3 letters. Moreover, <math>L</math> doesn't contain any other strings. Thus <math>L</math> can be accepted by a <math>DFA</math>. Regular expression for <math>L</math> is <math>a(a+b)^+a + b(a+b)^+b</math>.