Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck 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) and (yk) be sequences of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences). If (xk) converges to 0 (Limits and Cauchy sequences of reals) and (yk) is bounded, then the product sequence (xkyk) converges to 0.

No assumption is made that (yk) 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) and (yk) of reals with (xk) converging to 0, and a real M with ∣yk∣≤M for every k∈N (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L1]

(xk) converges to x when for every rational ε>0 there is K∈N with ∣xk−x∣<ε^ for all k≥K (Limits and Cauchy sequences of reals).

[L2]

Absolute value: ∣uv∣=∣u∣ ∣v∣, ∣u∣≥0, and ∣u−0∣=∣u∣ (Basic properties of the absolute value).

[L3]

Products of inequalities: 0≤a≤b and 0≤c≤d give ac≤bd; and for c>0, a<b gives ac<bc (Multiplying inequalities of positives, Sign rules for products and monotonicity of multiplication).

[L4]

Order arithmetic in R: 0<1, adding a constant preserves the strict order, and ≤ 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>0 then c−1>0, so ε/c>0 whenever ε>0 and c>0 (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).

[L6]

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

Proof

technique · direct
1.1

Since ∣y0∣≤M and ∣y0∣≥0, transitivity gives M≥0; put C:=M+1, so that C>0 and ∣yk∣≤M≤C for every k.

L2L4
2.1

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

step 1.1L5
3.1

Since (xk) converges to 0, there is K∈N with ∣xk∣=∣xk−0∣<η for every k≥K.

step 2.1L1L2L6
4.1

For every k≥K we get ∣xkyk−0∣=∣xk∣ ∣yk∣≤∣xk∣ C<η C=ε, the first inequality from 0≤∣xk∣≤∣xk∣ and 0≤∣yk∣≤C, the second from ∣xk∣<η and C>0.

step 1.1step 3.1L2L3L4
5.1

Since the real ε>0 was arbitrary, (xkyk) converges to 0.

step 4.1L1L6∎

Remarks

  • The hypothesis on (yk) looks weaker if it is stated as "eventually bounded", but it is not: a sequence bounded from some index K on is bounded outright. If ∣yk∣≤M for every k≥K, then M′:=max⁡{ ∣y0∣,…,∣yK−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 ∣yk∣≤M′ for every k. That is the same absorption of finitely many initial terms used in Every convergent sequence is bounded.

  • Boundedness of (yk) is essential. Take xk:=1/(k+1), which is null (that sequence is shown to converge to 0 in FALSE: limits preserve strict inequalities), and yk:=(k+1)2. Their product is xkyk=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 xkyk−xy=xk(yk−y)+y(xk−x) exhibits the error as a sum of two products of a null sequence with a bounded one, and boundedness of (xk) comes from Every convergent sequence is bounded.

Depends on

Used by

Dependency tree · two levels

31 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