Suppose $\left\{b_{n}\right\}$ is a sequence of real numbers which converges to $M$, so that $b_{n} \neq 0$ for each $n$, and $M \neq 0$. Prove that the sequence $\{ \frac{1}{b_n} \}$ converges to $\frac 1M$ by using the following steps:
(a) Prove that there is a $\delta > 0$ so that $| b_{n} | \geq \delta$ for all $n$. (Hint: consider $\epsilon = \frac{|M|}{2}$.)
(b). Prove that $\frac{1}{| b_n M |} < \frac{2}{\delta | M |}$.
(c). Prove that $\{ \frac{1}{b_n} \}$ converges to $\frac{1}{M}$. (Hint: use the fact that $| \frac{1}{b_n} - \frac{1}{M} | = 1/\left\vert b_{n}M\right\vert\left\vert b_{n} - M\right\vert$.
For part (a): First we prove that ${|b_n|}$ converges to $|M|$. Second we explicitly show that a $\delta$ > 0 with $| b_{n} | \geq \delta$ for all $n$.
Let $\epsilon > 0$. Since the sequence $\left\{b_{n}\right\}$ converges to $M$, there is an $N$ is an element of the set of real numbers, so that if $n$ belongs to the set of natural numbers $n$> $N$ then $|b_n - M|$ < $\epsilon$. Suppose that $n$ is in the set of natural numbers and $n$ > $N$. Then by the triangle inequality, we have $||b_n| - |M||\leq \ |b_n - M|$ < $\epsilon$. Thus, the sequence ${|b_n|}$ converges to $|M|$.
For the second part, we let $\delta = \frac{|M|}{2}$. Applying the definition of convergence with $\epsilon = \frac{|M|}{2}$ gives us an $N$ which belongs to a set of reals, so that if $n$ belongs to the set of natural numbers and $n$ > $N$ then $||bn| - |M||< |M|/2$. Then, if $n \gt N$ we have $-|M|/2 \lt bn \lt |M|/2$. Adding $|M|$ gives $|M|/2 \lt b_n \lt M + |M|/2$. In particular, if $n \gt N$, then $|b_n| \gt |M|/2 = \delta$ .
For part (b): $\frac{1}{| b_n M |}$ = $\frac{1}{| b_n| |M| }$ > $\frac{1}{\delta |M| }$ < $\frac{2}{\delta |M|}$ (since $\frac{1}{|M|}$ < $\frac{2}{|M|}$).
For part (c): Since the sequence $\left\{b_{n}\right\}$ converges to $M$ ≠ 0, by part a) there is an $N_0$ in $R$ (the set of real numbers) and $\delta$ > 0 so that if $n$ belongs to the set of natural numbers and $n$ > $N$ then $| b_{n} | \geq \delta$. Then if $n$ > $N_0$, $\frac{1}{|b_{n}|}$ < $\frac{1}{\delta}$. Let $\epsilon$ > 0. Since sequence $\left\{b_{n}\right\}$ converges to $M$, there is an $|N_b|$ in $R$ so that if n belongs to the set of natural numbers and $n$ > $N_b$ then $|b_n - M|$ < $\epsilon$ $\delta$ $|M|$. let $N$ = max($N_0$, $N_b$). Suppose that $n$ belongs to the set of naturals and $n$ > $N$. Then $| \frac{1}{b_n} - \frac{1}{M} | = 1/\left\vert b_{n}M\right\vert\left\vert b_{n} - M\right\vert$ = $\frac{|b_n - M|}{|b_n| |M|}$ < $\frac{\epsilon\delta |M|}{|b_n| |M|}$ = $\epsilon$. Hence, $\{ \frac{1}{b_n} \}$ converges to $\frac{1}{M}$.
So what you guys think about my proof?
I don't know if it is by accident or by error, but you seem to have mixed at least $b_n$ and $b_n- M$ a few times. How about this approach for the first part: $|M|\le |b_n|+|M-b_n|$ by the triangle inequality. As you noted, $|M-b_n|<\frac12|M|$ for almost all $n$, hence $|b_n|\ge |M|-|M-b_n|>(1-\frac12)|M|$ for almost all $n$.