This is a concrete follow up to this question.
I am an adult software developer who is trying to do a math reboot. I am working through the exercises in the following book.
Ayres, Frank , Jr. and Elliott Mendelson. 2013. Schaum's Outlines Calculus Sixth Edition (1,105 fully solved problems, 30 problem-solving videos online). New York: McGraw Hill. ISBN 978-0-07-179553-1.
The above book does not give an example of solving a question exactly like the following.
Chapter 7 Limits, problem 24.
Use the precise definition to prove:
$$ \text{b) }\lim_{x \to 1} \frac{x}{x-1} = \infty \\ $$
Notes.
Unsigned infinity is defined as such: as $x$ approaches $a$, $|f(x)|$ eventually becomes greater than any preassigned positive number. Hence $\lim_{x \to a} f(x) = \infty$ if and only if $\lim_{x \to a} |f(x)| = +\infty$.
The precise definition of a limit is defined as such: $\lim_{x \to a} f(x) = +\infty$ if and only if, for any positive number $M$, there exists a positive number $\delta$ such that, whenever $0<|x−a|<\delta$, then $f(x)>M$. The definition for $\lim_{x \to a} f(x) = −\infty$ is similar.
My attempt.
Does this work as a proof? I am not convinced this is complete.
Let $0 < M$ be given. Let $0 < \delta = \min\big(1, \frac{1}{|M-1|}\big)$. Suppose $x < 1$ and $0 < |x-1| < \delta$. Then $|x-1| < \frac{1}{|M-1|} < 1$. Hence $|M-1| < \frac{1}{|x-1|}$ or $M < \big|\frac{x}{x-1}\big|$.
Note that we have
$$\lim_{x \to 1^+} \frac{x}{x-1} = +\infty \neq \lim_{x \to 1^-} \frac{x}{x-1} = -\infty $$
For the proof we can set $x-1=y\to 0$ and then
$$\lim_{x \to 1} \frac{x}{x-1} =\lim_{y \to 0} \frac{y+1}{y} =\lim_{y \to 0} 1+\frac{1}{y}$$
and then reduce to prove that
$$\lim_{y \to 0} \frac{1}{y}=\infty$$