Possible Duplicate:
How to prove that a language is not context-free?
I'm having a hard time figuring this out, any help is appreciated.
Let EQUAL be the language of all words over $\Sigma = \{a,b,c\}$ that have the same number of $a$’s, $b$’s and $c$’s
$\qquad \text{EQUAL} = \{ w \in \Sigma^* \mid |w|_a = |w|_b = |w|_c \}$
The order of the letters doesn't matter. How can you prove that EQUAL is non-context-free?