Arrange the following in the order of execution while proving a Language is non-Regular using Pumping Lemma. A. Split in to xyz satisfying pumping Lemma conditions. B. Assume the language is regular. C. Choose a string of length $\ge$ pumping length. D. Show contradiction when pumping y. Choose the correct answer from the options given below:
Proving a language is non-regular using the Pumping Lemma involves a specific sequence of logical steps. The process starts with a fundamental assumption and concludes by demonstrating a contradiction.
The standard procedure for applying the Pumping Lemma to show a language $L$ is non-regular follows these steps:
Therefore, the correct execution order is B, C, A, D.
Consider the following two languages over the alphabet {a, b}:
$L_1 = \{\alpha\beta\alpha | \alpha \in \{a,b\}^+ \text{ AND } \beta\in \{a,b\}^+ \}$
$L_2 = \{\alpha\beta\alpha | \alpha \in \{a\}^+ \text{ AND } \beta\in \{a,b\}^+ \}$
Which ONE of the following statements is CORRECT?