The Real Line — Worked Problems
Completeness, sequences, series and limits: eleven exam-style problems solved in full, a one-page reference, and a six-problem self-test.
To keep this as a PDF: press Ctrl+P (Cmd+P on a Mac) and choose “Save as PDF”. The page is styled to print cleanly, with the navigation removed.
What this book adds
The free chapters on this topic teach the ideas and the traps. This is the companion problem set: eleven questions at the length and difficulty CSIR NET actually sets, each solved completely rather than sketched — followed by a compressed reference sheet and six problems for you to check yourself against, answers only.
Work them in order. Several later solutions reuse a result from an earlier one, the way an exam paper itself rewards having done the easy part first.
Quick reference
Supremum. iff is an upper bound and, for every , some has . Not necessarily attained.
Archimedean property. For every there is with .
The implication chain. convergent Cauchy bounded has a convergent subsequence. Only Cauchy convergent needs completeness; none of the arrows reverse without it.
Monotone convergence. Increasing and bounded above converges, to the supremum. Prove monotone, prove bounded, then solve — never before.
limsup / liminf. , the largest subsequential limit. always; equality (and finite) iff the sequence converges. Subadditive only: , with equality restored the moment one of the two sequences converges.
Choosing a series test, in order: diverges, free. Shape or geometric comparison ( converges iff ). Factorials or ratio. -th powers root (strictly stronger than ratio). Ratio Raabe: , converges for , diverges for . Logs, terms decreasing Cauchy condensation: and share a fate. Alternating Leibniz, then check separately for absolute convergence.
Worked problems
1. A nested family of open intervals whose intersection is closed
Problem. For , let . Find and .
Solution.
The family is nested and decreasing: increases toward and decreases toward as grows, so .
For a decreasing nested family the union is simply the first, largest set:
The intersection needs more care. First, : for every , and , so both endpoints of lie in every , and so does everything between them.
Now take any , say with .
By the Archimedean property there is with , i.e. , so and .
So no point below survives every ; the symmetric argument disposes of every . Hence
Every is open, and their intersection is closed. This is not a contradiction — only a finite intersection of open sets is guaranteed open; an infinite one need not be, and this is the standard example examiners reach for when a statement quietly drops the word "finite."
2. A supremum that is attained and an infimum that is not, in the same set
Problem. Let . Find and , and say whether each is attained.
Solution.
Split on parity.
For even : , which is largest at the smallest even , namely , giving ; it decreases toward (never reaching it) as grows.
For odd : , largest at , giving ; it decreases toward (never reaching it) as grows.
Comparing the two tracks: the largest value overall is , attained at , so , attained.
The smallest values come from the odd track, which descends toward without ever reaching it (equality would need ), so , not attained.
The point of pairing these in one set: there is no rule that a set's sup and inf are either both attained or both not — each is decided separately, by its own track.
3. Density of in , from the Archimedean property
Problem. Prove that for any reals , there is a rational number with .
Solution.
Since , the Archimedean property gives with , i.e. .
Let be the smallest integer with . Such an exists: apply the Archimedean property to to get some integer above it, then take the least one — a non-empty set of integers bounded below has a least element.
Minimality of gives , i.e. .
Now put .
From : .
From : .
So with — the rationals are dense in only because the reals fill every gap densely enough to make this construction land inside no matter how short it is.
4. A recursively defined sequence, proved monotone and bounded, limit found last
Problem. Define and for . Show converges, and find its limit.
Solution.
First, for every .
This is immediate from AM–GM: for any , , so for , and as well.
Next, is decreasing from onward:
Since , , so the numerator is and .
So is decreasing and bounded below by : by the monotone convergence theorem it converges. Call the limit .
Only now, with existence established, take the limit of both sides of the recursion:
Since every , , so .
This is Newton's method for starting from ; it is also why the sequence converges so fast — already agrees with to five decimal places.
5. Proving a sequence is Cauchy directly, without assuming a limit exists
Problem. Let . Prove is Cauchy.
Solution.
Take . Then
the middle sum telescoping to just its first and last pieces, and the inequality holding for every .
Given , the Archimedean property gives with .
Then for all : . So is Cauchy.
This is where completeness earns its keep — Cauchy in means convergent, with no need to name the limit. (It happens to be , which is a separate, much harder fact.)
The technique — bound the tail by a telescoping sum — is the standard route to proving a sequence of partial sums is Cauchy directly, and it works whenever the terms are eventually dominated by or .
6. One sequence, four questions and both limits
Problem. Let . Determine whether is (i) bounded, (ii) Cauchy, (iii) convergent, (iv) has a convergent subsequence — and compute and .
Solution.
Split on parity again, since is exactly the kind of factor that makes this the right move.
Even : . Odd : .
(i) Bounded. for every , so yes.
(iv) Convergent subsequence. Yes — in fact two: the even-indexed terms converge to and the odd-indexed terms converge to .
(iii) Convergent. No. A sequence with two distinct subsequential limits cannot converge — if it did, every subsequence would converge to that same limit.
(ii) Cauchy. No, for the same reason: in , Cauchy and convergent coincide, and this sequence is not convergent.
limsup and liminf. The subsequential limits are exactly and , and there are no others, so and — consistent with , which must hold given the sequence does not converge.
This is the shape almost every "decide everything about this sequence" question takes: find the tracks, read every answer off them, and the limsup/liminf question is not a fifth calculation but the same two numbers already found in part (iv).
7. limsup and liminf from residue-class tracks
Problem. Compute and for .
Solution.
depends only on , cycling through six values:
The added shifts every track down toward its limiting value without changing which values are largest and smallest.
Along : .
Along : .
No other residue class reaches outside in the limit, so these two are the extreme subsequential limits:
This is the general method for any sequence built from a periodic piece plus a term tending to : reduce to residue classes mod the period, take each track to its limit, and read off the largest and smallest.
8. When does subadditivity become equality?
Problem. Prove: if (a genuine limit, not just bounded) and is any bounded sequence, then .
Solution.
Let and fix . Since , there is with for all .
Upper bound. For :
Letting on both sides gives .
Lower bound. Symmetrically, for gives for , so .
Both bounds hold for every , so .
Why this does not contradict sometimes being strict, as in against : that example has neither sequence converging.
The moment one side is forced to a genuine limit, it can no longer be out of phase with the other, and the inequality tightens to equality. Strictness is entirely a phase effect between two oscillating sequences — remove the oscillation from one side and it is gone.
9. Raabe's test, on a series the ratio test cannot settle
Problem. Determine whether converges.
Solution.
Let . The ratio:
Inconclusive — exactly the signal to reach for Raabe. Its reciprocal:
So
, so the series diverges.
This matches the asymptotic from Stirling's formula — a comparison, well under the threshold — but Raabe reaches the same conclusion without needing Stirling at all, which is the actual point of having the test.
10. Cauchy condensation, worked in general rather than by example
Problem. For and , decide for which the series converges.
Solution.
The terms are positive and decreasing, since both and increase — so Cauchy condensation applies: converges iff converges.
Compute:
Dropping the constant , this is a -series in , which converges iff . So
In particular () diverges and () converges — the specific pair the exam likes to set side by side is just this general result at two values of , not two facts to memorise separately.
11. Absolute versus conditional, reusing Problem 10
Problem. Determine whether converges absolutely, converges conditionally, or diverges.
Solution.
Absolute values give , which is exactly Problem 10 at — divergent. So the series is not absolutely convergent.
For convergence itself, apply Leibniz to : it is positive, decreasing for (as argued in Problem 10), and . So the alternating series converges.
Convergent, not absolutely convergent: conditionally convergent.
And because it is only conditionally convergent, Riemann's rearrangement theorem applies to it — reordering its terms can be made to sum to any real number at all, or to diverge, which is not true of Problem 5's series (that one converges absolutely, so every rearrangement sums to the same value).
Practice — check yourself
Answers only — the point is to test whether the methods above transfer, not to read another eleven solutions.
- Find and , and say whether each is attained, for .
- Is Cauchy?
- Compute and for .
- Does converge? (Ratio test.)
- Is absolutely convergent, conditionally convergent, or divergent?
- For , find .
Work them before reading on — the answers are right below.
Answers
- (attained, it is the isolated point); (attained, at ).
- No — the even and odd subsequences converge to and respectively, so the sequence does not converge, hence is not Cauchy.
- , (the term is squeezed to and does not move either extreme).
- Converges: .
- Conditionally convergent: is a series and diverges, but the alternating series itself converges by Leibniz.
- — the tail supremum of a decreasing sequence is its first term, so .