VibeMathedMath problems solved with AI

Normality of a sum of two Stoneham constants

For coprime b,c2b,c\ge 2 the Stoneham constant αb,c=k11/(ckbck)\alpha_{b,c}=\sum_{k\ge1}1/(c^{k}b^{c^{k}}) is known to be bb-normal. Bailey and Borwein asked in 2012 what happens to a sum of two of them sharing the base: with b,c1,c22b,c_1,c_2\ge2, (b,c1)(b,c_1) and (b,c2)(b,c_2) coprime, is αb,c1+αb,c2\alpha_{b,c_1}+\alpha_{b,c_2} normal in base bb? In their words, "it is not known at the present time whether the sum αb,c1+αb,c2\alpha_{b,c_1}+\alpha_{b,c_2} is bb-normal".

Result
Proved(see note)
Status
Resolved
AI contribution
AI-discovered
Method
Argument
Field
Normal numbers and digit expansions
Posed by
David H. Bailey and Jonathan M. Borwein, "Nonnormality of Stoneham constants", Ramanujan J. 29 (2012) 409-422, Section 4 (repeated in Section 6)
Year posed
2012
Years open
14y
Solved
2026-09-10
Model
ChatGPT-6 Astra
Vendor
OpenAI
Collaborators
Verification
Lean-verified
Publication
Preprint
Significance
25 / 100
Disclosed cost
Wikipedia
No dedicated article

What was actually shown

Yes: the sum of two Stoneham constants sharing a base is normal in that base, for every admissible pair of parameters, with overlapping occurrences counted. Not to be confused with what the same 2012 paper proves: its Theorem 3 shows a sum of two BB-NONnormal Stoneham constants is BB-nonnormal, which concerns a different base and the opposite property. The open half was normality in the common defining base bb, and that is what this settles.

What the AI did

The submitter states that the model chose the problem, proved it and produced the Lean formalisation. That is their account of their own project and is recorded at face value; as with this author's earlier xi-normality entry, the repository does not separate what a model did from what a person did, and the manuscript carries no author byline, so nothing found in review corroborates the autonomy claim beyond the submitter's word and nothing contradicts it.

Verification

Checked here on 12 September 2026 by reading the repository at commit f4d3d1f. Challenge.lean imports only Mathlib, writes the Stoneham series out in full, and states normality of the sum directly: for every length ll and every j<blj<b^{l}, the proportion of overlapping starting positions n<Mn<M whose shifted fractional part lands in the half-open radix cylinder tends to blb^{-l}, under the coprimality hypotheses the paper asks for. Nothing project-defined appears in it. Solution.lean proves that exact proposition by unfolding definitions only, adding no analytic or normality assumption. Audit.lean pins the axiom lists of six declarations including the solution with #guard_msgs, so a changed list fails the build rather than printing a note, and GitHub Actions built from the pinned toolchain (Lean 4.34.0-rc2) and mathlib commit, ran that audit, and separately verified a sha256 fingerprint of the submitted statement - two green runs on 10 September. Unlike this author's xi-normality repository there is no comparator configuration, so there is no independent-kernel replay; the statement fingerprint covers statement tampering and Lean's own typechecking anchors the solution to the challenge. The build was not repeated here, and the correspondence to the 2012 paper was checked by reading Section 4 at source.

Sources

Submitted by nufrogcaca on

Changelog2 changes

Discussion