• retagged by
1,524 views

1 Answer

0 0 votes

Let L={0n1n | n>0}

h(0)=ab

h(1)=ba

h(L)={(ab)n (ba)n | n>0}

If L is non regular then h(L) also non regular

https://courses.engr.illinois.edu/cs373/fa2010/lectures/lect09-10.pdf

Position:
Show:

Related questions

0 0 votes
1 answers 1 answer
341
341 views
Sudeep 1 asked Oct 16, 2025
341 views
Give the regular expression that derives all strings of a's and b's where each string contain even occurrences of substring aba) (abab)*b) (b + abab)*c) (b + aa*bb*aa*b)*...
1 1 vote
0 0 answers
552
552 views
aftab0711 asked Aug 13, 2024
552 views
Select the correct statements (1) L1 = L2 if and only if L1* = L2* (2) For any languages L1, L2 and L3, L1 (L2 ∩ L3) ⊆ (L1L2) ∩ (L1L3)(3) For any languages L1, L2 and L3,...
1 1 vote
2 2 answers
637
637 views
aftab0711 asked Aug 11, 2024
637 views
Which of the following languages is/are regular?
1 1 vote
4 answers 4 answers
1.4k
1.4k views