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.