Encyclopedia Foundation Foundation Universal Forcing Strict Music Music Arith Equiv Logic Nat

ARTICLE 3 claims 2 theorems 1 model

Foundation Universal Forcing Strict Music Music Arith Equiv Logic Nat

A machine-checked library of formal theorems shows that a musical scale built from octaves can carry the same arithmetic as the natural numbers.

The musical arithmetic bridge

A musical interval is a ratio between two frequencies. An octave doubles the frequency, a perfect fifth multiplies it by three halves, and a perfect fourth by four thirds. The Recognition Science framework builds a musical realization on these positive frequency ratios, and its machine-checked library of formal theorems proves a striking structural fact: the arithmetic that emerges from stacking octaves is equivalent to the arithmetic of the natural numbers.

The declaration music_arith_equiv_logicNat establishes this equivalence. In plain terms, it says that the structure you get by starting with the octave as a generator and building up all reachable frequency ratios is, as a mathematical system, indistinguishable from the counting numbers. The comparison uses an equality cost: two ratios are considered identical only when they are exactly equal, and different otherwise. This is a strict pass; richer psychoacoustic dissonance costs could refine it later.

The proof is not a hand-waving analogy. It is a formal theorem in the framework's library, checked by a computer. The declaration is a definition that constructs the equivalence explicitly, using a previously established orbit equivalence. This means the claim is not merely that music resembles arithmetic, but that the two structures are isomorphic: every arithmetic statement has a musical counterpart, and vice versa.

What this does not claim is important. It does not claim that music is arithmetic in any aesthetic or psychological sense. It does not claim that the perfect fifth or fourth are derived from the framework's forcing chain; they are chosen as definitions. It does not claim that the equivalence extends to richer musical structures like chords, harmony, or dissonance. The equivalence holds for the strict equality-cost realization only.

The consequence is a bridge between two domains that seem far apart. If a musical scale can carry the arithmetic of the natural numbers, then the framework's claim that recognition events force structure gains a concrete, checkable instance in an unexpected place. The reader can now see that the equivalence is a formal fact, not a metaphor, and that its scope is precisely limited to the strict realization.

THEOREM music_arith_equiv_logicNat · IndisputableMonolith/Foundation/UniversalForcing/Strict/Music.lean
noncomputable def music_arith_equiv_logicNat :
    (StrictLogicRealization.arith strictMusicRealization).peano.carrier
      ≃ ArithmeticFromLogic.LogicNat :=
  (StrictLogicRealization.toLightweight strictMusicRealization).orbitEquivLogicNat
MODEL ratioCost · IndisputableMonolith/Foundation/UniversalForcing/Strict/Music.lean
noncomputable def ratioCost (a b : FrequencyRatio) : Nat :=
  if a = b then 0 else 1
THEOREM music_arith_equiv_logicNat · IndisputableMonolith/Foundation/UniversalForcing/Strict/Music.lean
noncomputable def music_arith_equiv_logicNat :
    (StrictLogicRealization.arith strictMusicRealization).peano.carrier
      ≃ ArithmeticFromLogic.LogicNat :=
  (StrictLogicRealization.toLightweight strictMusicRealization).orbitEquivLogicNat

What this page does not claim

The perfect fifth and fourth are derived from the framework's forcing chain. The equivalence holds for any musical realization other than the strict equality-cost one. Music is arithmetic in an aesthetic or psychological sense.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Foundation/UniversalForcing/Strict/Music.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND