Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-05 (gpt-5.6-sol-codex-subscription)
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.

A null sequence times a bounded sequence is null

Statement

Let (xk)(x_k) and (yk)(y_k) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences). If (xk)(x_k) converges to 00 (Limits and Cauchy sequences of reals) and (yk)(y_k) is bounded, then the product sequence (xkyk)(x_k y_k) converges to 00.

No assumption is made that (yk)(y_k) converges. Boundedness alone suffices, and that is why this lemma is stated on its own rather than folded into the product rule for limits.

Facts & Assumptions

Given: Sequences (xk)(x_k) and (yk)(y_k) of reals with (xk)(x_k) converging to 00, and a real MM with ykM|y_k| \le M for every kNk \in \mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

(xk)(x_k) converges to xx when for every rational ε>0\varepsilon > 0 there is KNK \in \mathbb{N} with xkx<ε^|x_k - x| < \hat\varepsilon for all kKk \ge K (Limits and Cauchy sequences of reals).

[L2]

Absolute value: uv=uv|uv| = |u|\,|v|, u0|u| \ge 0, and u0=u|u - 0| = |u| (Basic properties of the absolute value).

[L3]

Products of inequalities: 0ab0 \le a \le b and 0cd0 \le c \le d give acbdac \le bd; and for c>0c > 0, a<ba < b gives ac<bcac < bc (Multiplying inequalities of positives, Sign rules for products and monotonicity of multiplication).

[L4]

Order arithmetic in R\mathbb{R}: 0<10 < 1, adding a constant preserves the strict order, and \le and << compose transitively (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).

[L5]

Inverses: if c>0c > 0 then c1>0c^{-1} > 0, so ε/c>0\varepsilon/c > 0 whenever ε>0\varepsilon > 0 and c>0c > 0 (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

[L6]

Real versus rational ε\varepsilon: for every real η>0\eta > 0 there is a rational ε\varepsilon with 0<ε<η0 < \varepsilon < \eta, by density (The rationals embed densely in the reals) or by the Archimedean property (Every complete ordered field is Archimedean) applied to 1/η1/\eta; consequently the convergence test of Limits and Cauchy sequences of reals may equivalently be run with real ε>0\varepsilon > 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · direct
1.1

Since y0M|y_0| \le M and y00|y_0| \ge 0, transitivity gives M0M \ge 0; put C:=M+1C := M + 1, so that C>0C > 0 and ykMC|y_k| \le M \le C for every kk.

L2L4
2.1

Let ε>0\varepsilon > 0 be an arbitrary real and put η:=ε/C\eta := \varepsilon/C, which is a real >0> 0 and satisfies ηC=ε\eta C = \varepsilon.

step 1.1L5
3.1

Since (xk)(x_k) converges to 00, there is KNK \in \mathbb{N} with xk=xk0<η|x_k| = |x_k - 0| < \eta for every kKk \ge K.

step 2.1L1L2L6
4.1

For every kKk \ge K we get xkyk0=xkykxkC<ηC=ε|x_k y_k - 0| = |x_k|\,|y_k| \le |x_k| \, C < \eta \, C = \varepsilon, the first inequality from 0xkxk0 \le |x_k| \le |x_k| and 0ykC0 \le |y_k| \le C, the second from xk<η|x_k| < \eta and C>0C > 0.

step 1.1step 3.1L2L3L4
5.1

Since the real ε>0\varepsilon > 0 was arbitrary, (xkyk)(x_k y_k) converges to 00.

step 4.1L1L6

Remarks

  • The hypothesis on (yk)(y_k) looks weaker if it is stated as "eventually bounded", but it is not: a sequence bounded from some index KK on is bounded outright. If ykM|y_k| \le M for every kKk \ge K, then M:=max{y0,,yK1,M}M' := \max\{\, |y_0|, \dots, |y_{K-1}|, M \,\} exists, because a nonempty finite list of reals has a maximum (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set), and ykM|y_k| \le M' for every kk. That is the same absorption of finitely many initial terms used in Every convergent sequence is bounded.

  • Boundedness of (yk)(y_k) is essential. Take xk:=1/(k+1)x_k := 1/(k+1), which is null (that sequence is shown to converge to 00 in FALSE: limits preserve strict inequalities), and yk:=(k+1)2y_k := (k+1)^2. Their product is xkyk=k+1x_k y_k = k + 1, which is unbounded by the Archimedean property (Every complete ordered field is Archimedean) and hence does not converge at all, since a convergent sequence is bounded (Every convergent sequence is bounded); in particular it is not null. The lemma is therefore sharp in the sense that the bounded factor may not be replaced by an arbitrary one.

  • The lemma is the workhorse of the product rule: the identity xkykxy=xk(yky)+y(xkx)x_k y_k - xy = x_k(y_k - y) + y(x_k - x) exhibits the error as a sum of two products of a null sequence with a bounded one, and boundedness of (xk)(x_k) comes from Every convergent sequence is bounded.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 51 results over 23 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