I'm studying some proofs in a book from the library and unlike my own book, it doesn't prove by showing that a certain expression is striclty less than $\varepsilon$ (given an appropiate $\delta$ and $\vert x-a\vert < \delta$, etc). Instead, it shows that it's less than some expression involving $\varepsilon$.
E.g. Given $\varepsilon > 0$, we can pick a $\delta > 0$ so $|f(x) - g(a)| < \text{insert stuff} < k \cdot \varepsilon$ when $|x-a| < \delta$, and thus $f(x) - g(a) \to 0 $ when $x \rightarrow a$.
How does this make sense formally? (Intuitively, I am convinced.)
I don't have much experience with $\varepsilon$-$\delta$ -proofs, so I might be missing something obvious.
To make sense of this formally we do this: You know that when $0<\vert x-a\vert< \delta$, we have $\vert f(x)-g(a)\vert <k \varepsilon$. Now we simply say that $\varepsilon'=\varepsilon \cdot k$.
Now we can say that for every $\varepsilon '>0$ there is a $ \delta<0$, such that ...etc. This is the formal definition of a limit as you know it, which proves the equality of the statements.