I'm trying to prove that if $\{x_n\}$ is Cauchy sequence which located in $E$ ($f$ is uniformly continuous) then $\{f(x_n)\}$ is a Cauchy.
let say {$x_n$} is a Cauchy sequence in $E$ and $E \to R$ and $f$ is uniformly continuous
since {$x_n$} is Cauchy sequence so there should be exist
$|p_n - p_m| < \epsilon$
and also its uniformly continuous on $E$, this imply that
$|f(p_n)- f(p_m)| $ also has the $\delta$ such as $|f(pn)- f(pm)| < \delta$
then this can attribute to say that
{${f(x_n)}$} is the Cauchy sequence
please take a look my proof and correct it
You have the right idea, but you need to be precise with using definitions and demonstrating the required properties.
You also need to be consistent with your notation: why do you switch from $X_n$ to $p_n$?
You should also avoid using the word "its" unless it's very clear what you are referring to.
State what you will prove at the beginning of your proof.
Proof:
Choose any $\epsilon > 0$. We will show that there exists $N>0$ such that if $m,n>N$ then $|f(x_m) - f(x_n)| < \epsilon$.
Given any $\delta > 0$, Since $\{x_n\}$ is a Cauchy sequence, there exists $N$ so that $n,m>N$ implies $$ |x_n - x_m| < \delta. $$
Since f is uniformly continuous on $E$, given any $\epsilon > 0$ there exists $\delta > 0$ so that $$ |x-y| < \delta $$ implies $$ |f(x) - f(y)| < \epsilon. $$
So, if $m,n > N$, then we have $|x_m - x_n| < \delta$ which implies $|f(x_m) - f(x_n)| < \epsilon$.