One important technique used to prove that certain sets are not regular is the pumping lemma. The pumping lemma states that if $M=\left(S, I, f, s_{0}, F\right)$ is a deterministic finite-state automaton and if $x$ is a string in $L(M),$ the language recognized by $M,$ with $l(x) \geq|S|,$ then there are strings $u, v,$ and $w$ in $I^{*}$ such that $x=u v w, l(u v) \leq|S|$ and $l(v) \geq 1,$ and $u v^{i} w \in L(M)$ for $i=0,1,2, \ldots$ Prove the pumping lemma. [Hint: Use the same idea as was used in Example $5 . ]$