Alphabeta Math
Session-authored (Fable 5 assisted)
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.

9 results · all verified · 7 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

limsup, liminf, and Subsequential Limits: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

(1)k(-1)^k has lim inf=1\liminf = -1 and lim sup=1\limsup = 1, so it does not converge

Example

Let (sk)(s_k) be the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1, the sequence usually written sk=(1)ks_k = (-1)^k, characterised by s0=1s_0 = 1 and sk+1=sks_{k+1} = -s_k. Then

lim infksk=1,lim supksk=1,\liminf_{k} s_k = -1, \qquad \limsup_{k} s_k = 1,

so the two differ and (sk)(s_k) neither converges nor diverges to ±\pm\infty (A real sequence converges to LRL \in \mathbb{R} iff lim infxk=lim supxk=L\liminf x_k = \limsup x_k = L, and diverges to ±\pm\infty iff both equal ±\pm\infty).

This is the smallest example in which the inequality lim inflim sup\liminf \le \limsup is strict, and it shows exactly what the gap measures: the sequence keeps returning to two different values, and neither of them can be the limit because the other keeps interrupting.

Facts & Assumptions

[L2]

A strictly increasing index map satisfies njjn_j \ge j (A strictly increasing index map satisfies nkkn_k \ge k).

[L5]

Absolute value: t=1|t| = 1 forces t=1t = 1 or t=1t = -1 (Basic properties of the absolute value, Absolute value in an ordered field).

[L7]

A real sequence converges to LRL \in \mathbb{R} exactly when lim inf=lim sup=L\liminf = \limsup = L, and diverges to ±\pm\infty exactly when both equal ±\pm\infty (A real sequence converges to LRL \in \mathbb{R} iff lim infxk=lim supxk=L\liminf x_k = \limsup x_k = L, and diverges to ±\pm\infty iff both equal ±\pm\infty).

Verification

technique · direct
1.1

Every value of the sequence is 11 or 1-1, since sk=1|s_k| = 1.

givenL1L5
1.2

For every nNn \in \mathbb{N} both values occur at some index n\ge n: sen=1s_{e_n} = 1 with enne_n \ge n, and son=1s_{o_n} = -1 with onno_n \ge n.

givenL1L2
2.1

Hence Tn={1,1}T_n = \{1, -1\} for every nn. Its least upper bound in R\overline{\mathbb{R}} is 11, since 11 bounds both elements from above, using 1<1-1 < 1, and any upper bound is 1\ge 1 because 1Tn1 \in T_n; dually its greatest lower bound is 1-1.

step 1.1step 1.2L3L4L6
3.1

Therefore the family of tail suprema is the one-element family {1}\{1\}, whose greatest lower bound is 11, so lim supksk=1\limsup_k s_k = 1; and the family of tail infima is {1}\{-1\}, whose least upper bound is 1-1, so lim infksk=1\liminf_k s_k = -1.

step 2.1L3L4
4.1

Since 11-1 \ne 1, there is no LL with lim infksk=lim supksk=L\liminf_k s_k = \limsup_k s_k = L, so by [L7] the sequence converges to no real number and diverges to neither ++\infty nor -\infty.

step 3.1L6L7

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The block sequence 1/1; 1/2,2/2; 1/3,2/3,3/3; 1/1;\ 1/2, 2/2;\ 1/3, 2/3, 3/3;\ \dots has subsequential limit set exactly [0,1][0,1]

Example

Write ι(n)=n1R\iota(n) = n \cdot 1_{\mathbb{R}} for the canonical natural. Let c:NN×Nc : \mathbb{N} \to \mathbb{N} \times \mathbb{N} be the function supplied by the recursion theorem (The recursion theorem) from the starting element (1,1)(1,1) and the function

F(m,j):=(m,j+1)  if j<m,F(m,j):=(m+1,1)  if j=m,F(m, j) := (m,\, j+1) \ \text{ if } j < m, \qquad F(m, j) := (m+1,\, 1) \ \text{ if } j = m,

write ck=(mk,jk)c_k = (m_k, j_k), and define the sequence of reals

xk  :=  ι(jk)ι(mk)(kN).x_k \;:=\; \frac{\iota(j_k)}{\iota(m_k)} \qquad (k \in \mathbb{N}).

Its first terms are

11;12,22;13,23,33;14,\frac{1}{1};\quad \frac{1}{2}, \frac{2}{2};\quad \frac{1}{3}, \frac{2}{3}, \frac{3}{3};\quad \frac{1}{4}, \dots

the blocks being the successive values of mm. Then the subsequential limit set (Subsequential limit of a real sequence, and the subsequential limit set) is the whole unit interval (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length),

SL(x)=[0,1],\operatorname{SL}(x) = [0,1],

and consequently lim supkxk=1\limsup_k x_k = 1 and lim infkxk=0\liminf_k x_k = 0 (Limit superior and limit inferior of a real sequence as infnsupknxk\inf_n \sup_{k \ge n} x_k and supninfknxk\sup_n \inf_{k \ge n} x_k in R\overline{\mathbb{R}}).

The recursion replaces the block bookkeeping. Presenting the sequence by the partial sums 1+2++(m1)1 + 2 + \dots + (m-1) that mark where each block begins would require inverting that count at every index. Carrying the pair (m,j)(m, j) along instead makes each term's block and position immediately available, and the three facts the argument needs, that 1jkmk1 \le j_k \le m_k, that mkk+1m_k \le k+1, and that every admissible pair occurs, are then three short inductions.

Facts & Assumptions

Given: The recursion ck=(mk,jk)c_k = (m_k, j_k) described above, the sequence xk=ι(jk)/ι(mk)x_k = \iota(j_k)/\iota(m_k), and a real number yy with 0y10 \le y \le 1.

[L1]

Recursion theorem: for a set AA, an element aAa \in A and f:AAf : A \to A there is a unique g:NAg : \mathbb{N} \to A with g0=ag_0 = a and gk+1=f(gk)g_{k+1} = f(g_k) (The recursion theorem, The natural numbers N\mathbb{N} (von Neumann)).

[L2]
[L3]

Well-ordering principle: every nonempty subset of N\mathbb{N} has a least element (The well-ordering principle).

[L4]

Index maps: if ni<ni+1n_i < n_{i+1} for every ii then nn is strictly increasing, and then niin_i \ge i; the composite (xni)(x_{n_i}) is a subsequence, and LSL(x)L \in \operatorname{SL}(x) means some subsequence converges to LL (A strictly increasing index map satisfies nkkn_k \ge k, Sequences of reals: bounded, eventually, frequently, tails, subsequences, Subsequential limit of a real sequence, and the subsequential limit set, Limits and Cauchy sequences of reals).

[L5]

Canonical naturals: ι(n)>0\iota(n) > 0 and invertible for n1n \ge 1, ι\iota is strictly increasing, ι(1)=1\iota(1) = 1, and ι(n+n)=ι(n)+ι(n)\iota(n+n') = \iota(n) + \iota(n') (Canonical naturals are positive and strictly increasing).

[L6]

Order arithmetic: claim 4 of Sign rules for products and monotonicity of multiplication, Order is preserved by adding a constant and by adding inequalities and Inverses of positives are positive, and reciprocation reverses order state the strict forms, that multiplication by a positive element preserves <<, that inequalities may be translated and added, and that 0<u<v0 < u < v gives 0<1/v<1/u0 < 1/v < 1/u; adjoining the case of equality, where the two sides coincide, gives the nonstrict forms used below. Products of nonnegative inequalities multiply in the nonstrict form stated by Multiplying inequalities of positives, and the order is total (Ordered field, Complete ordered field (least-upper-bound property)).

