The function $f:(X,d)\rightarrow(Y,\rho)$ is continuous if and only if $f$ is sequentially continuous (that means $x_n\rightarrow x \Rightarrow f(x_n)\rightarrow f(x)$)
Proof. First I show that if $f$ is continuous then $f$ is sequentially continuous. I consider the sequence $x_n\rightarrow x_0$ so I can find for $\varepsilon =\delta$ a value $n_\delta$ such that $|x_n-x_0|<\delta$. Doing so I can use the hypothesis that $f$ is continuous so $|f(x_n)-f(x_0)|<\varepsilon$. Now, I show the opposite implication. I know now that $$ \forall \varepsilon >0 \,\,\,\,\exists n_\varepsilon : \forall n\geq n_\varepsilon \,\,\,\,\,|x_n-x_0|<\varepsilon $$ So for a certain $\varepsilon$: $$ |f(x_n)-f(x_0)|<\varepsilon_1 $$ If I call $\varepsilon=\delta$ and $\varepsilon_1=\varepsilon$ we have the definition of continuity.
I'm not really sure, I don't know why. But can this proof be considered acceptable? I mean, it is correct and it is written in a decent way?