edited by
338 views
1 votes
1 votes

If L1 and L2 are non-regular, then L⋃ L2 is also non-regular.

state the above statement is true or false?

edited by

1 Answer

0 votes
0 votes
let L1= a^m b^n m,n>=1 m>=n   non regular

let l2=a^m b^n m,n>=1 m<n non regular

union l3= a^m b^n m,n>=1 m>=n or m<n}

equivalent to{ a^m b^n m,n>=1 } is regular

Related questions

442
views
1 answers
2 votes
Pranavpurkar asked Nov 11, 2022
442 views
Consider the following language over $\sum$ = {0, 1}L = {w | w $\epsilon \sum$ * and |w| is divisible by 2 and not by 4}How many sates will min-DFA accepting L will have?...
383
views
1 answers
0 votes
Karishma Datt asked Jul 17, 2022
383 views
Identify whether the language is regular or not and plz justify the ans.
529
views
0 answers
0 votes
aditi19 asked Mar 17, 2019
529 views
Let A be a regular set. Consider the two sets belowL1={x | $\exists n\geq 0, \exists y\epsilon A :$ y=$x^n$}L2={x | $\exists n\geq 0, \exists y\epsilon A :$ x=$y^n$}which...
558
views
1 answers
2 votes
GateAspirant999 asked Mar 2, 2018
558 views
Consider the infinite two-dimensional grid $G=\{(m,n)|\text{m and n are integers} \}$Thus every point in G has 4 neighbours, North, South, East and West, obtained by vary...