This is a theorem that was discussed in class but I came up with another proof.
The theorem is: Let $X$ and $Y$ be metric spaces. If $X$ is compact, and $h$ is a set of mappings from $X$ to $Y$ and is equicontinuous everywhere in $X$, then $\forall\epsilon>0,\exists\delta>0,s.t.\forall f\in h,x,x'\in X(d(x,x')<\delta\Rightarrow d(f(x),f(x')<\epsilon)$.
My proof is as the following:
Fix $\epsilon$.
Let $\phi(x_0):=\max{\lbrace \delta>0|\forall f\in h,x\in X(d(x_0,x)<\delta\Rightarrow d(f(x_0),f(x)<\epsilon)\rbrace}$, then since $\lim_{x\rightarrow x_0}\phi(x)=\phi(x_0)$, we know that $\phi$ is a continuous mapping.
Since compact sets in metric space are closed sets, $X$ is a closed set, which means $\phi(X)$ is a closed set on $\mathbb{R}$, so $\min \phi(X)$ exists, and any $\delta$ satisfies $\delta < \min \phi(X)$ is the $\delta$ we find.
Is this correct?