Let's say I have a language L = {a^nb^m|n != m},
The Myhill-Nerode relation $\equiv_L$ of $L$ is a relation on $\Sigma^*$. It is for words $x,y \in \Sigma^*$ defined by $$ x \equiv_L y \iff \forall z \in \Sigma^*: xz \in L \Leftrightarrow yz \in L $$
why does it have infinitely many equivalence classes ≡L? How do I show/see that?
HINT: For each $n$ let $w_n=a^nb$, and show that $n\ne m$, then $w_n\not\equiv_L w_m$.