[L7]

Reciprocal Archimedean property: for every real η>0\eta > 0 there is a natural p1p \ge 1 with 1/p<η1/p < \eta (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L8]

Limits preserve non-strict inequalities (Limits preserve non-strict inequalities); a convergent sequence is bounded and a sequence diverging to ±\pm\infty is unbounded (Every convergent sequence is bounded, Divergence to ++\infty and to -\infty).

[L9]

The interval [0,1]={tR:0t1}[0,1] = \{t \in \mathbb{R} : 0 \le t \le 1\}, with least element 00 and greatest element 11 (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L10]

lim supkxk\limsup_k x_k is the greatest and lim infkxk\liminf_k x_k the least element of SL(x)\overline{\operatorname{SL}}(x), whose real part is SL(x)\operatorname{SL}(x) (The limit superior is itself a subsequential limit in R\overline{\mathbb{R}} and is the greatest one, The limit inferior is the least subsequential limit in R\overline{\mathbb{R}}, Convergence in R\overline{\mathbb{R}} and the extended subsequential limit set: LRL \in \overline{\mathbb{R}} is an extended subsequential limit when some subsequence converges to LL, or diverges to L=±L = \pm\infty, The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, its order, and the arithmetic that is left undefined, Limit superior and limit inferior of a real sequence as infnsupknxk\inf_n \sup_{k \ge n} x_k and supninfknxk\sup_n \inf_{k \ge n} x_k in R\overline{\mathbb{R}}, The tail suprema of any real sequence are nonincreasing in R\overline{\mathbb{R}}, so the limit superior exists for every sequence, Every subset of R\overline{\mathbb{R}} has a least upper bound and a greatest lower bound in R\overline{\mathbb{R}}, agreeing with the real supremum and infimum on nonempty sets bounded in R\mathbb{R}, Upper bound, least upper bound, and strict upper bound, Partial order and partially ordered set).

[L11]

Absolute value: tη|t| \le \eta if and only if ηtη-\eta \le t \le \eta; and the order on N\mathbb{N} is total with k<k+1k < k+1 (Basic properties of the absolute value, Absolute value in an ordered field, Order on the natural numbers, \le is a linear order on N\mathbb{N}, Discreteness: σ(n)\sigma(n) is the immediate successor).

Verification

technique · constructive
1.1

The recursion theorem applied to A=N×NA = \mathbb{N} \times \mathbb{N}, the element (1,1)(1,1) and the function FF gives a unique cc with c0=(1,1)c_0 = (1,1) and ck+1=F(ck)c_{k+1} = F(c_k), so (mk,jk)(m_k, j_k) and hence xkx_k are well defined once mk1m_k \ge 1 is known.

givenL1
1.2

For every kk one has 1jkmk1 \le j_k \le m_k: this holds at k=0k = 0, where (m0,j0)=(1,1)(m_0, j_0) = (1,1); and if 1jkmk1 \le j_k \le m_k then either jk<mkj_k < m_k, so that ck+1=(mk,jk+1)c_{k+1} = (m_k, j_k + 1) with 1jk+1mk1 \le j_k + 1 \le m_k, or jk=mkj_k = m_k, so that ck+1=(mk+1,1)c_{k+1} = (m_k + 1, 1) with 11mk+11 \le 1 \le m_k + 1. The claim follows by induction on kk; in particular mk1m_k \ge 1 always, so ι(mk)>0\iota(m_k) > 0 and xkx_k is defined.

givenL2L5L11
1.3

For every kk one has mkk+1m_k \le k+1: at k=0k = 0, m0=1m_0 = 1; and mk+1m_{k+1} is mkm_k or mk+1m_k + 1, so mk+1mk+1k+2m_{k+1} \le m_k + 1 \le k+2. This is again an induction on kk.

givenL2L11
1.4

For every natural m1m \ge 1 and every jj with 1jm1 \le j \le m there is kk with (mk,jk)=(m,j)(m_k, j_k) = (m, j). Induct on mm. For m=1m = 1 the only admissible jj is 11, realised at k=0k = 0. Assume the claim for mm and apply it at j=mj = m to get kk with (mk,jk)=(m,m)(m_k, j_k) = (m, m); then ck+1=(m+1,1)c_{k+1} = (m+1, 1), and a second induction on ii shows ck+1+i=(m+1,1+i)c_{k+1+i} = (m+1, 1+i) for every imi \le m: it holds at i=0i = 0, and if it holds at i<mi < m then 1+i<m+11 + i < m + 1, so ck+2+i=(m+1,2+i)c_{k+2+i} = (m+1, 2+i). Hence every jj with 1jm+11 \le j \le m+1 is realised in block m+1m+1.

givenL1L2L11
1.5

Let yy be a real with 0y10 \le y \le 1.

givenL9
2.1

For every kk one has 0<xk10 < x_k \le 1: from 1jkmk1 \le j_k \le m_k we get 0<ι(jk)ι(mk)0 < \iota(j_k) \le \iota(m_k), and dividing by ι(mk)>0\iota(m_k) > 0 gives 0<xk10 < x_k \le 1.

step 1.2L5L6
2.2

For every natural m1m \ge 1 the set {jN:1jm and yι(m)ι(j)}\{\, j \in \mathbb{N} : 1 \le j \le m \text{ and } y\,\iota(m) \le \iota(j) \,\} is nonempty, since j=mj = m belongs to it because y1y \le 1 gives yι(m)ι(m)y\,\iota(m) \le \iota(m); let J(m)J(m) be its least element. Then yι(J(m))/ι(m)y \le \iota(J(m))/\iota(m), and moreover ι(J(m))/ι(m)y+1/ι(m)\iota(J(m))/\iota(m) \le y + 1/\iota(m): if J(m)=1J(m) = 1 this reads 1/ι(m)y+1/ι(m)1/\iota(m) \le y + 1/\iota(m), true because y0y \ge 0; and if J(m)>1J(m) > 1 then j:=J(m)1j := J(m) - 1 satisfies 1jm1 \le j \le m and j<J(m)j < J(m), so minimality gives ι(j)<yι(m)\iota(j) < y\,\iota(m), that is ι(J(m))1<yι(m)\iota(J(m)) - 1 < y\,\iota(m), and dividing by ι(m)>0\iota(m) > 0 gives the bound. Hence 0ι(J(m))/ι(m)y1/ι(m)0 \le \iota(J(m))/\iota(m) - y \le 1/\iota(m).

step 1.5L3L5L6L11
3.1

For every LSL(x)L \in \operatorname{SL}(x) one has 0L10 \le L \le 1, since a subsequence of (xk)(x_k) converging to LL satisfies 0xni10 \le x_{n_i} \le 1 at every index by step 2.1, and limits preserve non-strict inequalities. So SL(x)[0,1]\operatorname{SL}(x) \subseteq [0,1].

step 2.1L4L8L9
3.2

For every natural m1m \ge 1 the set {kN:(mk,jk)=(m,J(m))}\{\, k \in \mathbb{N} : (m_k, j_k) = (m, J(m)) \,\} is nonempty by step 1.4, since 1J(m)m1 \le J(m) \le m; let K(m)K(m) be its least element. Then xK(m)=ι(J(m))/ι(m)x_{K(m)} = \iota(J(m))/\iota(m), so xK(m)y1/ι(m)|x_{K(m)} - y| \le 1/\iota(m) by step 2.2, and m=mK(m)K(m)+1m = m_{K(m)} \le K(m) + 1 by step 1.3.

