Alphabeta Math
CounterexampleConstruction: 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.

A nonnegative non-monotone sequence for which ak\sum a_k and 2ka2k\sum 2^k a_{2^k} behave differently

Statement refuted

Refuted claim: for every family (ak)k1(a_k)_{k \ge 1} with ak0a_k \ge 0, k1ak\sum_{k \ge 1} a_k converges if and only if j02ja2j\sum_{j \ge 0} 2^{j} a_{2^{j}} converges.

This is For a nonincreasing nonnegative sequence, ak\sum a_k converges iff 2ka2k\sum 2^k a_{2^k} converges with its monotonicity hypothesis deleted. Let P:={2j:jN}P := \{2^{j} : j \in \mathbb{N}\} be the set of powers of 22 and define, for naturals k1k \ge 1,

ak  :=  {0if kP,1if kP.a_k \;:=\; \begin{cases} 0 & \text{if } k \in P, \\ 1 & \text{if } k \notin P. \end{cases}

Every term is nonnegative, and the family is not monotone in either direction: a1=0<1=a3a_1 = 0 < 1 = a_3 and a3=1>0=a4a_3 = 1 > 0 = a_4, since 1=201 = 2^{0} and 4=224 = 2^{2} belong to PP while 33 does not.

The condensed series is j02ja2j=j00\sum_{j \ge 0} 2^{j} a_{2^{j}} = \sum_{j \ge 0} 0, which converges with sum 00. The original series k1ak\sum_{k \ge 1} a_k diverges, because ak=1a_k = 1 at arbitrarily large indices, so its terms do not tend to 00 (If a series converges then its terms tend to 00).

Facts & Assumptions

Given: P={2j:jN}P = \{2^{j} : j \in \mathbb{N}\} and the family aka_k defined above for naturals k1k \ge 1 (Series, partial sums, convergence and the sum, divergence, and the tail series, Integer powers ama^m).

[L1]

Powers of 22: 2j12^{j} \ge 1, 2j+1=22j2^{j+1} = 2 \cdot 2^{j}, and j2jj \mapsto 2^{j} is strictly increasing, since 2>12 > 1 (Integer powers ama^m, Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n, Canonical naturals are positive and strictly increasing).

[L2]

The naturals are discrete: no natural lies strictly between nn and n+1n+1 (Discreteness: σ(n)\sigma(n) is the immediate successor).

[L3]

The principle of induction (The principle of mathematical induction).

[L4]

A finite sum of zeros is zero, and a constant sequence converges to its value (Laws of finite sums and finite products, Finite sums and finite products, by recursion, Limits and Cauchy sequences of reals).

[L5]

A series whose terms do not converge to 00 diverges (If a series converges then its terms tend to 00, Limits and Cauchy sequences of reals).

[L7]

The refuted claim: nonnegativity alone suffices for the condensation equivalence.

Counterexample

technique · direct
1.1

Every aka_k is 00 or 11, hence nonnegative, so the family satisfies the hypothesis of the claim.

givenL7
1.2

The family is not monotone: 1=20P1 = 2^{0} \in P and 4=22P4 = 2^{2} \in P give a1=a4=0a_1 = a_4 = 0, while 3P3 \notin P gives a3=1a_3 = 1; so a1<a3a_1 < a_3 rules out nonincreasing and a3>a4a_3 > a_4 rules out nondecreasing. That 3P3 \notin P holds because 21=2<3<4=222^{1} = 2 < 3 < 4 = 2^{2} and j2jj \mapsto 2^{j} is strictly increasing, so a power of 22 equal to 33 would force a natural strictly between 11 and 22.

givenL1L2
1.3

Every condensed term is 2ja2j=2j0=02^{j} a_{2^{j}} = 2^{j} \cdot 0 = 0, since 2jP2^{j} \in P for every jj.

givenL1
1.4

An induction gives 2n>ι(n)2^{n} > \iota(n) for every nNn \in \mathbb{N}: at n=0n = 0 this reads 1>01 > 0; and if 2n>ι(n)2^{n} > \iota(n) then 2n+1=2n+2n2n+1>ι(n)+1=ι(n+1)2^{n+1} = 2^{n} + 2^{n} \ge 2^{n} + 1 > \iota(n) + 1 = \iota(n+1).

L1L3
1.5

For every n1n \ge 1 the natural 2n+12^{n}+1 is not in PP: it satisfies 2n<2n+1<2n+12^{n} < 2^{n}+1 < 2^{n+1}, the second inequality because 2n+1=2n+2n2n+22^{n+1} = 2^{n} + 2^{n} \ge 2^{n} + 2; so a power of 22 equal to it would force a natural strictly between nn and n+1n+1.

L1L2
2.1

So the condensed series has all partial sums equal to 00 and converges, with sum 00.

step 1.3L4
2.2

Hence for every n1n \ge 1 the index k:=2n+1k := 2^{n}+1 satisfies k>ι(n)nk > \iota(n) \ge n and ak=1a_k = 1, so ak=1a_k = 1 at indices exceeding any prescribed bound.

step 1.4step 1.5given
3.1

Therefore the terms of k1ak\sum_{k \ge 1} a_k do not converge to 00: with the rational tolerance 1/21/2 no index KK satisfies ak<1/2|a_k| < 1/2 for all kKk \ge K. So that series diverges.

step 2.2L5
4.1

The condensed series converges while the original diverges, so the claimed equivalence fails and the claim is false; the genuine condensation theorem is untouched, since its monotonicity hypothesis is violated here.

step 2.1step 3.1step 1.2L6L7

Remarks

  • The witness knocks out exactly one estimate. Condensation squeezes the block a2n,,a2n+11a_{2^{n}}, \dots, a_{2^{n+1}-1} between 2n2^{n} copies of its last term and 2n2^{n} copies of its first, and both bounds are consequences of monotonicity. Here the first term of each block is 00 and the rest are 11, so the upper bound 2na2n=02^{n} a_{2^{n}} = 0 is wildly wrong, and it is the upper bound that the convergence direction of the theorem uses.

  • The failure is one-directional here, and the other direction can fail too. This witness has a convergent condensed series and a divergent original. The complementary family ak:=1/ka_k := 1/k for kPk \in P and ak:=0a_k := 0 otherwise reverses the roles, its original series being a geometric one and its condensed series having every term equal to 11; that variant is not verified here, and only the direction exhibited above is claimed.

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: 87 results over 28 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