I have a homework about find the pumping lemma in Context Free Language. The last one I couldn't solve:
$L = \{a^i \$ a^{3i} \$ a^{5i} \mid i \in \mathbb{N} \}$
What does the dollar symbol mean in this language?
How can I use pumping lemma in this example?
Thank you in advance.
The dollar symbol here acts as a delimiter symbol, it separates the three substrings of $a$s.