step 1.4step 1.3step 2.2L3L11
4.1

Define f:NNf : \mathbb{N} \to \mathbb{N} by f(n):=K(n+2)f(n) := K(n+2); then f(n)(n+2)1=n+1>nf(n) \ge (n+2) - 1 = n+1 > n and xf(n)y1/ι(n+2)|x_{f(n)} - y| \le 1/\iota(n+2). The recursion theorem applied to N\mathbb{N}, the element K(1)K(1) and the function ff gives n:NNn : \mathbb{N} \to \mathbb{N} with n0=K(1)n_0 = K(1) and ni+1=f(ni)n_{i+1} = f(n_i); it is strictly increasing, so niin_i \ge i, and xni+1y1/ι(ni+2)1/ι(i+2)|x_{n_{i+1}} - y| \le 1/\iota(n_i + 2) \le 1/\iota(i+2).

step 3.2L1L4L5L6construct
5.1

The subsequence (xni)(x_{n_i}) converges to yy: given a real ε>0\varepsilon > 0, take a natural p1p \ge 1 with 1/p<ε1/p < \varepsilon; every ipi \ge p satisfies i1i \ge 1, so step 4.1 applied at i1i-1 gives xniy1/ι(i+1)|x_{n_i} - y| \le 1/\iota(i+1), and i+1>pi + 1 > p gives 1/ι(i+1)<1/p<ε1/\iota(i+1) < 1/p < \varepsilon. Hence ySL(x)y \in \operatorname{SL}(x), and since yy was an arbitrary element of [0,1][0,1], [0,1]SL(x)[0,1] \subseteq \operatorname{SL}(x).

step 4.1step 1.5L4L5L6L7L11
6.1

Therefore SL(x)=[0,1]\operatorname{SL}(x) = [0,1]. The sequence is bounded by step 2.1, so every subsequence of it is bounded and none diverges to ±\pm\infty; hence SL(x)=SL(x)=[0,1]\overline{\operatorname{SL}}(x) = \operatorname{SL}(x) = [0,1], whose greatest element is 11 and least element 00, and [L10] gives lim supkxk=1\limsup_k x_k = 1 and lim infkxk=0\liminf_k x_k = 0.

step 5.1step 3.1step 2.1L8L9L10discharge-construct

Remarks

  • Every point of [0,1][0,1] is approached, and the rate is the block width. In block mm the terms are 1/m,2/m,,m/m1/m, 2/m, \dots, m/m, spaced 1/m1/m apart and covering (0,1](0,1], so any target in [0,1][0,1] has a term of block mm within 1/m1/m of it. Since blocks of every width occur, and occur arbitrarily late, this produces a subsequence converging to the target. That is the whole idea; steps 2.2 and 3.2 only make the choice of term canonical, by taking a least element rather than an arbitrary one, so that no choice principle is used.

  • The set is closed, as it must be. [0,1][0,1] contains the limit of every convergent sequence of its own points, which is what If each yjy_j is a subsequential limit of (xk)(x_k) and yjyRy_j \to y \in \mathbb{R}, then yy is a subsequential limit of (xk)(x_k) predicts for any subsequential limit set. This example shows the prediction is not vacuous: the set here is an entire interval, in contrast with the two-point set of (1)k(-1)^k has lim inf=1\liminf = -1 and lim sup=1\limsup = 1, so it does not converge.

  • Neither endpoint is a value of the sequence in the case of 00. Every term is >0> 0 by step 2.1, so 0SL(x)0 \in \operatorname{SL}(x) is a genuine limit and not an attained value, while 11 is attained, once in every block. Subsequential limits need not be values, and values need not be subsequential limits.

  • Why the sequence is not written by a closed formula. The classical presentation defines xkx_k by first solving m(m1)/2k<m(m+1)/2m(m-1)/2 \le k < m(m+1)/2 for mm, which needs a least-element argument at every index and a quadratic estimate to get mk+1m \le k+1. The recursion carries the block and position forward instead, and the estimate mkk+1m_k \le k+1 becomes the one-line induction of step 1.3.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

ak=2k+(1)ka_k = 2^{-k + (-1)^k} has lim infak+1/ak=1/8\liminf a_{k+1}/a_k = 1/8, lim supak+1/ak=2\limsup a_{k+1}/a_k = 2 and limak1/k=1/2\lim a_k^{1/k} = 1/2

Example

Let (sk)(s_k) be the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1, let tk:=2t_k := 2 when sk=1s_k = 1 and tk:=1/2t_k := 1/2 when sk=1s_k = -1, and put

ak  :=  2ktk(kN),a_k \;:=\; 2^{-k} t_k \qquad (k \in \mathbb{N}),

the sequence usually written ak=2k+(1)ka_k = 2^{-k + (-1)^k}. Writing qk:=ak+1/akq_k := a_{k+1}/a_k for the ratios and rk:=ak+11/(k+1)r_k := a_{k+1}^{1/(k+1)} for the roots, which is an1/na_n^{1/n} reindexed by n=k+1n = k+1 as For ak>0a_k > 0: lim infak+1/aklim infak1/klim supak1/klim supak+1/ak\liminf a_{k+1}/a_k \le \liminf a_k^{1/k} \le \limsup a_k^{1/k} \le \limsup a_{k+1}/a_k requires,

lim infkqk=18,lim supkqk=2,limkrk=12,\liminf_{k} q_k = \frac{1}{8}, \qquad \limsup_{k} q_k = 2, \qquad \lim_{k} r_k = \frac{1}{2},

so also lim infkrk=lim supkrk=1/2\liminf_k r_k = \limsup_k r_k = 1/2. In addition ak0a_k \to 0.

The point. The ratios oscillate across 11, taking the values 1/81/8 and 22 alternately, so no statement of the form "the ratios are eventually below some λ<1\lambda < 1" is available; the roots, by contrast, converge to 1/2<11/2 < 1. Any criterion reading the ratios alone is silent here, and one reading the roots is not. That is the concrete form of the dominance recorded in For ak>0a_k > 0: lim infak+1/aklim infak1/klim supak1/klim supak+1/ak\liminf a_{k+1}/a_k \le \liminf a_k^{1/k} \le \limsup a_k^{1/k} \le \limsup a_{k+1}/a_k.

Facts & Assumptions

Given: The alternating sequence (sk)(s_k), the auxiliary tk{2,1/2}t_k \in \{2, 1/2\}, the sequence ak=2ktka_k = 2^{-k} t_k, the ratios qk=ak+1/akq_k = a_{k+1}/a_k and the roots rk=ak+11/(k+1)r_k = a_{k+1}^{1/(k+1)}, all as in FALSE: lim supak1/k=lim supak+1/ak\limsup a_k^{1/k} = \limsup a_{k+1}/a_k for every positive sequence.

[L1]

For this sequence: every aka_k is positive, qk{1/8,2}q_k \in \{1/8, 2\} with both values occurring at arbitrarily large indices, lim infkqk=1/8\liminf_k q_k = 1/8, lim supkqk=2\limsup_k q_k = 2, and rk1/2r_k \to 1/2, so lim infkrk=lim supkrk=1/2\liminf_k r_k = \limsup_k r_k = 1/2 (FALSE: lim supak1/k=lim supak+1/ak\limsup a_k^{1/k} = \limsup a_{k+1}/a_k for every positive sequence).

