I'm confused about the following exercise in the textbook Vector Calculus:
Let $f:(0,1) \rightarrow \mathbb{R}$ be s.t. $t \mapsto \frac{1}{t}$.
Part a) Prove that $f$ is continuous at every point $p \in (0,1)$
Part b) Prove that $f$ is not uniformly continuous
For part a, the solution given is as follows:
Let $\delta = \min( \frac{1}{2}p, \frac{1}{2}\epsilon p^2)$. Then from $|t-p| < \delta$ it follows that $t>\frac{1}{2}p$ and also $$|f(t)-f(p)| = \frac{|t-p|}{|tp|} < \frac{ \frac{1}{2}\epsilon p^2} { \frac{1}{2}p^2} = \epsilon$$
For part b, this proof is given:
Take $\epsilon = \frac{1}{2}$. Let $\delta$ be arbitrary. Then choose $n$ s.t. $\delta > \frac{1}{n}$, and let $p = \frac{1}{n}$ and $t = \frac{1}{n+1}$. We get that $|t-p| < \delta$ but $f(t) - f(p) = 1 > \epsilon$.
Textbook defines only uniform continuity explicitly:
A function $f:D \rightarrow \mathbb{R}$ is uniformly continuous on $D$ if to each $\epsilon>0$ there corresponds $\delta>0$ such that $$|f(t) - f(s)| < \epsilon \text{ whenever } |t-s| < \delta$$ for $t,s \in D$.
Part a is asking us to prove that given a point, the function is continuous at that point. I.e. $\forall p \forall \epsilon \exists \delta$. But part b is asking us to prove that $\forall \epsilon \exists \delta \forall p$.
While I understand the logical difference, I am extremely confused as to the interpretation of these definitions. How can a function be continuous at every point, but not uniformly continuous? Does this have to do with uniformity of slopes?
Uniform continuity, as defined here, seems to require that all points are some function of $epsilon$ away from each other, regardless of the choice of point. In other words, uniform continuity is independent of the point.
How should I interpret this notion intuitively?