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

✓ 8 results · all verified · 0 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 8 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Power Series and Real-Analytic Functions — Examples

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 passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The geometric series represents 1/(1−x) for ∣x∣<1 and re-expands explicitly about every c with ∣c∣<1

Statement

For ∣x∣<1,

11−x=∑n=0∞xn.

More generally, if ∣c∣<1, then

11−x=∑n=0∞(x−c)n(1−c)n+1(∣x−c∣<1−c).

Facts & Assumptions

Verification

technique · direct
1.1

Apply [L1] with t=x to get the first formula.

L1
2.1

The general results in [L2] show qualitatively that the sum re-expands about c and that the nonzero denominator there has a local reciprocal series. To identify that series and its full convergence interval directly, use 1−x=(1−c)(1−(x−c)/(1−c)) and 1−c>0, and apply [L1] with t=(x−c)/(1−c). This gives the second formula precisely when ∣x−c∣<1−c.

givenL1L2algebra∎
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

The radius-one series with coefficients 1/(n+1)2, 1/(n+1) and 1 realise absolute, conditional and divergent endpoint behaviour

Statement

Each of

∑n≥0xnι(n+1)2,∑n≥0xnι(n+1),∑n≥0xn

has radius 1. At x=±1 the first converges absolutely; the second converges conditionally at −1 and diverges at 1; the third diverges at both endpoints.

Facts & Assumptions

Verification

technique · cases
1.1

By [L1], all three Cauchy–Hadamard limit superiors equal 1, so [L2] gives radius 1 in each case.

L1L2
1.2

For the squared-denominator series, absolute values at either endpoint form the p-series with p=2, which converges by [L3].

assume-case squaredL3
1.3

For the first-power denominator, x=1 gives the divergent harmonic series, while x=−1 gives a convergent alternating series whose absolute series is harmonic.

assume-case harmonicL3
1.4

For the constant coefficients, at either endpoint the terms have absolute value 1 and do not tend to zero, so both endpoint series diverge.

assume-case constantgiven
2.1

The coefficient families in steps 1.2--1.4 exhaust the displayed series and give the asserted absolute, conditional, and divergent endpoint behaviours.

step 1.1step 1.2step 1.3step 1.4cases-exhaustive∎
CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

The series ∑n≥0ι(n!)xn converges only at x=0 and has radius zero

Statement

The real power series ∑n≥0ι(n!)xn has radius 0: it converges at its centre x=0 and diverges at every x≠0.

Facts & Assumptions

Verification

technique · direct
1.1

For every real M>0, [L1] applied to a geometric base larger than M shows that ι((k+1)!)1/(k+1)>M eventually. Hence the coefficient-root limit superior is +∞.

L1
2.1

By [L2], the radius is 0. At x=0 only the constant term survives, while for x≠0 the terms fail to tend to zero, so the stated convergence set follows.

step 1.1L2∎
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

The geometric series converges pointwise but not uniformly on (−1,1)

Statement

The partial sums of ∑n≥0xn converge pointwise to 1/(1−x) on (−1,1) but do not converge uniformly there.

Facts & Assumptions

Given: The geometric-series partial sums on (−1,1).

Verification

technique · direct
1.1

Consecutive partial sums differ by xN, whose supremum over (−1,1) is 1 for every N.

givenalgebra
2.1

Thus the partial sums are not uniformly Cauchy by [L2] and hence not uniformly convergent, though [L1] gives pointwise convergence. This is the counterexample recorded in FALSE: every power series converges uniformly on its entire open interval of convergence.

step 1.1L1L2∎
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

A rational function with nonvanishing denominator is locally represented by geometric-series expansions

Statement

The rational function r(x)=1/(2−x) is real analytic on R∖{2}. At every c≠2 it has the local expansion

12−x=∑n=0∞(x−c)n(2−c)n+1(∣x−c∣<∣2−c∣).

Verification

technique · direct
1.1

Factor 2−x=(2−c)(1−(x−c)/(2−c)) and apply [L1]. The resulting series is exactly the displayed one and converges when ∣x−c∣<∣2−c∣.

givenL1algebra
2.1

Since every c≠2 admits this positive-radius local representation, r is real analytic on its domain, in agreement with [L2].

step 1.1L2∎
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

The alternating harmonic series illustrates Abel's boundary-limit theorem without evaluating its sum

Statement

Let s denote the ordinary sum of the alternating harmonic series

s:=∑n=0∞(−1)nι(n+1).

Then, without evaluating s,

lim⁡x↑1∑n=0∞(−1)nxnι(n+1)=s.

Verification

technique · direct
1.1

By [L1], the ordinary sum s exists.

L1
2.1

Apply [L2] to its coefficients an=(−1)n/ι(n+1) to obtain the displayed limit. No closed-form evaluation of s is needed.

step 1.1L2∎
CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

Grandi's series is Abel summable to 1/2 but its partial sums do not converge

Statement

Grandi's series 1−1+1−1+⋯ is Abel summable to 1/2 but diverges ordinarily.

Facts & Assumptions

Given: Coefficients an=(−1)n.

[L1]
[L2]

Abel summability and ordinary convergence are defined through the boundary limit and partial sums, respectively (Abel summability by lim⁡x↑1∑anxn and Cesaro summability by the Cesaro means of the partial sums).

Verification

technique · direct
1.1

By [L1], the Abel transform tends to 1/2 as x↑1.

L1L2
2.1

The partial sums alternate between 1 and 0, so they diverge. This concretely refutes FALSE: Abel summability alone implies ordinary convergence of a series.

givenL2∎
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

1−2+3−4+⋯ is Abel summable to 1/4 but is not Cesaro summable

Statement

The series ∑n≥0(−1)nι(n+1) is Abel summable to 1/4, but its Cesaro means do not converge.

Verification

technique · direct
1.1

Differentiating ∑n≥0(−1)nxn=1/(1+x) and combining with the original series gives ∑n≥0(−1)nι(n+1)xn=1/(1+x)2 for 0≤x<1. Its limit as x↑1 is 1/4.

L1algebra
1.2

The inclusive partial sums satisfy S2m=ι(m+1) and S2m+1=−ι(m+1). Hence σ2m=ι(m+1)/ι(2m+1)→1/2, while σ2m+1=0.

L2algebra
2.1

Thus the Cesaro means have two distinct subsequential limits and do not converge, whereas step 1.1 proves Abel summability to 1/4.

step 1.1step 1.2∎

Sources