[L2]

The chain lim infkqklim infkrklim supkrklim supkqk\liminf_k q_k \le \liminf_k r_k \le \limsup_k r_k \le \limsup_k q_k (For ak>0a_k > 0: lim infak+1/aklim infak1/klim supak1/klim supak+1/ak\liminf a_{k+1}/a_k \le \liminf a_k^{1/k} \le \limsup a_k^{1/k} \le \limsup a_{k+1}/a_k).

[L4]

Powers: 2k=(1/2)k2^{-k} = (1/2)^{k} and tk2t_k \le 2, so ak2(1/2)ka_k \le 2 \cdot (1/2)^{k}; and ak>0a_k > 0 (Integer powers ama^m, Laws of integer exponents, Rational powers ara^r of a positive base, Sign rules for products and monotonicity of multiplication).

[L6]

Order arithmetic: 0<10 < 1, so 1/8<1/2<1<21/8 < 1/2 < 1 < 2 and 1/221/2 \ne 2; t=1|t| = 1 forces t=±1t = \pm 1 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Basic properties of the absolute value, Absolute value in an ordered field, Ordered field, Complete ordered field (least-upper-bound property)).

Verification

technique · direct
1.1

The three values in the display are exactly what [L1] records for this sequence, together with lim infkrk=lim supkrk=1/2\liminf_k r_k = \limsup_k r_k = 1/2, which follows from the convergence of (rk)(r_k) to 1/21/2.

givenL1L3
1.2

The sequence is null: 0<ak=2ktk2(1/2)k0 < a_k = 2^{-k} t_k \le 2 \cdot (1/2)^{k} for every kk, and (1/2)k0(1/2)^{k} \to 0 because 1/2<1|1/2| < 1, so 2(1/2)k02 \cdot (1/2)^{k} \to 0 and the squeeze gives ak0a_k \to 0.

givenL4L5L6
2.1

The ratio quantities differ from one another and from the root quantities: 1/8<1/2<21/8 < 1/2 < 2, so lim infkqk<lim infkrk=lim supkrk<lim supkqk\liminf_k q_k < \liminf_k r_k = \limsup_k r_k < \limsup_k q_k. In particular the chain [L2] holds here with both outer inequalities strict and the middle one an equality, and the ratios do not determine the roots.

step 1.1L1L2L6
3.1

So (ak)(a_k) is a positive null sequence whose root sequence converges to 1/2<11/2 < 1 while its ratio sequence has lim supkqk=2>1\limsup_k q_k = 2 > 1 and lim infkqk=1/8<1\liminf_k q_k = 1/8 < 1, that is, the ratios oscillate across 11 while the roots settle strictly below it.

step 1.2step 2.1L1L6

Remarks

  • Where the numbers come from. The exponent k+(1)k-k + (-1)^k changes by 1+(1)k+1(1)k=12-1 + (-1)^{k+1} - (-1)^k = -1 \mp 2 from one index to the next, giving ratios 23=1/82^{-3} = 1/8 and 21=22^{1} = 2; the root divides the exponent by the index, so the bounded oscillation contributes 2±1/(k+1)12^{\pm 1/(k+1)} \to 1 and only the linear part k-k survives, giving 21=1/22^{-1} = 1/2. The full computation is in FALSE: lim supak1/k=lim supak+1/ak\limsup a_k^{1/k} = \limsup a_{k+1}/a_k for every positive sequence.

  • The same sequence reappears for series. With these aka_k the series kak\sum_k a_k converges, and the root criterion sees it while the ratio criterion does not. That use belongs to the series page and is not made here.

  • Strictness of the middle inequality needs a different witness. Here lim infkrk=lim supkrk\liminf_k r_k = \limsup_k r_k, since the roots converge. A sequence making all three inequalities of the chain strict is A positive sequence making all three inequalities of the ratio-to-root chain strict.

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

A positive sequence making all three inequalities of the ratio-to-root chain strict

Example

Let (sk)(s_k) be the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1 and define

ak:=2k  when sk=1,ak:=3k  when sk=1.a_k := 2^{-k} \ \text{ when } s_k = 1, \qquad a_k := 3^{-k} \ \text{ when } s_k = -1 .

This interleaves the two geometric sequences 2k2^{-k} and 3k3^{-k}, taking the first at even indices and the second at odd ones. With qk:=ak+1/akq_k := a_{k+1}/a_k and rk:=ak+11/(k+1)r_k := a_{k+1}^{1/(k+1)} as in For ak>0a_k > 0: lim infak+1/aklim infak1/klim supak1/klim supak+1/ak\liminf a_{k+1}/a_k \le \liminf a_k^{1/k} \le \limsup a_k^{1/k} \le \limsup a_{k+1}/a_k,

lim infkqk=0,lim infkrk=13,lim supkrk=12,lim supkqk=+,\liminf_{k} q_k = 0, \qquad \liminf_{k} r_k = \frac{1}{3}, \qquad \limsup_{k} r_k = \frac{1}{2}, \qquad \limsup_{k} q_k = +\infty,

so the chain of that theorem reads

0  <  13  <  12  <  +0 \;<\; \tfrac{1}{3} \;<\; \tfrac{1}{2} \;<\; +\infty

with all three inequalities strict.

Where each comparison lives. The first two, 0<1/30 < 1/3 and 1/3<1/21/3 < 1/2, are comparisons of real numbers and hold in R\mathbb{R}; they hold in R\overline{\mathbb{R}} as well only because the extended order restricts on R\mathbb{R} to the order of R\mathbb{R} (The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, its order, and the arithmetic that is left undefined). The third, 1/2<+1/2 < +\infty, is not a comparison in R\mathbb{R} at all: ++\infty is not a real number, and the inequality is the instance of "every real is below the greatest element" in R\overline{\mathbb{R}}. So the outer two values of the chain are of different kinds here, and only the extended line can hold all four at once.

Facts & Assumptions

Given: The alternating sequence (sk)(s_k) with index maps e,oe, o (The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1); the sequence aka_k defined above; the ratios qk=ak+1/akq_k = a_{k+1}/a_k; and the roots rk=ak+11/(k+1)r_k = a_{k+1}^{1/(k+1)}.

[L1]

The alternating sequence: sk=1|s_k| = 1, sk+1=sks_{k+1} = -s_k, sej=1s_{e_j} = 1, soj=1s_{o_j} = -1, with ee, oo strictly increasing, so ejje_j \ge j and ojjo_j \ge j; also o0=σ(0)1o_0 = \sigma(0) \ge 1 (The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1, A strictly increasing index map satisfies nkkn_k \ge k).

[L3]

The order on R\overline{\mathbb{R}} is total, ++\infty is greatest, every real is <+< +\infty, and the order restricts on R\mathbb{R} to the order of R\mathbb{R} (The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, its order, and the arithmetic that is left undefined).

[L4]

Powers: 2k=(1/2)k2^{-k} = (1/2)^{k} and 3k=(1/3)k3^{-k} = (1/3)^{k}; xmxm=xm+mx^{m} x^{m'} = x^{m+m'} and (xy)m=xmym(xy)^{m} = x^{m} y^{m} for integer exponents and nonzero bases; xm>0x^{m} > 0 for x>0x > 0; (xn)1/n=x1\big(x^{-n}\big)^{1/n} = x^{-1} for x>0x > 0 and n1n \ge 1 (Integer powers ama^m, Laws of integer exponents, Rational powers ara^r of a positive base, Laws of rational exponents, Existence and uniqueness of nn-th roots: a unique a1/n0a^{1/n} \ge 0 with (a1/n)n=a(a^{1/n})^n = a).

