How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
The Babylonian sequence , decreases to
Example
Let be given by
Then is strictly decreasing, every term satisfies , and
This is the Babylonian, or Heron, iteration for the square root, and it is the standard illustration of A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum: monotone plus bounded delivers a limit, and the recursion then identifies the limit, because the limit must be a fixed point of the map that produced the sequence.
Indexing. Sequences in this library are functions on , which starts at (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The family above, indexed from , is realised as for the sequence with and , and the verification below works with . The shift changes nothing: convergence and monotonicity read the same under it (Convergence depends only on the tail).
Facts & Assumptions
Given: The set , the element , and the function with , which does land in because gives and hence ; by the recursion theorem (The recursion theorem) the unique with and . We write for , so and .
Recursion theorem (The recursion theorem) and the induction principle (The principle of mathematical induction).
Square roots: every has a unique with ; in particular (Square roots exist: a unique with ; the positives are , Integer powers ).
Powers and order: for , exactly when (Monotonicity of and of ).
A nonzero square is positive: gives (Squares of nonzero elements are positive).
Order and arithmetic: , hence and ; sums of positives are positive; adding a constant preserves the order; a positive has a positive inverse, and a quotient of positives is positive (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Inverses of positives are positive, and reciprocation reverses order, Ordered field, Complete ordered field (least-upper-bound property)).
Monotone sequences, with consecutive comparisons sufficing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences), and boundedness below of a subset of (Lower bound, bounded below, bounded set).
Monotone convergence: a nonincreasing sequence whose range is bounded below converges, to the infimum of its range (A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum, Limits and Cauchy sequences of reals).
Algebra of limits, including the quotient case when the denominators and the limit are nonzero (Algebra of limits: sums, scalar multiples, products and quotients); limits preserve non-strict inequalities (Limits preserve non-strict inequalities); a sequence and its tails have the same limits (Convergence depends only on the tail); limits are unique (A sequence has at most one limit).
Verification
Every term is positive, since takes values in by construction.
By induction, for every . Base: . Step: assuming , the identity holds by field arithmetic, and its right-hand side is the square of a nonzero element, since and , hence is .
Every term satisfies : both and are , and .
The sequence is strictly decreasing: , since the numerator is positive by step 1.2 and the denominator by step 1.1; consecutive comparisons then give strict decrease, hence also that is nonincreasing.
The range of is bounded below by , so by monotone convergence converges; write for its limit.
: the inequality holds at every index, so it passes to the limit in its non-strict form. In particular , since by and .
By the algebra of limits, using for every and , the sequence converges to .
The sequence is the first tail of , so it also converges to ; and it is the same sequence as in step 5.1, by the recursion clause.
By uniqueness of limits, , hence , hence and .
Since and , uniqueness of the nonnegative square root gives . So , and with it , is strictly decreasing, stays above , and converges to .
Remarks
-
The identification of the limit is the interesting half. Monotone convergence produces but says only that it is the infimum of the range, which is not a usable description. Passing to the limit in the recursion turns the description into an equation, , and that equation has exactly one nonnegative solution. The step that makes this legitimate is Convergence depends only on the tail: the shifted sequence has the same limit as , so the two sides of the recursion may be compared in the limit.
-
The hypothesis is not free. The quotient case of Algebra of limits: sums, scalar multiples, products and quotients requires it, and it is supplied by step 4.1, not assumed. Had the sequence been allowed to approach the argument would break exactly there, and this is the usual place where a proof of this example is incomplete.
-
Convergence is very fast, though nothing above uses that. The identity in step 1.2 also gives , so the error is squared at each step: the iteration is Newton's method applied to . The contractive estimate of Every contractive sequence is Cauchy, hence converges, with error bound for would give only geometric decay, so it is a weaker tool here, and the monotone route is both shorter and sharper.
-
Nothing in the argument is special to . The same proof with replaced by any , starting from any with , converges to . The starting value is chosen because makes the base case of step 1.2 immediate.
Depends on
- A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum
- Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences
- Square roots exist: a unique $\sqrt{a} \ge 0$ with $(\sqrt{a})^2 = a$; the positives are $\{x^2 : x \neq 0\}$
- Algebra of limits: sums, scalar multiples, products and quotients
- A sequence has at most one limit
- The principle of mathematical induction
- Monotonicity of $x \mapsto x^n$ and of $n \mapsto a^n$
- Limits preserve non-strict inequalities
- Convergence depends only on the tail
- The recursion theorem
- Sequences of reals: bounded, eventually, frequently, tails, subsequences
- Limits and Cauchy sequences of reals
- Integer powers $a^m$
- Lower bound, bounded below, bounded set
- Squares of nonzero elements are positive
- Inverses of positives are positive, and reciprocation reverses order
- The multiplicative identity is positive
- Order is preserved by adding a constant and by adding inequalities
- Complete ordered field (least-upper-bound property)
- Ordered field
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 94 results over 26 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Methods of computing square roots (Wikipedia) (standard reference, not scraped)
- Square root of 2 (Wikipedia) (standard reference, not scraped)
- T. Tao, Analysis I, 3rd ed., §6.3 (recursive sequences and their limits) (standard reference, not scraped)
- J. Lebl, Basic Analysis I, §2.2 (standard reference, not scraped)