Possible Duplicate:
How to link an equation in LaTeX
I have the following mathematical statement:
\begin{equation}
\forall_{\epsilon > 0} \exists_{N_2} \text{ such that } n>N_2 \implies |m_n^- - 0| < \dfrac{\epsilon}{2}
\end{equation}
Suppose this statement is labeled (1) by \begin{equation}. How can I quickly reference this without typing "(1)"? I would like to say something in my proof like: by (1) this is true.
Is there a way to label and then reference these labels?

hyperreffor now. – hpesoj626 Dec 10 '12 at 06:27