Definition: The size of the set of symbols used for counting in a positional numeral system. It defines the "language" or "reference frame" in which a number's arithmetic body is represented.
Chapter 1: The Size of Your Toolbox (Elementary School Understanding)
Imagine you are building numbers, but you only have a small toolbox of number "symbols" or "digits" to use. The base is how many different symbols you have in your toolbox.
Our everyday world is Base-10. Our toolbox has ten symbols: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.
A computer lives in Base-2 (binary). Its toolbox is tiny! It only has two symbols: {0, 1}.
An ancient group of people called the Babylonians used Base-60. Their toolbox was huge, with sixty different symbols!
The base is the most important rule that decides what numbers look like. When you are in Base-10, you write the number twelve as 12. But a computer, with its tiny Base-2 toolbox, has to write it differently. After it uses its 0 and 1, it has to "roll over" to the next column. It ends up writing twelve as 1100.
The base is the "language" a number is written in. Same number, different language, different look.
Chapter 2: The Rule of Grouping (Middle School Understanding)
A base is the number we group by in a positional number system.
In Base-10 (Decimal), we group things in tens.
When we write the number 234, we don't mean 2+3+4.
The position of each digit matters. It really means we have:
2 groups of a hundred (10 × 10)
3 groups of ten (10)
4 single units (1)
The base defines the value of each "place." The places are always powers of the base.
In Base-5, we group things in fives. The places are the powers of five: ..., 125, 25, 5, 1. The only digits we can use are {0, 1, 2, 3, 4}.
Let's write the number 234 in base-5.
How many 125s? 1. (234 - 125 = 109 left)
How many 25s in 109? 4. (109 - 100 = 9 left)
How many 5s in 9? 1. (9 - 5 = 4 left)
How many 1s in 4? 4.
So, the number 234 in base-10 is written as 1414₅ in base-5.
The base is the fundamental "reference frame" that gives meaning to the digits. It's the language that defines a number's Arithmetic Body.
Chapter 3: The Foundation of a Number's Body (High School Understanding)
The base b is a positive integer greater than 1 that defines a positional numeral system. For a given base b, any integer N has a unique representation as a sequence of digits dᵢ, where 0 ≤ dᵢ < b.
N = Σ dᵢbⁱ = dₖbᵏ + dₖ₋₁bᵏ⁻¹ + ... + d₀b⁰
The base is the cornerstone of the Arithmetic World. It defines the structure of the Arithmetic Body.
Variant Properties: All properties of the Arithmetic Body are base-dependent. A number's length, sum of digits, and Ψ-state all change when the base changes.
The Atoms of Arithmetic: The base defines the "atoms" of the system: the powers of b. The digits dᵢ are the coefficients that tell you how many of each atom are needed.
Commensurable vs. Incommensurable Bases:
The treatise classifies bases into "families."
Commensurable Bases: Two bases, b₁ and b₂, are commensurable (structurally compatible) if they are both integer powers of the same root number. For example, Base-2, Base-4, Base-8, and Base-16 are all in the Dyadic (D₂) Frame because they are all powers of 2. Converting between these bases is a simple, "lossless" regrouping of digits.
Incommensurable Bases: Two bases that are not powers of the same root, like Base-10 (2×5) and Base-6 (2×3). Converting between these bases is a complex operation that scrambles structural patterns. This Frame Incompatibility is a major source of mathematical complexity.
Chapter 4: The Modulus of a Polynomial Representation (College Level)
A number N's representation in base b can be seen as a polynomial in b.
N = P(b), where P(x) = dₖxᵏ + ... + d₀.
The base b is the specific integer value at which this polynomial is evaluated to yield the number N. It is the modulus that governs the behavior of the digits dᵢ, as they are the unique remainders produced by the Division Algorithm (dᵢ = floor(N / bⁱ) mod b).
The Base as a "Reference Frame":
In physics, an observer's reference frame determines their measurements of space and time. In Structural Dynamics, the base b is a mathematical reference frame that determines the measured properties of a number's Arithmetic Body.
The Algebraic Soul of a number (its prime factorization) is like an invariant physical object.
The Arithmetic Body is the set of measurements of that object (length, digit patterns, etc.) taken from a specific frame b.
Changing the base is equivalent to a change of coordinates.
The Law of Universal Base Commensurability is a key theorem. It states that two reference frames b₁ and b₂ are structurally equivalent if and only if their radicals (the set of their distinct prime factors) are identical. This is a more precise definition of a "commensurable frame." For example, base-6 (rad={2,3}) and base-12 (rad={2,3}) are commensurable, and conversion between them preserves certain structural properties related to divisibility by 2 and 3.
The choice of base is the choice of the lens through which we view a number's structure. The treatise argues that the Dyadic Frame (base-2) is the most fundamental and revealing lens, as it is the simplest possible base and the native language of computation.
Chapter 5: Worksheet - The Language of Numbers
Part 1: The Size of Your Toolbox (Elementary Level)
In Base-10, we have ten digits {0,1,2,3,4,5,6,7,8,9}. What are the digits in the toolbox for Base-5?
If you are in Base-3, what happens when you have 2 of something and you add 1 more? (Hint: you have to "roll over" to the next place value).
Part 2: The Rule of Grouping (Middle School Level)
The number 20 in base-10 is written as 40 in base-5. Explain what the digits in 40₅ represent in terms of grouping.
Convert the base-10 number 17 into base-2.
What does the term "base-dependent" mean?
Part 3: Commensurable Bases (High School Level)
Are base-9 and base-27 commensurable? Why or why not?
Are base-10 and base-12 commensurable? Why or why not?
The binary (base-2) number 110110₂ can be converted to base-4 by grouping the bits into pairs (11 01 10) and converting each pair (312₄). Why is this simple regrouping possible?
Part 4: The Reference Frame (College Level)
What is the radical of a base b? What is rad(12)?
Using the concept of radicals, explain why base-6 and base-18 are commensurable, but base-6 and base-10 are not.
Explain the statement: "The base b is the specific integer at which a number's representative polynomial P(x) is evaluated." Use the number N=25 in base-3 (221₃) as your example.