Definition: The set of all integer bases b that are perfect integer powers of the same underlying root d (e.g., the Dyadic Frame D₂ = {2, 4, 8, ...}). All bases within a frame are structurally isomorphic.
Chapter 1: The Cousin Languages (Elementary School Understanding)
Imagine that number systems are different languages.
Base-10 is the language we speak every day.
Base-2 (binary) is the language computers speak.
Some languages are completely unrelated. But some are like cousins. They are part of the same "language family" because they all came from the same single "root" language a long time ago.
A Commensurable Frame is a Base Family.
The most famous family is the Dyadic Family, whose root is the number 2. This family includes Base-2, Base-4, Base-8, Base-16, and so on.
Another family is the Ternary Family, whose root is 3. This family includes Base-3, Base-9, Base-27, and so on.
The magical thing about cousin languages is that they are super easy to translate between. If you speak Base-2, you can learn Base-8 almost instantly, because Base-8 is just a way of saying three words of Base-2 at the same time. A Commensurable Frame is a group of number languages that are so similar, they are basically dialects of each other.
Chapter 2: Structurally Compatible Bases (Middle School Understanding)
A Commensurable Frame, or Base Family, is a set of number bases that are "structurally compatible" with each other. This compatibility comes from the fact that they are all integer powers of the same root number.
The Dyadic Frame (D₂): The Family of 2
Root: 2
Family Members: 2¹=2 (Binary), 2²=4 (Quaternary), 2³=8 (Octal), 2⁴=16 (Hexadecimal).
The Law of Structural Isomorphism:
The key property of a Commensurable Frame is that converting a number between any two bases within the frame is a simple regrouping operation. It does not require any complex multiplication or division. "Isomorphic" means "having the same shape," and this law says that the underlying structure of a number's digits is preserved when translating within a family.
Example: Translating from Binary (Base-2) to Hexadecimal (Base-16)
The relationship is 16 = 2⁴. The magic number is 4.
Take a binary number: 1101011110100011₂
Group the bits into chunks of 4, from right to left: 1101 0111 1010 0011
Translate each 4-bit chunk into its single hexadecimal digit:
0011 is 3.
1010 is 10, which is the symbol A in hex.
0111 is 7.
1101 is 13, which is the symbol D in hex.
The number is D7A3₁₆ in hexadecimal.
This effortless translation is only possible because Base-2 and Base-16 are in the same Commensurable Frame.
Chapter 3: The Root of the Frame (High School Understanding)
A Commensurable Frame, F_d, is formally defined as the set of all integer bases b that can be expressed as b = d^k for some integer k ≥ 1, where d is a non-power integer called the root of the frame.
Dyadic Frame (D₂): F₂ = {2, 4, 8, 16, ...}. The root is d=2.
Ternary Frame (D₃): F₃ = {3, 9, 27, ...}. The root is d=3.
Sextic Frame (D₆): F₆ = {6, 36, 216, ...}. The root is d=6.
The Law of Base Commensurability:
This law is the principle that underpins the entire concept. It states that two bases b₁ and b₂ are structurally compatible if and only if they are members of the same Commensurable Frame.
Incommensurable Frames:
Bases that do not share the same root (or more formally, whose roots have different prime factors) are incommensurable.
Example: Base-10 (root 10, with prime factors {2, 5}) and Base-6 (root 6, with prime factors {2, 3}) are incommensurable.
Converting between incommensurable frames is a computationally complex operation that involves full division and remainder calculations. This is the source of the Clash of Worlds or Frame Incompatibility. Simple digit patterns in one frame are scrambled into complex, seemingly random patterns in an incommensurable frame.
The concept of Commensurable Frames allows us to partition the infinite set of all possible number bases into distinct "families," each with its own internally consistent structural logic.
Chapter 4: A Partition of ℤ⁺ by Radical (College Level)
The concept of a Commensurable Frame is most rigorously defined using the radical of an integer. The radical, rad(n), is the product of the distinct prime factors of n.
Two bases, b₁ and b₂, belong to the same Commensurable Frame if and only if they have the same radical: rad(b₁) = rad(b₂).
This is a more general and powerful definition.
For the Dyadic Frame, b = 2^k. rad(2^k) = {2} for all k.
For the Ternary Frame, b = 3^k. rad(3^k) = {3} for all k.
But this also creates larger families. b₁=6 (rad={2,3}) and b₂=12=2²×3 (rad={2,3}) are in the same commensurable frame. This implies that while conversion between them is not simple bit-regrouping, they share a deep structural compatibility related to divisibility by 2 and 3.
Structural Isomorphism:
The Law of Structural Isomorphism states that within a frame where b₂ = b₁^k, the representation of a number N in b₂ can be obtained by grouping the digits of its representation in b₁ into blocks of k. This is a formal statement of the "cousin language" analogy. This property makes commensurable frames essential for efficient computation and data representation (e.g., the relationship between binary, octal, hex, and Base-64).
Role in the Treatise:
The Commensurable Frame is the fundamental concept for classifying the Arithmetic World. The treatise argues that many of the apparent complexities of number theory are not properties of the numbers themselves, but artifacts of viewing them through the "lens" of an incommensurable frame. By analyzing problems within a single, "native" frame (like the Dyadic Frame for the Collatz problem), this "Frame Dissonance" is eliminated, revealing the simpler, underlying clockwork mechanism.
Chapter 5: Worksheet - The Family of Bases
Part 1: The Cousin Languages (Elementary Level)
Which of these bases are in the same "language family" as Base-3? {5, 6, 9, 12, 27}
Why is it much easier to translate between Base-2 and Base-16 than between Base-2 and Base-10?
Part 2: The Power-Up Bases (Middle School Understanding)
The number 173 in decimal is 10101101₂ in binary. Use the bit-regrouping method to convert it to hexadecimal (Base-16).
The number 431 in octal (base-8) is 100011001₂ in binary. Convert 431₈ to base-2 using the regrouping trick in reverse.
What is a Commensurable Frame?
Part 3: The Root of the Frame (High School Understanding)
What is the root of the Commensurable Frame that contains Base-25 and Base-125?
What is Frame Incompatibility? Give an example of two incommensurable bases.
The Law of Structural Isomorphism applies to which pairs of bases?
Part 4: The Radical Test (College Level)
Using the rad(n) definition, are b₁=72 and b₂=48 in the same Commensurable Frame?
What is the radical of the Sextic Frame (D₆)?
Explain the statement: "The chaos of the Collatz map is an emergent property of the Frame Incompatibility between the D₂ operations and the D₃ multiplication."