I'm learning Silverman's "Modern calculus and analytic geometry", on page 166 example 2, there is a proof of $$\lim_{x \to 1}\frac{1}{x^2-1}=\infty$$ The original text is:
The function $$f(x)=\frac{1}{x^2-1} \qquad(x\neq \pm 1)$$ approaches $\infty$ as $x\to 1$. In fact, given any M>0, choose $\delta = \min \{1/3M, 1\}$. Then $0<|x-1|<\delta$ implies $1<|x+1|<3$ and (...)
(If needed, I will copy the whole example here.)
My silly first question is does the "1/3M" in "$\min\{1/3M, 1\}$" means $\frac {M}{3}$ or $\frac{1}{3M}$ ?
And since I won't expect to figure out where the set {1/3M, 1} come from in the next hours, I will be very glad if you tell me.
I believe it means $\frac{1}{3M}$.
You're trying to show that for every $M>0$, there is a $\delta>0$ such that if $|x-1|<\delta$, then $\frac{1}{x^2-1}>M$. Notice that by the Triangle Inequality, $x<1+\delta$. Substituting and expanding we get $$|\frac{1}{x^2-1}|=\frac{1}{|x-1||x+1|}>\frac{1}{\delta|x+1|}>\frac{1}{\delta|(1+\delta)+1|}=\frac{1}{\delta(2+\delta)}>\frac{1}{3\delta}=\frac{1}{3\,(1/(3M))}=M.$$ Therefore $\lim_{x\to1}|\frac{1}{x^2-1}|=+\infty$. As @Arthur pointed out this only works for the absolute value of the function, so this is only a partial answer (though it does prove it is unbounded above).