Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26
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.

n1/n→1

Statement

For a natural number n≥1 write ι(n):=n⋅1R for the canonical natural of R (Canonical naturals are positive and strictly increasing) and n1/n:=ι(n)1/n, n1/2:=ι(n)1/2 for its roots (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base). Then:

  1. 1  ≤  n1/n  ≤  1+2n1/2 for every natural n≥1;
  2. the sequence rk:=(k+1)1/(k+1), k∈N, converges to 1 (Limits and Cauchy sequences of reals).

The index range is not cosmetic. The expression n1/n is defined only for n≥1, since 1/n is not a rational number when n=0 (Rational powers ar of a positive base). Sequences in this library are functions on N and N contains 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences), so the statement of convergence is made about the shifted family rk=(k+1)1/(k+1), which is the classical family n1/n, n≥1, reindexed by n=k+1. Claim 1 is stated over the natural range n≥1 where the expression means something.

Facts & Assumptions

Given: For a natural m≥1 the canonical natural ι(m):=m⋅1R, extended by ι(0):=0; this extension keeps the additivity ι(m+m′)=ι(m)+ι(m′) of Canonical naturals are positive and strictly increasing, which for m or m′ equal to 0 reads ι(m)=ι(m)+0.

[L1]

Roots: for real a≥0 and natural n≥1 there is a unique real s≥0 with sn=a, written a1/n; it is >0 when a>0, and a1/1=a (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Integer powers am).

[L2]

Rational powers and monotonicity: a1/n is the rational power ar at r=1/n, and for rational t>0 one has at>1 whenever a>1; also (1/a)1/2=1/a1/2 for a>0 (Rational powers ar of a positive base, Monotonicity of r↦ar and of a↦ar, Laws of rational exponents).

[L3]

AM-GM: for a natural n≥1 and reals a0,…,an−1≥0, the geometric mean (∏j<naj)1/n is ≤ the arithmetic mean 1ι(n)∑j<naj (The arithmetic mean, geometric mean inequality).

[L4]

Finite sums and products: the empty sum is 0 and the empty product 1; sums and products split at any intermediate index; and ∑j<mλ=ι(m)λ for a constant λ (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L5]
[L6]

Canonical naturals: ι(m)>0 and ι(m) is invertible for m≥1, ι is strictly increasing, and ι(2)=2>1; the Archimedean property gives, for every real x, a natural p≥1 with x<ι(p) (Canonical naturals are positive and strictly increasing, Every complete ordered field is Archimedean).

[L7]

Order and reciprocals: 0<a<b gives 0<1/b<1/a; multiplying an inequality by a positive element preserves it; and inequalities may be added and translated (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication, Order is preserved by adding a constant and by adding inequalities).

[L8]

Squares: for a,b≥0 one has a<b if and only if a⋅a<b⋅b (Monotonicity of x↦xn and of n↦an, Integer powers am).

[L9]

Squeeze theorem, and the fact that a constant sequence converges to its value; to establish convergence it suffices to produce a threshold for every real ε>0 (The squeeze theorem, Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L10]

The order on N is total and ι respects it (Order on the natural numbers, ≤ is a linear order on N).

Proof

technique · direct
1.1

For a natural n≥1 the element ι(n) is positive and invertible, so ι(n)1/n and ι(n)1/2 exist and are positive.

givenL1L6
1.2

For every natural m one has ∏j<m1=1: the empty product is 1, and if ∏j<m1=1 then ∏j<m+11=(∏j<m1)⋅1=1, so this follows by induction on m.

givenL4L5
2.1

For n=1 one has ι(1)=1 and 11/1=1; for n≥2 one has ι(n)≥ι(2)=2>1 and 1/n is a positive rational, so ι(n)1/n>1. In either case n1/n≥1.

step 1.1L1L2L6L10
2.2

Let n≥2 and put u:=ι(n)1/2, so that u>0 and u⋅u=ι(n). Apply [L3] to the list of n nonnegative reals given by a0=a1=u and aj=1 for 2≤j<n, the latter range being empty when n=2. Splitting at index 2 gives ∏j<naj=(∏j<2aj)(∏j<n−2a2+j)=(u⋅u)⋅1=ι(n) by step 1.2, so the geometric mean is ι(n)1/n; and ∑j<naj=(∑j<2aj)+(∑j<n−21)=(u+u)+ι(n−2)=(u+u)+ι(n)−2, using additivity of ι and ι(2)=2, so the arithmetic mean is A=((u+u)+ι(n)−2)/ι(n)=1+((u+u)−2)/ι(n). Since (u+u)−2<u+u and ι(n)>0, and (u+u)/ι(n)=(u+u)/(u⋅u)=2/u, this gives ι(n)1/n≤A≤1+2/u=1+2/n1/2.

step 1.1step 1.2L1L3L4L6L7algebra
2.3

For n=1 the same bound holds trivially: 11/1=1≤1+2=1+2/11/2.

step 1.1L1L6L7
2.4

The sequence bk:=1+2/(k+1)1/2 converges to 1. Given a real ε>0, put t:=2/ε>0 and take a natural p≥1 with t⋅t<ι(p). For k≥p we have k+1>p, hence ι(k+1)>ι(p)>t⋅t, and since (ι(k+1)1/2)(ι(k+1)1/2)=ι(k+1) with both factors ≥0, this forces t<ι(k+1)1/2. Therefore 0<2/ι(k+1)1/2<2/t=ε, that is ∣bk−1∣<ε.

step 1.1L1L6L7L8L9L10algebra
3.1

Claim 1 is the combination of steps 2.1, 2.2 and 2.3, the two upper bounds covering n≥2 and n=1 respectively.

step 2.1step 2.2step 2.3
4.1

For every k∈N the natural k+1 is ≥1, so claim 1 gives 1≤rk≤bk. The constant sequence 1 converges to 1 and (bk) converges to 1 by step 2.4, so the squeeze theorem gives rk→1, which is claim 2.

step 3.1step 2.4L9∎

Remarks

  • Where the n comes from. AM-GM is applied to a list whose product is n but whose entries are as close to 1 as possible: two copies of n1/2 and n−2 copies of 1. The arithmetic mean is then 1+(2n1/2−2)/n, which tends to 1 at the rate 2/n1/2. Splitting n as n1/2⋅n1/2 rather than as n⋅1 is the whole trick: the list n,1,…,1 gives only n1/n≤2−1/n, which does not converge to 1.

  • The lower bound is not decoration. Without n1/n≥1 the squeeze has nothing below it, and the upper bound alone would leave open a limit smaller than 1. It comes from monotonicity of rational powers in the base (Monotonicity of r↦ar and of a↦ar) and holds with equality only at n=1.

  • No logarithm and no exponential is used. The usual quick proof writes n1/n=e(log⁡n)/n and appeals to (log⁡n)/n→0; neither function exists in this library yet, and the AM-GM route needs nothing beyond roots and finite sums.

Depends on

Used by

Dependency tree · two levels

66 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources