0 0 votes In Pumping Lemma for regular languages, to say a language is satisfying pumping lemma, what is the minimum length of ' $\text{y}$ ' if you consider the string as ' $\text{xyz}$ '. $\mathrm{n}$ $2$ $1$ $0$ (Option $1 [39417]) 1$ (Option $2 [39418]) 2$ (Option $3 [39419]) 3$ (Option $4 [39420]) 4$ Answer Given by Candidate : $2$ Others ugcnetcse-dec2022 pumping-lemma regular-language + – admin 507 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes The question is about the Pumping Lemma for regular languages. In the Pumping Lemma, for a regular language L, there exists a pumping length p (or often denoted as n in some texts) such that any string s∈L with ∣s∣≥p can be divided into three parts, s=xyz, satisfying three conditions:∣xy∣≤p (or ∣xy∣≤n)∣y∣≥1For all i≥0, xy^iz∈LThe question asks for the minimum length of 'y' if you consider the string as 'xyz'.According to the second condition, ∣y∣≥1. This means the length of the substring 'y' must be at least 1. It cannot be zero because then pumping (repeating 'y') would have no effect on the string, which defeats the purpose of the lemma.Therefore, the minimum length of 'y' is 1.The final answer is 3 Sandip_Pal answered Jul 4, 2025 Sandip_Pal comment Share Follow 0 reply Please log in or register to add a comment.