Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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 map x(x+2/x)/2x \mapsto (x + 2/x)/2 is a contraction of [1,2][1,2] with fixed point 2\sqrt{2}, and the a priori bound gives the error after nn steps

Example

Let X:=[1,2]RX := [1,2] \subseteq \mathbb{R} (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) with the metric d(x,y)=xyd(x,y) = |x-y| inherited from R\mathbb{R} (The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded, Isometry, isometric embedding, and the subspace metric on a subset), and define

f(x)  :=  x+2/x2  =  x2+1x.f(x) \;:=\; \frac{x + 2/x}{2} \;=\; \frac{x}{2} + \frac{1}{x} .

Then:

  1. (X,d)(X,d) is a nonempty complete metric space (Complete metric space: every Cauchy sequence converges in the space).
  2. ff maps XX into XX.
  3. ff is a contraction with constant q=1/2q = 1/2 (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction).
  4. ff has exactly one fixed point in XX, namely 2\sqrt{2} (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}), and the iterates xn+1=f(xn)x_{n+1} = f(x_n) converge to it from every starting point x0Xx_0 \in X (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point).
  5. Starting from x0=1x_0 = 1 one has x1=3/2x_1 = 3/2 and d(x1,x0)=1/2d(x_1,x_0) = 1/2, so the a priori bound of The a priori bound d(x,xn)qnd(x1,x0)/(1q)d(x^{*}, x_n) \le q^n d(x_1,x_0)/(1-q) and the a posteriori bound d(x,xn+1)qd(xn+1,xn)/(1q)d(x^{*}, x_{n+1}) \le q\,d(x_{n+1},x_n)/(1-q) reads 2xn    (1/2)n(1/2)11/2  =  (12)n,\big|\sqrt{2} - x_n\big| \;\le\; \frac{(1/2)^n \cdot (1/2)}{1 - 1/2} \;=\; \Big(\tfrac{1}{2}\Big)^{n}, and the a posteriori bound reads 2xn+1xn+1xn\big|\sqrt{2} - x_{n+1}\big| \le |x_{n+1} - x_n|.

Facts & Assumptions

Given: The interval X=[1,2]X = [1,2] with the metric inherited from R\mathbb{R}, and f(x)=x/2+1/xf(x) = x/2 + 1/x for xXx \in X; reals x,yXx, y \in X.

[L3]

Every a0a \ge 0 has a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt a)^2 = a, and ab=ab\sqrt{a}\sqrt{b} = \sqrt{ab} for a,b0a,b \ge 0, since both sides are nonnegative with the same square (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}, Integer powers ama^m).

[L4]

For a,b0a,b \ge 0: aba \le b if and only if a2b2a^2 \le b^2 (Squaring is monotone on the nonnegatives); and squares are nonnegative (Squares of nonzero elements are positive).

[L5]

