Given any language $L$ that does not include $\Lambda$, let us define its cousin language $|L|$ as follows: For any string of $a$ 's and $b$ 's, if the word formed by concatenating the second, fourth, sixth, . . . letters of this string is a word in $L$, then the whole string is a word in $|L|$. For instance, if $b b b$ is a word in $L$, then $a b a b b b b$ and $b b a b a b a$ are both words in $|L|$.
(i) Show that if there is some PDA that accepts $L$, then there is some PDA that accepts $|L|$.
(ii) If $L$ is regular, is $|L|$ necessarily regular too?