Definition: The powers of the chosen base, such as {1, 2, 4, 8, ...} for the dyadic (base-2) frame.
Chapter 1: The Magic Set of Measuring Cups (Elementary School Understanding)
Imagine you are a baker, but you have a very special set of measuring cups. You don't have a cup for 3 ounces or 7 ounces. You only have cups for specific sizes:
A 1-ounce cup.
A 2-ounce cup.
A 4-ounce cup.
An 8-ounce cup.
...and so on, with each cup being double the size of the last.
These special measuring cups are the Atoms of Arithmetic.
The magic rule is that you can measure out any amount of flour you want, but you can only fill each magic cup once (or not at all). To measure 13 ounces, you would fill:
The 8-ounce cup.
The 4-ounce cup.
The 1-ounce cup.
(8 + 4 + 1 = 13)
These "atoms" are the fundamental building blocks of how we write and measure numbers in the computer's world (the binary system). Every number has a unique recipe made by adding these special-sized cups together.
Chapter 2: The Place Values of a Number System (Middle School Understanding)
In our everyday base-10 system, the "place values" are the powers of ten: 1, 10, 100, 1000, and so on. The number 352 is really a recipe: (3 × 100) + (5 × 10) + (2 × 1).
The Atoms of Arithmetic are these fundamental place values. They are the powers of the base you are working in.
Atoms for Base-10: {1, 10, 100, 1000, ...}
Atoms for Base-2 (Binary): {1, 2, 4, 8, 16, ...}
Atoms for Base-8 (Octal): {1, 8, 64, 512, ...}
A number's Arithmetic Body (its sequence of digits) is a recipe that tells you how many of each "atom" you need to add together to make the number. For example, the binary number 1101₂ is a recipe that says:
"Take one 8-atom, one 4-atom, zero 2-atoms, and one 1-atom."
1×8 + 1×4 + 0×2 + 1×1 = 13.
These atoms are the building blocks of a number's representation, which is different from the atoms that make up the number itself.
Chapter 3: The Basis of a Positional Number System (High School Understanding)
The Atoms of Arithmetic for a given base b are the set of integer powers of that base: {b⁰, b¹, b², b³, ...}. These atoms form the basis for the positional number system.
A number's Arithmetic Body (its representation in base b) is its unique expression as a linear combination of these atoms, where the coefficients are the digits dᵢ:
N = dₖbᵏ + dₖ₋₁bᵏ⁻¹ + ... + d₁b¹ + d₀b⁰
It is crucial to distinguish these from the Atoms of Algebra:
Atoms of Arithmetic: Powers of the base. They are base-dependent. For the number 12, the base-2 atoms used are {8, 4}.
Atoms of Algebra: Prime numbers. They are base-invariant. For the number 12, the algebraic atoms are {2, 2, 3}, no matter what base you use.
The Arithmetic World is the realm where we study how numbers are constructed by adding the Atoms of Arithmetic. The Algebraic World is the realm where we study how numbers are constructed by multiplying the Atoms of Algebra.
The Additive DNA of a number is the specific "recipe" of arithmetic atoms needed to construct it. For N=18 in base-2, the Additive DNA is 10010₂, which corresponds to the recipe: "one 16-atom and one 2-atom."
Chapter 4: The Basis Vectors of a Sequence Space (College Level)
The Atoms of Arithmetic for a base b can be formally viewed as the basis vectors that span the vector space of integers. While integers technically form a ring and not a vector space, we can think of a number's representation as a vector of its digits.
The representation (dₖ...d₁d₀)_b can be seen as a vector <dₖ, ..., d₁, d₀>. The value of the number is the dot product of this digit vector with the vector of the Atoms of Arithmetic:
N = <dₖ, ..., d₀> ⋅ <bᵏ, ..., b⁰>
The Dyadic Frame (b=2):
In the study of Structural Dynamics, the most important set of arithmetic atoms is the one for the dyadic frame: {1, 2, 4, 8, ...} or {2⁰, 2¹, 2², 2³, ...}.
These atoms are the building blocks of the Arithmetic Body.
The Popcount (ρ) of a number is the number of non-zero atoms in its unique additive recipe.
The Zerocount (ζ) is the number of consecutive atoms "skipped" in the recipe.
The Additive-Multiplicative Clash can be seen as the fundamental incommensurability between these two sets of atoms. The prime atoms {2, 3, 5, ...} and the dyadic atoms {1, 2, 4, ...} define two different "coordinate systems" for the integers. The operation n → n+1, which is a simple, predictable transformation in the coordinate system of the dyadic atoms, results in a chaotic and unpredictable re-expression in the coordinate system of the prime atoms.
The Atoms of Arithmetic define the structure of the Body, which is the domain of computation and representation. The Atoms of Algebra define the structure of the Soul, which is the domain of abstract number theory.
Chapter 5: Worksheet - Two Kinds of Atoms
Part 1: The Magic Measuring Cups (Elementary Level)
Using the binary measuring cups {1, 2, 4, 8, 16...}, which cups would you fill to measure out 21 ounces of flour?
What are the "unbreakable LEGOs" (Atoms of Algebra) for the number 21?
Are the measuring cups the same as the unbreakable LEGOs for the number 21?
Part 2: Place Values (Middle School Understanding)
List the first four Atoms of Arithmetic for base-3.
The number 25 in base-3 is 221₃. Write this out as a sum of its arithmetic atoms.
The number 25 is 11001₂ in base-2. What arithmetic atoms are used to build it in this base?
Part 3: The Basis (High School Level)
Explain the fundamental difference between the Atoms of Algebra and the Atoms of Arithmetic using the number 36. List both sets of atoms.
The "Additive DNA" is a recipe for combining which set of atoms?
What operation (addition or multiplication) is associated with each set of atoms?
Part 4: Basis Vectors (College Level)
What are the "atoms" of the Algebraic World versus the "atoms" of the Arithmetic World?
The Popcount ρ(N) is a count of which type of atom?
Explain the Additive-Multiplicative Clash as a conflict between two different "coordinate systems" defined by these two sets of atoms.