in Theory of Computation
190 views
0 votes
0 votes
If $L$ is a regular language, prove that $L_1 =$ {$uv : u ∈ L, |υ| = 2$} is also regular.
in Theory of Computation
190 views

1 Answer

0 votes
0 votes
$u$ is $regular$ and

$v$ is of $length$ $2$ which is regular $($$because$ $of$ $finite$ $length$$)$

so $uv$ is also regular because regular language is closed under concatenation.

Related questions