[L5]

Geometric sequences: ρ<1|\rho| < 1 implies ρk0\rho^{k} \to 0, and ρ>1|\rho| > 1 implies ρk+|\rho|^{k} \to +\infty (For r<1|r| < 1 the sequence rkr^k is null, and for r>1|r| > 1 the sequence rk|r|^k diverges to ++\infty, Limits and Cauchy sequences of reals, Divergence to ++\infty and to -\infty).

[L6]

Order arithmetic: 0<10 < 1, so 0<1/3<1/2<1<2<30 < 1/3 < 1/2 < 1 < 2 < 3; multiplying an inequality by a positive element preserves it; reciprocals reverse the order; the order is total; t=1|t| = 1 forces t=1t = 1 or t=1t = -1 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Inverses of positives are positive, and reciprocation reverses order, Basic properties of the absolute value, Absolute value in an ordered field, Ordered field, Complete ordered field (least-upper-bound property)).

[L7]

The order on N\mathbb{N} is total, so any two indices have a common upper bound (Order on the natural numbers, \le is a linear order on N\mathbb{N}).

[L8]

The chain lim infkqklim infkrklim supkrklim supkqk\liminf_k q_k \le \liminf_k r_k \le \limsup_k r_k \le \limsup_k q_k (For ak>0a_k > 0: lim infak+1/aklim infak1/klim supak1/klim supak+1/ak\liminf a_{k+1}/a_k \le \liminf a_k^{1/k} \le \limsup a_k^{1/k} \le \limsup a_{k+1}/a_k).

Verification

technique · direct
1.1

Each sks_k is 11 or 1-1, so aka_k is well defined, and ak>0a_k > 0 for every kk since positive powers of positive bases are positive.

givenL1L4L6
1.2

