Primary Tool
Proof Builder
This layout keeps the contradiction argument readable from start to finish. You can see the choice of , the two index bounds, and the final inequality as separate moves instead of one compressed paragraph.
What the theorem says
Suppose a sequence converges. The claim is that there is only one real number it can converge to.
This theorem matters because later definitions in analysis would be unstable if limits were not unique. The proof is one of the cleanest places to see how the formal limit definition forces a contradiction.
Why the contradiction works
Assume converges to both and with . The distance is then positive, so taking gives a concrete amount of separation.
Past a large enough index, the sequence must lie within of and within of at the same time. Triangle inequality then says is smaller than , which is impossible.
Common Pitfall
The contradiction is not about notation. It is that the same tail of the sequence would have to stay close to two different numbers that are a fixed positive distance apart.
Try a Variation
Try rewriting the same proof for limits of functions at a point. Which steps stay the same, and which parts need neighborhoods instead of indices?
Related Pages
Keep moving through the cluster
Epsilon-delta proof that
This proof is common because it shows the standard move in early analysis: factor the expression, then bound the extra factor by forcing into a smaller interval first.
Open proof →
What an epsilon-delta proof is actually controlling
An epsilon-delta proof is a control problem: keep close enough to a point so the function value stays inside a target band around the limit.
Open explanation →
Approximate a root with Newton's method and compare successive iterates
Newton's method is easier to trust when you can see the iteration table row by row. A spreadsheet makes the recurrence concrete instead of hiding it inside a single answer.
Open worked example →