farleyknight
- 143
- 0
Homework Statement
Prove that \lim_{x \to 1} \frac{x}{x - 1} = \infty
Homework Equations
The Attempt at a Solution
First 0 < |x - 1| < \delta implies \frac{x}{x - 1} > N, \forall N
Because the reals are dense, we can choose an n > 0 such that \frac{x}{x - 1} > \frac{n}{x - 1} > N
then \frac{n}{x - 1} > N
\frac{1}{x - 1} > \frac{N}{n}
x - 1 < \frac{n}{N}
So choose \delta = \frac{n}{N}
and 0 < |x - 1| < \delta holds
--------------------------------------------
My first question is of course, is this proof correct. Secondly, if it's not, my other question is, is choosing an n as I've done above, a legal operation? Could it be changed to make it a legal operation?
Thanks,
- Rob