For every nNn \in \mathbb{N} there are indices k,knk, k' \ge n with sk=1s_k = 1 and sk=1s_{k'} = -1, namely k=enk = e_n and k=onk' = o_n; and there are indices l,lnl, l' \ge n with sl+1=1s_{l+1} = 1 and sl+1=1s_{l'+1} = -1, namely l=ej1l = e_j - 1 and l=oj1l' = o_j - 1 for any jn+1j \ge n+1, these being natural numbers because ejj1e_j \ge j \ge 1 and ojj1o_j \ge j \ge 1, and satisfying lj1nl \ge j - 1 \ge n and lj1nl' \ge j-1 \ge n.

givenL1L7
1.3

Since sk+1=sks_{k+1} = -s_k, the ratios are qk=3(k+1)/2k=31(2/3)kq_k = 3^{-(k+1)}/2^{-k} = 3^{-1}(2/3)^{k} when sk=1s_k = 1, and qk=2(k+1)/3k=21(3/2)kq_k = 2^{-(k+1)}/3^{-k} = 2^{-1}(3/2)^{k} when sk=1s_k = -1; in both cases qk>0q_k > 0.

givenL1L4L6
1.4

Likewise the roots are rk=(2(k+1))1/(k+1)=21r_k = \big(2^{-(k+1)}\big)^{1/(k+1)} = 2^{-1} when sk+1=1s_{k+1} = 1, and rk=(3(k+1))1/(k+1)=31r_k = \big(3^{-(k+1)}\big)^{1/(k+1)} = 3^{-1} when sk+1=1s_{k+1} = -1.

givenL1L4
2.1

By steps 1.2 and 1.4 the tail range of (rk)(r_k) at every index nn is exactly {1/2,1/3}\{1/2, 1/3\}, whose least upper bound is 1/21/2 and greatest lower bound 1/31/3, since 1/3<1/21/3 < 1/2 and both belong to the set. Hence lim supkrk=1/2\limsup_k r_k = 1/2 and lim infkrk=1/3\liminf_k r_k = 1/3.

step 1.2step 1.4L2L3L6
2.2

lim supkqk=+\limsup_k q_k = +\infty. Fix nn and a real MM. Since 3/2>1|3/2| > 1, the sequence (3/2)k(3/2)^{k} diverges to ++\infty, so there is KK with 21(3/2)k>M2^{-1}(3/2)^{k} > M for all kKk \ge K; taking jj at least as large as both nn and KK and putting k:=ojk := o_j, we get kjnk \ge j \ge n and sk=1s_k = -1, hence qk=21(3/2)k>Mq_k = 2^{-1}(3/2)^{k} > M. So no real bounds the tail range of (qk)(q_k) above, its least upper bound in R\overline{\mathbb{R}} is ++\infty for every nn, and lim supkqk\limsup_k q_k is the greatest lower bound of {+}\{+\infty\}, namely ++\infty.

step 1.2step 1.3L2L3L5L6L7
2.3

lim infkqk=0\liminf_k q_k = 0. Fix nn. All qkq_k are positive, so 00 is a lower bound of the tail range. If >0\ell > 0 were a lower bound, then, since 2/3<1|2/3| < 1 gives (2/3)k0(2/3)^{k} \to 0 and hence 31(2/3)k<3^{-1}(2/3)^{k} < \ell for all kKk \ge K for some KK, taking jj at least as large as both nn and KK and putting k:=ejk := e_j would give kjnk \ge j \ge n, sk=1s_k = 1 and qk=31(2/3)k<q_k = 3^{-1}(2/3)^{k} < \ell, contradicting that \ell is a lower bound. So every lower bound is 0\le 0 and the greatest lower bound of each tail range is 00; hence lim infkqk\liminf_k q_k is the least upper bound of {0}\{0\}, namely 00.

step 1.2step 1.3L2L3L5L6L7
3.1

Collecting the four values, the chain [L8] reads 01/31/2+0 \le 1/3 \le 1/2 \le +\infty, and each inequality is strict: 0<1/30 < 1/3 and 1/3<1/21/3 < 1/2 hold in R\mathbb{R} and therefore in R\overline{\mathbb{R}}, while 1/2<+1/2 < +\infty holds because ++\infty is the greatest element of R\overline{\mathbb{R}} and is distinct from every real. So no two of the four quantities coincide.

step 2.1step 2.2step 2.3L3L6L8

Remarks

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The four standard limits n1/n1n^{1/n} \to 1, a1/n1a^{1/n} \to 1, nα/(1+p)n0n^{\alpha}/(1+p)^n \to 0 and xk/k!0x^k/k! \to 0, computed

Example

The four standard limits of this page, written as sequences on N\mathbb{N} and instantiated. Throughout ι(n)=n1R\iota(n) = n \cdot 1_{\mathbb{R}} is the canonical natural, with ι(0)=0\iota(0) = 0.

classical formas a sequence on N\mathbb{N}valuesource
n1/n1n^{1/n} \to 1(k+1)1/(k+1)(k+1)^{1/(k+1)}11n1/n1n^{1/n} \to 1
a1/n1a^{1/n} \to 1, a>0a > 0a1/(k+1)a^{1/(k+1)}11For every a>0a > 0, a1/n1a^{1/n} \to 1
nα/(1+p)n0n^{\alpha}/(1+p)^{n} \to 0ι(k)α/(1+p)k\iota(k)^{\alpha}/(1+p)^{k}00For every p>0p > 0 and every positive rational α\alpha, nα/(1+p)n0n^{\alpha}/(1+p)^n \to 0
xk/k!0x^{k}/k! \to 0xk/k!x^{k}/k!00For every real xx, xk/k!0x^k/k! \to 0

Two of the four need an index shift and two do not, and the reason is visible in the classical forms: in the first two the index sits in the exponent as 1/n1/n, which is not a rational number at n=0n = 0, so those families begin at n=1n = 1 and are written here with n=k+1n = k+1. In the last two the index sits in the base or in a factorial, both of which are defined at 00, so no shift is needed and the sequences begin at k=0k = 0 with the values 00 and 11 respectively.

The instances computed below are:

21/(k+1)1,ι(k)22k0,2kk!0,(3)kk!0,ι(k)2k!0.2^{1/(k+1)} \to 1, \qquad \frac{\iota(k)^{2}}{2^{k}} \to 0, \qquad \frac{2^{k}}{k!} \to 0, \qquad \frac{(-3)^{k}}{k!} \to 0, \qquad \frac{\iota(k)^{2}}{k!} \to 0 .

The last of these is not one of the four; it is the composite that orders the three scales, and it is obtained from two of them by the product rule.

Facts & Assumptions

Given: The canonical naturals ι(n)=n1R\iota(n) = n \cdot 1_{\mathbb{R}} with ι(0)=0\iota(0) = 0; the factorial k!=j<kι(j+1)k! = \prod_{j<k}\iota(j+1) of For every real xx, xk/k!0x^k/k! \to 0; rational powers (Rational powers ara^r of a positive base) and integer powers (Integer powers ama^m).

[L1]

(k+1)1/(k+1)1(k+1)^{1/(k+1)} \to 1, with 1n1/n1+2/n1/21 \le n^{1/n} \le 1 + 2/n^{1/2} for every natural n1n \ge 1 (n1/n1n^{1/n} \to 1).

[L2]

For every real a>0a > 0, a1/(k+1)1a^{1/(k+1)} \to 1; and for real b1b \ge 1 and natural n1n \ge 1, 1b1/n1+(b1)/ι(n)1 \le b^{1/n} \le 1 + (b-1)/\iota(n) (For every a>0a > 0, a1/n1a^{1/n} \to 1).

[L3]

For every real p>0p > 0 and rational α>0\alpha > 0, ι(k)α/(1+p)k0\iota(k)^{\alpha}/(1+p)^{k} \to 0 (For every p>0p > 0 and every positive rational α\alpha, nα/(1+p)n0n^{\alpha}/(1+p)^n \to 0).

[L4]

For every real xx, xk/k!0x^{k}/k! \to 0 (For every real xx, xk/k!0x^k/k! \to 0).

[L6]

Arithmetic: 0<1<2<30 < 1 < 2 < 3, so 11, 22, 3/23/2 and 1/21/2 are positive and 2=1+12 = 1 + 1, 3/2=1+1/23/2 = 1 + 1/2; a positive integer power of a positive real is positive and nonzero; 22 is a positive rational and 1/21/2 is a positive rational (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Canonical naturals are positive and strictly increasing, Existence and uniqueness of nn-th roots: a unique a1/n0a^{1/n} \ge 0 with (a1/n)n=a(a^{1/n})^n = a, Finite sums and finite products, by recursion, Ordered field, Complete ordered field (least-upper-bound property)).

Verification

technique · direct
1.1

The first standard limit gives (k+1)1/(k+1)1(k+1)^{1/(k+1)} \to 1, together with the explicit two-sided bound 1(k+1)1/(k+1)1+2/(k+1)1/21 \le (k+1)^{1/(k+1)} \le 1 + 2/(k+1)^{1/2} valid at every kNk \in \mathbb{N}, since k+11k+1 \ge 1.

givenL1
1.2

The second gives 21/(k+1)12^{1/(k+1)} \to 1 and (1/2)1/(k+1)1(1/2)^{1/(k+1)} \to 1, both bases being positive; for the first of these the explicit bound of [L2] with b=2b = 2 reads 121/n1+1/ι(n)1 \le 2^{1/n} \le 1 + 1/\iota(n) for every natural n1n \ge 1.

givenL2L6
1.3

The third, with p=1p = 1 and α=2\alpha = 2, gives ι(k)2/2k0\iota(k)^{2}/2^{k} \to 0; with p=1/2p = 1/2 and α=1/2\alpha = 1/2 it gives ι(k)1/2/(3/2)k0\iota(k)^{1/2}/(3/2)^{k} \to 0. Both pp are positive reals and both α\alpha are positive rationals, so [L3] applies in each case.

givenL3L6
1.4

The fourth, with x=2x = 2 and with x=3x = -3, gives 2k/k!02^{k}/k! \to 0 and (3)k/k!0(-3)^{k}/k! \to 0; no hypothesis on xx is needed, in particular no positivity.

givenL4
2.1

Multiplying the first limit of step 1.3 by the first of step 1.4 and using 2k02^{k} \ne 0 gives ι(k)2/k!=(ι(k)2/2k)(2k/k!)00=0\iota(k)^{2}/k! = \big(\iota(k)^{2}/2^{k}\big)\big(2^{k}/k!\big) \to 0 \cdot 0 = 0.

step 1.3step 1.4L5L6
2.2

Multiplying the limit of step 1.1 by the first of step 1.2 gives (k+1)1/(k+1)21/(k+1)11=1(k+1)^{1/(k+1)} \, 2^{1/(k+1)} \to 1 \cdot 1 = 1.

step 1.1step 1.2L5
3.1

The four limits and the two composites are therefore established as displayed, and together they order the three growth scales: a fixed power of nn is beaten by every geometric sequence of ratio >1> 1 by step 1.3, every geometric sequence is beaten by the factorial by step 1.4, and consequently a fixed power of nn is beaten by the factorial by step 2.1.

step 1.1step 1.2step 1.3step 1.4step 2.1step 2.2

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

xk=(1)kx_k = (-1)^k, yk=(1)k+1y_k = (-1)^{k+1} give lim sup(xk+yk)=0<2=lim supxk+lim supyk\limsup(x_k + y_k) = 0 < 2 = \limsup x_k + \limsup y_k

Statement refuted

That the subadditivity of lim sup(xk+yk)lim supxk+lim supyk\limsup(x_k + y_k) \le \limsup x_k + \limsup y_k whenever the right-hand side is defined in R\overline{\mathbb{R}}, and dually for lim inf\liminf can be improved to an equality: that for all sequences (xk)(x_k), (yk)(y_k) of reals whose limit superiors have a defined sum, lim supk(xk+yk)=lim supkxk+lim supkyk\limsup_k(x_k + y_k) = \limsup_k x_k + \limsup_k y_k. The claim is recorded and refuted as FALSE: lim sup(xk+yk)=lim supxk+lim supyk\limsup(x_k + y_k) = \limsup x_k + \limsup y_k; this item is the named witness.

Facts & Assumptions

[L1]

For this pair of sequences: xk+yk=0x_k + y_k = 0 for every kk, lim supkxk=1\limsup_k x_k = 1, lim supkyk=1\limsup_k y_k = 1 and lim supk(xk+yk)=0\limsup_k(x_k + y_k) = 0 (FALSE: lim sup(xk+yk)=lim supxk+lim supyk\limsup(x_k + y_k) = \limsup x_k + \limsup y_k).

[L2]

Subadditivity: lim supk(xk+yk)lim supkxk+lim supkyk\limsup_k(x_k + y_k) \le \limsup_k x_k + \limsup_k y_k whenever the right-hand side is defined (lim sup(xk+yk)lim supxk+lim supyk\limsup(x_k + y_k) \le \limsup x_k + \limsup y_k whenever the right-hand side is defined in R\overline{\mathbb{R}}, and dually for lim inf\liminf).

Counterexample

technique · direct
1.1

The two sequences xk=skx_k = s_k and yk=sky_k = -s_k are sequences of reals whose termwise sum is constantly 00, and their limit superiors are both the real number 11.

givenL1L3
1.2

Both limit superiors being real, their sum is defined in R\overline{\mathbb{R}} and equals the field sum 1+1=21 + 1 = 2.

givenL1L3L4
2.1

The limit superior of the sum sequence is 00, while the sum of the limit superiors is 22, and 0<20 < 2; so the inequality of [L2] holds here and is strict, and the equality asserted by the refuted claim fails.

step 1.1step 1.2L1L2L4

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

xk=1+(1)kx_k = 1 + (-1)^k, yk=1+(1)k+1y_k = 1 + (-1)^{k+1} give lim sup(xkyk)=0<4\limsup(x_k y_k) = 0 < 4

Statement refuted

That the submultiplicativity of For bounded nonnegative sequences, lim sup(xkyk)(lim supxk)(lim supyk)\limsup(x_k y_k) \le (\limsup x_k)(\limsup y_k) can be improved to an equality: that for all bounded nonnegative sequences (xk)(x_k), (yk)(y_k) of reals, lim supk(xkyk)=(lim supkxk)(lim supkyk).\limsup_{k}(x_k y_k) = \Big(\limsup_{k} x_k\Big)\Big(\limsup_{k} y_k\Big).

Facts & Assumptions

[L3]

Absolute value: t=1|t| = 1 forces t=1t = 1 or t=1t = -1 (Basic properties of the absolute value, Absolute value in an ordered field).

[L4]

Order and field arithmetic: 0<10 < 1, so 0<2=1+10 < 2 = 1 + 1 and 0<4=220 < 4 = 2 \cdot 2; 1+1=21 + 1 = 2, 11=01 - 1 = 0, 1+(1)=01 + (-1) = 0 and 1(1)=21 - (-1) = 2; a product with a zero factor is 00 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)).

