A sequence of functions $f_n$ is said to be uniformly cauchy if $$\forall \varepsilon > 0 \ \exists N > 0 :\forall z , \forall r, s > N: |f_r(z) - f_s(z)| < \varepsilon$$
How can I show that if a sequence is uniformly cauchy then $f_n$ converge uniformly to some funciton $f$? We can assume that the metric space is complete.
Thanks!
First, we can show that $f_n$ converges pointwisely to some $f$. Then $\exists N_1$ $|f(z)-f_s(z)|<\epsilon/2 $ $ \forall s>N_1$. (1)
Second, let $\epsilon>0$, $\exists N$ s.t. $\forall z$, we have $|f_s(z) - f_r(z)| < \epsilon/2$. (2)
Now, we want to show that $\forall r>N$ $\forall z$, $|f(z)-f_r(z)|<\epsilon$. Then we are done.
Now choose arbitrary $r>N$, arbitrary $z$.
Using (1), we can find $N_1>N$ s.t. $\forall s>N_1$ and $|f(z)-f_s(z)|<\epsilon/2$. Then $-\epsilon/2+f_s(z) < f(z)<\epsilon/2+f_s(z)$.
Using (2), since $s>N_1>N$ and $r>N$, we can use (2). Then $|f_s(z)-f_r(z)|<\epsilon/2$. Then $-\epsilon/2+f_r(z) < f_s(z) <\epsilon/2+f_r(z)$
Then $|f(z)-f_r(z)|<\epsilon$.