Abelian-normal decimal expansions

This paper introduces the concept of abelian-normal numbers by adapting abelian complexity functions to digit expansions, constructs a non-normal analogue of Champernowne's constant that satisfies this new property, and proposes open problems regarding its behavior.

John M. Campbell

Published 2026-03-05
📖 5 min read🧠 Deep dive

Here is an explanation of the paper "Abelian-normal decimal expansions" by John M. Campbell, translated into simple language with creative analogies.

The Big Idea: Sorting the Chaos

Imagine you have a giant, endless string of numbers, like a long necklace made of beads. In mathematics, a "normal number" is like a perfectly fair necklace. If you look at any section of it, every possible combination of beads (like "1-2-3" or "5-5-9") appears with the exact same frequency as every other combination of the same length.

The most famous example of this is Champernowne's Constant (C10C_{10}). It's created by just writing down all the counting numbers in a row:
0.123456789101112131415...

Mathematicians have known for a long time that this number is "normal." It's statistically perfect.

The Twist: What if we shuffle the beads?

The author of this paper asks a fun question: What happens if we take this perfect necklace and rearrange the beads, but only in a very specific way?

Imagine you have a section of the necklace that contains only the digits 0 and 1 (like a binary code). The author decides to take every single chunk of 0s and 1s in the number and sort them.

  • If he finds a messy chunk like 101001, he turns it into 000111.
  • He leaves all the other numbers (2 through 9) exactly where they are.

He creates a new number, let's call it D10D_{10}.

The Problem: It's No Longer "Normal"

If you look at the new number D10D_{10}, it is not a normal number anymore. Why?
Because the author forced every chunk of 0s and 1s to be sorted. This means you will never see the pattern 10 appear in the number! In a normal number, 10 should appear just as often as 01. Since 10 is banned, the number is "broken" or "abnormal" by the standard rules.

The Solution: A New Way to Count

Here is where the paper gets clever. The author says, "Okay, D10D_{10} isn't normal by the old rules. But maybe it's normal by new rules."

He introduces a concept called "Abelian Normality."

The Analogy: The "Bag of Marbles" Rule
Imagine you are counting how often a specific pattern appears.

  • Old Rule (Normality): You are a strict librarian. You only count the pattern 1-2-3. If you see 3-2-1, you ignore it.
  • New Rule (Abelian Normality): You are a relaxed collector. You don't care about the order. You have a "bag of marbles." If you are looking for the pattern 1-2-3, you also count 3-2-1, 2-1-3, 1-3-2, etc. As long as the bag contains one 1, one 2, and one 3, it counts as a match.

The author proves that while D10D_{10} is broken under the "Strict Librarian" rules, it is actually perfectly fair under the "Relaxed Collector" rules.

How Did He Prove It?

To prove this, the author had to invent a special "Weighting System."

Think of the number line as a busy highway.

  • In the original number (C10C_{10}), cars (digits) drive in all sorts of random orders.
  • In the new number (D10D_{10}), the author took every group of 0s and 1s and forced them to line up in a single file (sorted).

Because of this sorting, some patterns disappear, and new ones appear. To make the math work out to "fairness," the author had to assign a weight (or a score) to every pattern.

  • If a pattern is very common in the original number but rare in the new one, he gives it a high weight.
  • If a pattern is rare in the original but common in the new one, he gives it a low weight.

By carefully calculating these weights (using complex formulas involving factorials and limits), he showed that if you count the patterns in D10D_{10} using his special weights, the number turns out to be Abelian-Normal.

The Takeaway

  1. Normal Numbers: Perfectly random sequences where order matters.
  2. Abelian-Normal Numbers: Sequences that might look "sorted" or "messy" if you look at the order, but are perfectly random if you only look at what is in the sequence, not where it is.
  3. The Result: The author built a new number (D10D_{10}) that is "broken" by normal standards but "perfect" by these new "Abelian" standards.

Why Does This Matter?

This is like discovering a new type of randomness. Usually, we think randomness means "no pattern." This paper shows that you can have a number that looks like it has a pattern (because the 0s and 1s are sorted), but if you look at it through the right mathematical lens (ignoring the order), it is actually just as random as the original.

The paper ends with two open questions:

  1. Is this new number D10D_{10} a "transcendental" number (a number that isn't the solution to any simple algebraic equation)?
  2. Can we find a number that is "Abelian-Normal" but fails the "Pure" version of this test?

In short, the paper takes a known mathematical object, breaks it, and then invents a new set of glasses that makes the broken object look perfect again.