Proof the 1 language is contained in another

46 Views Asked by At

Does anyone know what the best method is to prove that the intersection of Language1 and Language 2 = Language1?

Where both languages are over alphabet {a,b,c}.

1

There are 1 best solutions below

0
On

The problem of equality of two regular expression is EXPSACE-complete. So I guess building the automaton and working on the automaton would be the easier way to solve your problem.