What is the sublanguage of L={ε, 1, 11, 111}

  • Thread starter Thread starter Nico
  • Start date Start date
  • Tags Tags
    Automata
Nico
Messages
2
Reaction score
0
Thread moved from the technical math forums to the schoolwork forums
TL;DR Summary: [Formal languages and automata]
Show all sublanguages of the language L={ε, 1, 11, 111} on Σ={0, 1}.

[Formal languages and automata]
Show all sublanguages of the language L={ε, 1, 11, 111} on Σ={0, 1}.

Is the answer {1}, {11}, {111}, {1, 11}, {11, 111}, {1, 11, 111}?

Or {ε}, {ε, 1}, {ε, 11}, {ε, 111}, {1, 11}, {1, 111}, {11, 111}, {ε, 1, 11}, {ε, 1, 111}, {ε, 11, 111}, {1, 11, 111}?
 
Physics news on Phys.org
If you wrote down the definition of sublanguage on ##\{0,1\}## more people could probably help.
 
Nico said:
Is the answer {1}, {11}, {111}, {1, 11}, {11, 111}, {1, 11, 111}?

Or {ε}, {ε, 1}, {ε, 11}, {ε, 111}, {1, 11}, {1, 111}, {11, 111}, {ε, 1, 11}, {ε, 1, 111}, {ε, 11, 111}, {1, 11, 111}?
In my limited understanding (from a long time ago), ε (the empty string) is just as valid as any other string.

So I’d say your first approach is incomplete and your second approach is correct.

However, I think you have some mistakes. The ones I spotted are:
You missed out {1, 111} from your first answer.
You missed out {ε,1, 11, 111} from your second answer.

There may be other omissions – I only checked quickly.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top