Let $f:X \rightarrow Y$ uniformly continuous. if $A$ is bounded in $X$ the $f(A)$ is bounded in $Y$
I said it is true because:
Let A is bounded in X then exists $ k> 0 $ such that $d_{X}(x,y)\leq k$ for all $x,y \in A$. Let $\epsilon>0 $ then exists $\delta_{1}>0$ such that $d_{X}(a,b)<\delta_{1}$ then $d_{Y}(f(a),f(b))<\epsilon$ for all $a,b \in X$, so take $\delta=min\{k, \delta_{1}\}$. Now, let $v,w \in f(A)$ then exists $x_{1}$, $x_{2}$ $\in A \subseteq X$ such that $f(x_{1})=v$ and $f(x_2)=w$; then for $d_{X}(x_1,x_2)<\delta$ then $d_{Y}(v,w)=d_{Y}(f(x_1),f(x_2))<\epsilon$ for all $u,v \in f(A)$. So, $f(A)$ is bounded in $Y$
I want to confirm if it's correct what I did.