Huaizhong R. answered 06/06/25
Ph.D. in Mathematical Statistics who taught Real Analysis in College
The correct formulation of this problem is: if a sequence (sn) has a non-zero limit M, then the sequence of reciprocals (sn-1) has limit M-1. Here is a proof by the so-called "ε-N" argument.
By definition, (sn) has limit M means ∀ε>0, ∃N∈N (N denotes the set of natural numbers) such that ∀n>N, |sn − M|<ε.
Our goal is to prove that ∀ε'>0, ∃N'∈N, such that for any n>N', |sn-1−M-1|<ε' (or a multiple of ε, say kε, where k is a finite positive number independent of n or ε). The key lies in the fact that M≠ 0. Without loss of generality, we may assume that M>0. Now for our given ε'>0, to ensure that |sn-1−M-1|<ε', we try to solve for n: |sn-1−M-1|<ε' is equivalent to |sn − M|/|snM|<ε'. It suffices to show that ε/|snM|<ε' or ε<|snM|ε'. The question now is how large |snM| can be. If we choose ε1=M/2, then for this particular ε1, there is an N1∈N, such that for any n>N1, |sn − M|<ε1=M/2. By a version of the triangle inequality, ||sn|− |M|| ≤ |sn − M| < M/2. Thus we can at least conclude that |sn| > M − M/2=M/2. it follows that |sn − M|/|snM|<ε/(M2/2). Notice that |sn − M|<ε in the numerator is achieved when n>N, whereas |snM|< M2/2 in the denominator is achieved when n>N1. So to achieve both, we need to have n>max(N, N1). Now we still can choose our ε when ε' is given. Since we want to have
|sn-1−M-1| = |sn − M|/|snM| < ε/(M2/2) can convert to |sn-1−M-1| < ε', it suffices to make ε/(M2/2) = ε', or ε = ε'(M2/2).
To summarize, for any ε'>0, let ε = ε'(M2/2), and ε1=M/2. Then there exists an N and an N1, for any n>N, |sn − M|< ε = ε'(M2/2), while for any n>N1, |sn| > M/2. Now let N'=max(N, N1). Then for any n>N', we have
|sn-1−M-1| = |sn − M|/|snM| < ε/(M2/2)=ε'(M2/2)/(M2/2) = ε'. By definition, (sn-1) has limit M-1, as desired.