-1

Let $L$ be a regular language with alphabet $\Sigma = \{a,b,c\}$.

Prove that the following language is regular:

$\{w | w \in L \text{ and } w \text{ starts with } abc \}$.

I wonder what proof strategy I can use to prove this.

John L.
  • 38,985
  • 4
  • 33
  • 90
fornit
  • 1
  • 1
  • Welcome to Computer Science! What have you tried? Where did you get stuck? We do not want to just hand you the solution; we want you to gain understanding. However, as it is we do not know what your underlying problem is, so we can not begin to help. See here for tips on asking questions about exercise problems. If you are uncertain how to improve your question, why not ask around in [chat]? – Raphael Jun 05 '17 at 21:25

1 Answers1

2

Use closure properties of regular languages.

Yuval Filmus
  • 276,994
  • 27
  • 311
  • 503