0 0 votes Which of the following statements is/are true? The language denoted by the regular expression (ϕ*)* is ϵ The language denoted by the regular expression a ϕ is ϕ The regular expression for the language L={vuv|v,u∈{a,b}*,|v|≤3 } is L=(a+b)* The language denoted by the regular expression (ϕ*)* is ϕ The correct answer is option 1, option 2, and option 3. How can 1 be true? Since, phi (ϕ) denotes an empty set, zero or more combinations of it will still denote an empty set, right? Whereas, epsilon (ϵ) is not an empty set. And option 4 is True, right? Theory of Computation finite-automata theory-of-computation + – Rajsukh Mohanty 658 views answer comment Share Follow Print See 1 comment 1 1 comment reply Onika commented Jan 6, 2023 reply Follow flag ϕ* = ϕ⁰ + ϕ¹ + ... = ϵ + ϕ +... = ϵ 1 1 replyShare Please log in or register to add a comment.