Encyclopedia Foundation Foundation Coherence Exponent Uniqueness Exponent Unique At D3
ARTICLE 4 claims 3 theorems 1 model
Foundation Coherence Exponent Uniqueness Exponent Unique At D3
Two independent counting rules for a coherence exponent agree only in three dimensions, and the agreement forces the value 5.
The uniqueness of the exponent
The number 5 appears in many places, but in this framework it is singled out by a precise agreement. The declaration exponent_unique_at_D3 states a theorem about two simple functions of dimension D. The first, called the Fibonacci deficit, is 2^D minus D. The second, called the integration measure, is D plus 2. For D equal to 1, 2, 3, and 4, the theorem says these two functions are equal if and only if D is 3. At D = 3, both equal 5.
The theorem is a statement about arithmetic, not about physics. It proves that among the dimensions 1, 2, and 4 the two rules disagree, and at 3 they agree. The proof is a direct computation, checked by the machine-checked library of formal theorems. The result is that the exponent 5 is uniquely forced at D = 3 within this pair of definitions. The library also records a corollary that bundles the agreement and the value: k_fib(3) = 5, k_int(3) = 5, and k_fib(3) = k_int(3).
In Recognition Science, the framework models a discrete record of events, called a ledger, and the cost of recognition is forced by five conditions. From that cost function, the framework derives a chain of results, and this exponent is one rung. The framework uses the value 5 to set the reduced Planck constant in its own units, hbar = phi^(-5), where phi is the golden ratio. The Einstein coupling constant is set by the same exponent and an eight-tick period. These constants are consequences of the framework's definitions, not free parameters.
What the theorem does not claim is just as important as what it proves. It does not claim that D = 3 is the only dimension where any two conceivable rules agree. It does not claim that the two functions k_fib and k_int are physically meaningful outside the framework's definitions. It does not claim that the agreement at D = 3 explains why space has three dimensions. The theorem is a formal statement about two arithmetic functions, and the framework's interpretation of that statement is a separate layer.
The practical upshot is that the framework has a single, well-defined coherence exponent, and that exponent is 5. A reader can verify the arithmetic directly: 2^3 - 3 = 5 and 3 + 2 = 5, while 2^1 - 1 = 1 and 1 + 2 = 3, and so on. The uniqueness is a fact about these functions, and the framework builds on it.
THEOREM exponent_unique_at_D3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- D = 3 is the unique dimension in {1,2,3,4} where both routes agree. -/
theorem exponent_unique_at_D3 :
∀ D ∈ ({1, 2, 3, 4} : Finset ℕ), k_fib D = k_int D ↔ D = 3 := by
decide
THEOREM both_equal_5_at_3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- Both equal 5 at D = 3. -/
theorem both_equal_5_at_3 : k_fib 3 = 5 ∧ k_int 3 = 5 := by decide
THEOREM coherenceExponentCert · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
def coherenceExponentCert : CoherenceExponentCert where
agree_at_3 := agreement_at_3
both_five := both_equal_5_at_3
disagree_1 := disagreement_at_1
disagree_2 := disagreement_at_2
disagree_4 := disagreement_at_4
unique_at_3 := exponent_unique_at_D3
k5_forced := k5_forced_at_D3
MODEL coherenceExponent · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- From k=5: ℏ = φ^(-5) in RS units. -/
def coherenceExponent : ℕ := 5
What this page does not claim
The theorem does not prove that three-dimensional space is the only possible physical space. The theorem does not claim that the two functions k_fib and k_int are physically meaningful outside the framework's definitions. The theorem does not establish that the exponent 5 is unique among all possible rules, only among these two.
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/CoherenceExponentUniqueness.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:
- What physical interpretation does the framework give to the coherence exponent 5?
- How does the uniqueness at D = 3 connect to the framework's derivation of three spatial dimensions?
- What is the role of the eight-tick period in setting the Einstein coupling constant?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM exponent_unique_at_D3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- D = 3 is the unique dimension in {1,2,3,4} where both routes agree. -/ theorem exponent_unique_at_D3 : ∀ D ∈ ({1, 2, 3, 4} : Finset ℕ), k_fib D = k_int D ↔ D = 3 := by decideThe theorem says these two functions are equal if and only if D is 3. exponent_unique_at_D3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.leanTHEOREM both_equal_5_at_3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- Both equal 5 at D = 3. -/ theorem both_equal_5_at_3 : k_fib 3 = 5 ∧ k_int 3 = 5 := by decideAt D = 3, both equal 5. both_equal_5_at_3 · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.leanTHEOREM coherenceExponentCert · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
def coherenceExponentCert : CoherenceExponentCert where agree_at_3 := agreement_at_3 both_five := both_equal_5_at_3 disagree_1 := disagreement_at_1 disagree_2 := disagreement_at_2 disagree_4 := disagreement_at_4 unique_at_3 := exponent_unique_at_D3 k5_forced := k5_forced_at_D3The proof is a direct computation, checked by the machine-checked library of formal theorems. coherenceExponentCert · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.leanMODEL coherenceExponent · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean
/-- From k=5: ℏ = φ^(-5) in RS units. -/ def coherenceExponent : ℕ := 5The framework uses the value 5 to set the reduced Planck constant in its own units, hbar = phi^(-5). coherenceExponent · IndisputableMonolith/Foundation/CoherenceExponentUniqueness.lean