546 views
0 votes
0 votes

Given statement is true or false 

1. L is regular language $\Leftrightarrow$ Ǝ a regular expression without $\bigstar$ 

answer in detail 

3 Answers

0 votes
0 votes
TRUE

L is regular language ⇔Ǝ a regular expression . //original expression

But

a regular expression with *  => regular expression without * // Informally

(you can take null for example)
0 votes
0 votes
As far as I think there is also the base case that is..
1.phi
2._€
3._a
And other are
4.R1+R2
5.R1.R2
6.R1*

SO BASE CASE IS NECESSARY 1,2,3 IF FRM 4,5,6 ANY ONE IS FULFILLED ITS REGULAR EXPRESSION..
SOURCE -NPTEL VIDEO
0 votes
0 votes
i think this statement is only one way true it is not a bidirectional statement L is a regular language it does not necessary imply that there exists a regular expression without kleen star but if a regular expression exist without kleen star it means it is finite so necessarily would be regular language therefore all over it is false statement