Re: context free languages under SCRAMBLE operation
- From: daw@xxxxxxxxxxxxxxxxxxxxxxxx (David Wagner)
- Date: Wed, 31 Jan 2007 02:56:52 +0000 (UTC)
TheGist wrote:
For part (a) I think this can be proven by simply noting that the DFA
which accepts the regular language to be scrambled can simply have its
state transitions re-arranged to accept the SCRAMBLE of the language.
How? Let L = (01)^*. What's the DFA that accepts L' = SCRAMBLE(L)?
(L' contains the words that have n zeros and n ones for some n, which
doesn't smell regular to me. Maybe I'm missing something.)
The language containing strings like
cabcab
is obviously regular, however we know from a previous result that
strings of the form a^nb^nc^n n>=0 are not context free.
Is that a sufficient proof?
No. Let L = (cab)^*. SCRAMBLE(L) != {a^n b^n c^n : n >= 0}.
.
- Follow-Ups:
- Re: context free languages under SCRAMBLE operation
- From: TheGist
- Re: context free languages under SCRAMBLE operation
- References:
- context free languages under SCRAMBLE operation
- From: TheGist
- context free languages under SCRAMBLE operation
- Prev by Date: context free languages under SCRAMBLE operation
- Next by Date: Re: context free languages under SCRAMBLE operation
- Previous by thread: context free languages under SCRAMBLE operation
- Next by thread: Re: context free languages under SCRAMBLE operation
- Index(es):
Relevant Pages
|