[L5]

Submultiplicativity: for bounded nonnegative sequences, lim supk(xkyk)(lim supkxk)(lim supkyk)\limsup_k(x_k y_k) \le (\limsup_k x_k)(\limsup_k y_k), all three quantities being real (For bounded nonnegative sequences, lim sup(xkyk)(lim supxk)(lim supyk)\limsup(x_k y_k) \le (\limsup x_k)(\limsup y_k)).

Counterexample

technique · direct
1.1

Each sks_k is 11 or 1-1. When sk=1s_k = 1 the pair (xk,yk)(x_k, y_k) is (2,0)(2, 0), and when sk=1s_k = -1 it is (0,2)(0, 2). In either case 0xk20 \le x_k \le 2 and 0yk20 \le y_k \le 2, so both sequences are bounded and nonnegative, and xkyk=0x_k y_k = 0 because one of the two factors is 00.

givenL1L3L4
1.2

For every nn both cases occur at an index n\ge n: sen=1s_{e_n} = 1 with enne_n \ge n and son=1s_{o_n} = -1 with onno_n \ge n.

givenL1
2.1

Hence Tn(x)={0,2}T_n(x) = \{0, 2\} and Tn(y)={0,2}T_n(y) = \{0, 2\} for every nn, each with least upper bound 22 in R\overline{\mathbb{R}}, since 22 bounds both elements and belongs to the set; so lim supkxk=lim supkyk=2\limsup_k x_k = \limsup_k y_k = 2. The product sequence is constantly 00, so Tn(xy)={0}T_n(x y) = \{0\} and lim supk(xkyk)=0\limsup_k (x_k y_k) = 0.

step 1.1step 1.2L2L4
3.1

The hypotheses of [L5] are met by step 1.1, and the inequality it gives reads 022=40 \le 2 \cdot 2 = 4. Since 0<40 < 4, it is strict, so the equality asserted above fails for this pair and the refuted claim is false.

step 2.1step 1.1L4L5

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-08 (gpt-5.6-terra-codex-subscription)Open item page →

A sequence with lim sup=+\limsup = +\infty: the greatest subsequential limit exists only in R\overline{\mathbb{R}}

Statement refuted

That The limit superior is itself a subsequential limit in R\overline{\mathbb{R}} and is the greatest one can be stated inside R\mathbb{R}: that for every sequence (xk)(x_k) of reals the set SL(x)\operatorname{SL}(x) of real subsequential limits (Subsequential limit of a real sequence, and the subsequential limit set) has a greatest element and that element is lim supkxk\limsup_k x_k.

The witness below has a nonempty SL(x)\operatorname{SL}(x) with a greatest element, so the failure is not that the real set is empty: it is that the greatest element of SL(x)\operatorname{SL}(x) is 00 while lim supkxk=+\limsup_k x_k = +\infty. The dominant behaviour of the sequence is invisible to SL(x)\operatorname{SL}(x) and is recorded only by SL(x)\overline{\operatorname{SL}}(x) (Convergence in R\overline{\mathbb{R}} and the extended subsequential limit set: LRL \in \overline{\mathbb{R}} is an extended subsequential limit when some subsequence converges to LL, or diverges to L=±L = \pm\infty).

Facts & Assumptions

Given: The alternating sequence (sk)(s_k) and the index maps e,oe, o of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1; the canonical naturals ι(k)=k1R\iota(k) = k \cdot 1_{\mathbb{R}} with ι(0)=0\iota(0) = 0; and the sequence xk:=ι(k)x_k := \iota(k) when sk=1s_k = 1 and xk:=0x_k := 0 when sk=1s_k = -1.

[L3]

The order on R\overline{\mathbb{R}} is total, ++\infty is greatest, every real is <+< +\infty and >> -\infty, and the order restricts on R\mathbb{R} to the order of R\mathbb{R} (The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, its order, and the arithmetic that is left undefined).

[L5]

Canonical naturals: ι\iota is strictly increasing with ι(k)0\iota(k) \ge 0, and for every real MM there is a natural p1p \ge 1 with M<ι(p)M < \iota(p) (Canonical naturals are positive and strictly increasing, Every complete ordered field is Archimedean).

[L6]

