Let $A \subseteq \mathbb{R}^n$, let $f:A \rightarrow \mathbb{R}^m$, and let $c$ be a limit point of $A$. $L$ and $L'$ are both limits of $f$ as $x$ approaches $c$. Show $L=L'$.
My attempt:
$\lim\limits_{x \to c}f(x)=L$ and $\lim\limits_{x \to c}f(x)=L'$. Therefore: For any $\epsilon >0$, we can find a $\delta_1,\delta_2 >0$ such that if:
$$0<|x-c|< \delta_1 \text{ and } 0<|x-c|< \delta_2$$ then $$0<|f(x)-L|<\epsilon \text{ and } 0<|f(x)-L'|<\epsilon$$.
Not sure where to go from here...