Normal Number — Definition, Formula & Examples
A normal number is a real number whose digit expansion in a given base contains every possible string of digits with the same limiting frequency you would expect from a random sequence. For instance, in base 10, each digit 0–9 appears exactly 1/10 of the time, each pair of digits appears 1/100 of the time, and so on.
A real number is normal in base if, for every positive integer and every string of digits in base , the limiting frequency of occurrences of in the base- expansion of equals . A number that is normal in every integer base is called absolutely normal.
How It Works
To check whether a number is normal in base 10, you examine its decimal expansion and count how often each digit appears in the first digits, then take the limit as . Each single digit should appear with frequency , each two-digit block with frequency , and each -digit block with frequency . Proving normality for specific well-known constants is extremely difficult. Although almost all real numbers are normal (in the measure-theoretic sense), no one has proved that , , or is normal in any base. The Champernowne number was one of the first explicit examples proven normal in base 10.
Example
Problem: The Champernowne number is formed by concatenating all positive integers in base 10. Verify the expected frequency of the digit 7 in the portion covering all one-digit numbers (1 through 9).
Step 1: List the digits contributed by the one-digit numbers 1 through 9. Each contributes exactly one digit, giving 9 digits total.
Step 2: Count occurrences of the digit 7. It appears exactly once among these 9 digits.
Step 3: For a normal number in base 10, the expected limiting frequency of any single digit is . In this small sample the frequency is slightly above , but as more integers are concatenated, the frequency of every digit converges to exactly . This convergence is what Champernowne proved in 1933.
Answer: The digit 7 appears with limiting frequency in , consistent with normality in base 10.
Why It Matters
Normal numbers sit at the intersection of number theory, ergodic theory, and information theory. Understanding digit distribution is relevant to pseudorandom number generation and to open problems about famous constants like . Determining whether specific irrational numbers are normal remains one of the notable unsolved problems in mathematics.
Common Mistakes
Mistake: Assuming that an irrational number must be normal because its digits never repeat.
Correction: Irrationality only means the expansion is non-terminating and non-repeating. A number like is irrational but clearly not normal, since most digits are 0.
