The document applies the pumping lemma to a language L to show that L is not regular. It chooses a string w in L of length at least m, where m is the pumping length. It then shows that w can be pumped to generate strings both in and not in L, resulting in a contradiction. This contradiction means the assumption that L is regular is false, so L must be non-regular.