Definition: An interval $[a, b]$ has the property $P_{\epsilon}$ if there exists sequences $x_{1}, x_{2}, x_{3}, ...$ and $y_{1}, y_{2}, y_{3}, ...$ with $x_{n},y_{n} \in [a, b], |x_{n} - y_{n}| \lt \frac{1}{n}, |f(x_{n}) - f(y_{n})| \gt \epsilon$ for all indices $n$.
To prove: If f is not uniformly continuous on $[a, b]$, then $[a, b]$ has the property $P_{\epsilon}$ for some $\epsilon \gt 0$.
My try: Since $f$ is not uniformly continuous on $[a, b]$, by definition, $\exists \epsilon \gt 0, \forall \delta \gt 0$ s.t. $ x, y \in [a, b], |x - y| \lt \delta,|f(x) - f(y)| \ge \epsilon.$
I choose $\delta_{n} = \frac{1}{n}$. Stuck. I don't know how to choose the two sequences. Even if I got the two sequences, how to make $\ge \epsilon$ to become $\gt \epsilon$ on the last?
Please give some hints, or if any step is wrong.