Positivity of inverses, reversal of order under reciprocation, and multiplication of inequalities by positives (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

Verification

technique · direct
1.1

XX is nonempty, since 1X1 \in X; and XX is sequentially closed in R\mathbb{R}, since a sequence in XX converging to a real pp has 1xk21 \le x_k \le 2 for every kk and hence 1p21 \le p \le 2. So XX is closed in R\mathbb{R}, and R\mathbb{R} is complete, so (X,d)(X,d) is a nonempty complete metric space: claim 1.

L1L2
1.2

2\sqrt{2} lies in XX: 12=121^2 = 1 \le 2 and 22=422^2 = 4 \ge 2, so 1221 \le \sqrt 2 \le 2.

L3L4
1.3

For xXx \in X one has x1>0x \ge 1 > 0, so f(x)f(x) is defined, and (x2/x)20\big(\sqrt{x} - \sqrt{2/x}\big)^2 \ge 0 expands to x+2/x2x2/x=22x + 2/x \ge 2\sqrt{x}\sqrt{2/x} = 2\sqrt{2}; hence f(x)21f(x) \ge \sqrt 2 \ge 1.

L3L4L5
1.4

For x,yXx,y \in X: f(x)f(y)=xy2+(1x1y)=xy2+yxxy=(xy)(121xy)f(x) - f(y) = \frac{x-y}{2} + \Big(\frac{1}{x} - \frac{1}{y}\Big) = \frac{x-y}{2} + \frac{y-x}{xy} = (x-y)\Big(\frac{1}{2} - \frac{1}{xy}\Big).

L5
2.1

Also 1x21 \le x \le 2 gives x/21x/2 \le 1 and 1/x11/x \le 1, so f(x)2f(x) \le 2; with step 1.3 this puts f(x)[1,2]=Xf(x) \in [1,2] = X, which is claim 2.

step 1.2step 1.3L5
2.2

Since 1x,y21 \le x,y \le 2 we have 1xy41 \le xy \le 4, hence 1/41/(xy)11/4 \le 1/(xy) \le 1 and therefore 1/21/21/(xy)1/4-1/2 \le 1/2 - 1/(xy) \le 1/4, so 1/21/(xy)1/2\big|1/2 - 1/(xy)\big| \le 1/2.

step 1.4L5
3.1

Consequently d(f(x),f(y))=xy1/21/(xy)12xy=12d(x,y)d(f(x),f(y)) = |x-y| \cdot \big|1/2 - 1/(xy)\big| \le \tfrac12 |x-y| = \tfrac12 d(x,y), so ff is a contraction with constant q=1/2q = 1/2: claim 3.

step 1.4step 2.2L1L6
4.1

By claims 1 to 3 and Banach's theorem, ff has exactly one fixed point in XX and the iterates converge to it from every starting point.

step 1.1step 2.1step 3.1L6
5.1

For xXx \in X: f(x)=xf(x) = x is equivalent to x/2+1/x=xx/2 + 1/x = x, hence to 1/x=x/21/x = x/2, hence to x2=2x^2 = 2; since x>0x > 0 this holds exactly for x=2x = \sqrt 2, which lies in XX by step 1.2. So the fixed point is 2\sqrt 2: claim 4.

step 1.2step 4.1L3L4L5
6.1

Taking x0=1x_0 = 1 gives x1=f(1)=1/2+1=3/2x_1 = f(1) = 1/2 + 1 = 3/2 and d(x1,x0)=1/2d(x_1,x_0) = 1/2; the a priori bound with q=1/2q = 1/2 therefore reads 2xn(1/2)n(1/2)/(11/2)=(1/2)n\big|\sqrt 2 - x_n\big| \le (1/2)^n (1/2)/(1 - 1/2) = (1/2)^n, and the a posteriori bound reads 2xn+1(1/2)xn+1xn/(11/2)=xn+1xn\big|\sqrt 2 - x_{n+1}\big| \le (1/2)|x_{n+1}-x_n|/(1-1/2) = |x_{n+1}-x_n|: claim 5.

step 3.1step 5.1L6

Remarks

  • No derivative is used anywhere. The contraction constant comes from the algebraic identity of step 1.4, f(x)f(y)=(xy)(1/21/(xy))f(x) - f(y) = (x-y)\big(1/2 - 1/(xy)\big), and from the bound 1xy41 \le xy \le 4 that the interval supplies. This matters here: the mean value theorem, which is how this estimate is usually obtained, belongs to a later page of this library and is not available at this point.
  • The lower endpoint is what makes the estimate close. The bound 1/21/(xy)1/2|1/2 - 1/(xy)| \le 1/2 of step 2.2 needs xy1xy \ge 1, and that is exactly what x,y1x, y \ge 1 supplies; on a set of small positive reals the factor 1/(xy)1/(xy) is large and the same computation gives nothing. The self-mapping property uses both endpoints: step 1.3 gives the lower bound 2\sqrt 2 and step 2.1 the upper bound 22.
  • What the bounds say numerically. From x0=1x_0 = 1 the a priori bound guarantees 2xn2n|\sqrt 2 - x_n| \le 2^{-n}, so ten steps give an error at most 2102^{-10}. This is a guarantee, not the truth: the iteration is Newton's method for x22x^2 - 2, and it converges far faster than the bound admits. The a posteriori bound of claim 5, which costs one subtraction, is what a computation would actually report.
  • The restriction to [1,2][1,2] is convenience, not necessity. On [1,)[1,\infty) one still has x,y1x,y \ge 1, hence 0<1/(xy)10 < 1/(xy) \le 1 and 1/21/(xy)1/2|1/2 - 1/(xy)| \le 1/2, so the same computation makes ff a contraction with the same constant there, and step 1.3 already shows ff maps [1,)[1,\infty) into itself. The shorter interval is used only to keep the arithmetic of step 2.2 explicit.

Depends on

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: 147 results over 30 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