It is well-known that the language over $T$ with at least 2 symbols is nondeterministic. for simplicity, the language $\{ww^R: w\in\{a,b\}\}$ (even-length palindroms of $a$, $b$) is context-free, but cannot be accepted by any deterministic PDA. The idea of proof is desribed, e.g., by Hopcroft, Ulman, Motwan in 'Introduction to Automata Theory, Languages. and Computation', but I cannot find complete proof. I saw reference for variation of pumping lemma for deterministic CFL, but now cannot find it too. So. the question: does anyone know where is the proof that the language $\{ww^R: w\in\{a,b\}\}$ is not deterministic?
Thanks in advance