A convergent sequence of reals is bounded, a limit is unique, and a sequence agreeing with a constant from some index on converges to that constant (Every convergent sequence is bounded, A sequence has at most one limit, Convergence depends only on the tail, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Counterexample

technique · direct
1.1

Each sks_k is 11 or 1-1, so (xk)(x_k) is a well-defined sequence of reals with xk0x_k \ge 0 for every kk; moreover xej=ι(ej)x_{e_j} = \iota(e_j) and xoj=0x_{o_j} = 0 for every jj.

givenL1L5L7
1.2

The subsequence along oo is constantly 00, and oo is strictly increasing, so 0SL(x)0 \in \operatorname{SL}(x).

givenL1L4L6
2.1

For every nNn \in \mathbb{N} the tail supremum supTn(x)\sup T_n(x) is ++\infty. Given a real MM, take a natural p1p \ge 1 with M<ι(p)M < \iota(p) and an index jj at least as large as both nn and pp; then ejjne_j \ge j \ge n, so xej=ι(ej)Tn(x)x_{e_j} = \iota(e_j) \in T_n(x), and ejjpe_j \ge j \ge p gives ι(ej)ι(p)>M\iota(e_j) \ge \iota(p) > M. So no real number bounds Tn(x)T_n(x) above, and the least upper bound in R\overline{\mathbb{R}} must be ++\infty.

step 1.1L1L2L3L5L7
3.1

Every real subsequential limit of (xk)(x_k) equals 00. Let nn be strictly increasing with xniLRx_{n_i} \to L \in \mathbb{R}; the subsequence is then bounded, say xniB|x_{n_i}| \le B for every ii. Suppose sni=1s_{n_i} = 1 for arbitrarily large ii: taking a natural p1p \ge 1 with B<ι(p)B < \iota(p) and such an index ipi \ge p, we get xni=ι(ni)ι(i)ι(p)>Bx_{n_i} = \iota(n_i) \ge \iota(i) \ge \iota(p) > B, contradicting the bound. So there is II with sni=1s_{n_i} = -1, hence xni=0x_{n_i} = 0, for every iIi \ge I; a sequence equal to 00 from an index on converges to 00, so L=0L = 0 by uniqueness of limits.

step 1.1step 2.1L1L4L5L6L7
4.1

Consequently lim supkxk\limsup_k x_k is the greatest lower bound of the family {+}\{+\infty\}, namely ++\infty, while SL(x)={0}\operatorname{SL}(x) = \{0\} by steps 1.2 and 3.1, whose greatest element is the real number 00. Since 0+0 \ne +\infty, the refuted claim fails for this sequence.

step 2.1step 1.2step 3.1L2L3

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-08 (gpt-5.6-terra-codex-subscription)Open item page →

Null times divergent has no rule: xk=1/kx_k = 1/k with yk=cky_k = ck gives product limit cc, and with yk=k2y_k = k^2 gives divergence

Statement refuted

That the product 0(+)0 \cdot (+\infty), left undefined by The extended real line R=R{,+}\overline{\mathbb{R}} = \mathbb{R} \cup \{-\infty, +\infty\}, its order, and the arithmetic that is left undefined, could be given a value compatible with limits: that there is vRv \in \overline{\mathbb{R}} such that for all sequences of reals with xk0x_k \to 0 (Limits and Cauchy sequences of reals) and yk+y_k \to +\infty (Divergence to ++\infty and to -\infty) the products xkykx_k y_k have the single limiting behaviour named by vv.

Equivalently: that knowing a factor is null and the other diverges to ++\infty determines anything at all about the product. It does not, and the two undefined entries in the arithmetic of R\overline{\mathbb{R}} are undefined for exactly this reason.

Facts & Assumptions

Given: The canonical naturals ι(n)=n1R\iota(n) = n \cdot 1_{\mathbb{R}}; the sequence xk:=1/ι(k+1)x_k := 1/\iota(k+1); for a real c>0c > 0 the sequence yk(c):=cι(k+1)y^{(c)}_k := c\,\iota(k+1); and the sequence zk:=ι(k+1)ι(k+1)z_k := \iota(k+1)\,\iota(k+1).

[L1]

Canonical naturals: ι(n)>0\iota(n) > 0 and invertible for n1n \ge 1, ι\iota is strictly increasing, and ι(n)1\iota(n) \ge 1 for n1n \ge 1 (Canonical naturals are positive and strictly increasing, Order on the natural numbers, \le is a linear order on N\mathbb{N}).

[L2]

Archimedean facts: for every real η>0\eta > 0 there is a natural p1p \ge 1 with 1/p<η1/p < \eta, and for every real MM there is a natural p1p \ge 1 with M<ι(p)M < \iota(p); and 0<u<v0 < u < v gives 0<1/v<1/u0 < 1/v < 1/u (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean, Inverses of positives are positive, and reciprocation reverses order).

[L3]

Convergence to a real and divergence to ++\infty; to establish convergence it suffices to produce a threshold for every real ε>0\varepsilon > 0; a constant sequence converges to its value (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences, Divergence to ++\infty and to -\infty).

[L4]

A sequence diverging to ++\infty is unbounded and therefore does not converge to any real (Divergence to ++\infty and to -\infty, Every convergent sequence is bounded); a limit, when it exists, is unique (A sequence has at most one limit).

[L5]

Order and field arithmetic: multiplying an inequality by a positive element preserves it; 0<1<20 < 1 < 2 and 121 \ne 2; u(1/u)=1u \cdot (1/u) = 1 for u0u \ne 0; and the algebra of limits (Sign rules for products and monotonicity of multiplication, Order is preserved by adding a constant and by adding inequalities, The multiplicative identity is positive, Algebra of limits: sums, scalar multiples, products and quotients, Integer powers ama^m, Ordered field, Complete ordered field (least-upper-bound property)).

Counterexample

technique · direct
1.1

The sequence xk=1/ι(k+1)x_k = 1/\iota(k+1) is well defined, positive, and converges to 00: given a real ε>0\varepsilon > 0, take a natural p1p \ge 1 with 1/p<ε1/p < \varepsilon; for kpk \ge p we have ι(k+1)>ι(p)>0\iota(k+1) > \iota(p) > 0, hence 0<xk<1/p<ε0 < x_k < 1/p < \varepsilon.

givenL1L2L3
1.2

For every real c>0c > 0 the sequence yk(c)=cι(k+1)y^{(c)}_k = c\,\iota(k+1) diverges to ++\infty: given a real MM, the quotient M/cM/c is real, so there is a natural p1p \ge 1 with M/c<ι(p)M/c < \iota(p), and for kpk \ge p we get ι(k+1)>ι(p)>M/c\iota(k+1) > \iota(p) > M/c, hence yk(c)=cι(k+1)>My^{(c)}_k = c\,\iota(k+1) > M after multiplying by c>0c > 0.

givenL1L2L3L5
1.3

The sequence zk=ι(k+1)ι(k+1)z_k = \iota(k+1)\iota(k+1) diverges to ++\infty: given a real MM, take a natural p1p \ge 1 with M<ι(p)M < \iota(p); for kpk \ge p we have ι(k+1)1\iota(k+1) \ge 1 and ι(k+1)>ι(p)>M\iota(k+1) > \iota(p) > M, so zkι(k+1)>Mz_k \ge \iota(k+1) > M.

givenL1L2L3L5
2.1

For every real c>0c > 0 the product sequence is constant: xkyk(c)=(1/ι(k+1))cι(k+1)=cx_k y^{(c)}_k = \big(1/\iota(k+1)\big)\,c\,\iota(k+1) = c for every kk, so it converges to cc.

step 1.1step 1.2L3L5
2.2

The product with (zk)(z_k) is xkzk=(1/ι(k+1))ι(k+1)ι(k+1)=ι(k+1)x_k z_k = \big(1/\iota(k+1)\big)\iota(k+1)\iota(k+1) = \iota(k+1), which diverges to ++\infty by the argument of step 1.3 with the single factor, and therefore converges to no real number.

step 1.1step 1.3L1L2L3L4L5
3.1

Now take the three pairs (x,y(1))(x, y^{(1)}), (x,y(2))(x, y^{(2)}) and (x,z)(x, z). In each, the first sequence is null and the second diverges to ++\infty, so each pair satisfies the hypotheses of the refuted claim; but the three products converge to 11, converge to 22, and converge to ++\infty in the extended sense. Since 121 \ne 2 and limits are unique, no single vRv \in \overline{\mathbb{R}} describes all three, and the claim is false.

step 2.1step 2.2L4L5L6

Remarks

Sources