How do you prove this using the epsilon-delta definition? I'm unsure of using the min = { } function.
$\lim \limits_{x \to \infty}\frac{2x+1}{1-x}$
These are my steps:
$ |f(x) - L| < \epsilon => |\frac{2x+1}{1-x} +2|< \epsilon $
$ \qquad \qquad \; \; \; \; \; =>|\frac{3}{1-x} | < \epsilon $
$ \qquad \qquad \; \; \; \; \; =>|\frac{-3}{x-1} | < \epsilon$
$ \qquad \qquad \; \; \; \; \; =>|-3||\frac{1}{x-1} | < \epsilon$
$ \qquad \qquad \; \; \; \; \; =>|\frac{1}{x-1} | < \frac{\epsilon}{3}$
$ \qquad \qquad \; \; \; \; \; =>|{x-1} | < \frac{\epsilon |x-1|}{3}$
How do I continue from here?
A few pointers:
EDIT: Regarding the solution you posted as an answer, it's definitely looking better, though I have a couple more pointers: