This from Rudin's Principle's of Mathematical Analysis
- I'm having trouble getting an intuitive picture of this proof. Can you please show me how Rudin gets to the inequality $|s_n -s|< \frac{1}{2} |s|^2 \epsilon$ algebraically? And also a description (I don't expect you draw it out, it's fine) of what this would look like in a pictorial?? I'm guessing it has something to do with the two triangles in the third one. Also point out if I interpreted the picture wrong in any way. Thanks in advance! This sites a life saver.



This is a typical slick Rudin proof. The crucial algebra is, of course, putting things over a common denominator. $$\left|\frac 1{s_n} - \frac 1s\right| = \left|\frac{s-s_n}{s_ns}\right| = \frac{|s_n-s|}{|s_n||s|}.\quad (\star)$$ We know that $s_n\to s$, but how small must we make $|s_n-s|$ in order to make ($\star$) smaller than $\epsilon$? (This is the usual game in analysis.) We want to keep $|s_n|$ from getting too small (which would make $1/|s_n|$ very large), so Rudin first requires $|s_n-s|<|s|/2$ (we have $m\in\Bbb N$ so that this holds for $n\ge m$) in order to guarantee that $|s_n|>|s|/2$. Thus, whenever $n\ge m$, we'll have $$\left|\frac 1{s_n} - \frac 1s\right|<\frac{|s_n-s|}{|s|^2/2} = \frac 2{s^2}|s_n-s|.$$
Now, given any $\eta>0$, there is $N\in\Bbb N$ (depending on $\eta$, of course) so that $|s_n-s|<\eta$ whenever $n\ge N$. This will make $$\left|\frac 1{s_n} - \frac 1s\right|<\frac2{s^2}\eta.$$ Our ultimate goal is to have ($\star$) less than $\epsilon$, so how should we choose $\eta$ to guarantee $\frac2{s^2}\eta\le\epsilon$. One obvious choice, then, is to use $\eta = \frac{s^2}2\epsilon$. Finally, choosing $n\ge\max(m,N)$ will meet our desired goal.
By the way, I applaud your drawing pictures. Keep it up. I don't think it helps too much on this particular proof, but keep it up!