Normality of a sum of two Stoneham constants
For coprime the Stoneham constant is known to be -normal. Bailey and Borwein asked in 2012 what happens to a sum of two of them sharing the base: with , and coprime, is normal in base ? In their words, "it is not known at the present time whether the sum is -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 -NONnormal Stoneham constants is -nonnormal, which concerns a different base and the opposite property. The open half was normality in the common defining base , 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 and every , the proportion of overlapping starting positions whose shifted fractional part lands in the half-open radix cylinder tends to , 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