Encyclopedia Cosmology Cosmology Theta Crit From Dimension Rung Sum From Dimension
ARTICLE 3 claims 3 theorems
Cosmology Theta Crit From Dimension Rung Sum From Dimension
In the Recognition Science framework, a single machine-checked theorem ties the baryon asymmetry and a consciousness threshold to the number of spatial dimensions.
The rung sum
The theorem called rung_sum_from_dimension is a statement about two numbers that the framework places on a ladder of powers of the golden ratio. In plain language, it says that if the framework's model of three spatial dimensions forces a certain gap of 45, then the two rungs on that ladder, one for ordinary matter and one for a consciousness threshold, add up to exactly 1. The rung for matter sits at 1 minus 45, which is negative 44, and the rung for the threshold sits at 45. Their sum is 1.
This is a formal theorem in the framework's machine-checked library of formal theorems, not a definition or a guess. The library proves that the gap of 45 comes from the dimension: it is D squared times (D plus 2), and at D equals 3 that product is 9 times 5, which is 45. The theorem then verifies that negative 44 plus 45 equals 1. The framework's own document stresses that this is not a trivial identity like phi to the negative 44 times phi to the 45 equals phi. The point is that both exponents, negative 44 and 45, are derived from the same gap, which is derived from the dimension.
What the theorem does not claim is just as important. It does not claim that the number 45 is meaningful outside the framework's internal model. It does not claim that the framework has measured a consciousness threshold in a laboratory. It does not claim that the framework's derivation of three spatial dimensions is complete; the physical bridge from recognition to linking is an open target. The theorem only says that, given the framework's definitions and its forced dimension of 3, the two rungs sum to 1.
The consequence of this theorem is that the framework's cosmology module can replace a literal definition with a derivation. Previously the threshold was defined as phi to the 45, with 45 appearing as a magic number. Now it is a theorem that the exponent is forced by the dimension. This is a step toward the framework's goal of deriving physical constants from a single starting point, but it is a step inside the framework, not a claim about the external world.
THEOREM rung_sum_from_dimension · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
/-- The rung sum: the baryon rung and the consciousness rung
sum to A = 1 (the single active edge per tick). -/
theorem rung_sum_from_dimension :
eta_B_rung_derived + ↑(consciousnessGap D) = A := by
unfold eta_B_rung_derived A
omega
THEOREM eta_B_rung_derived_eq · gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
theorem eta_B_rung_derived_eq : eta_B_rung_derived = -44 := by
unfold eta_B_rung_derived A
norm_num [gap_at_D3]
theorem gap_at_D3 : consciousnessGap D = 45 := by native_decide
THEOREM gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
theorem gap_at_D3 : consciousnessGap D = 45 := by native_decide
What this page does not claim
The framework has measured a consciousness threshold in a laboratory. The number 45 is meaningful outside the framework's internal model. The framework's derivation of three spatial dimensions is physically complete.
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/Cosmology/ThetaCritFromDimension.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:
- How does the framework derive the number of spatial dimensions as exactly 3?
- What physical measurement, if any, could confirm or falsify the framework's consciousness threshold?
- What is the framework's definition of a consciousness saturation threshold in plain terms?
- How does the framework's derivation of the baryon asymmetry compare to the measured value from cosmology?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM rung_sum_from_dimension · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
/-- The rung sum: the baryon rung and the consciousness rung sum to A = 1 (the single active edge per tick). -/ theorem rung_sum_from_dimension : eta_B_rung_derived + ↑(consciousnessGap D) = A := by unfold eta_B_rung_derived A omegaThe theorem called rung_sum_from_dimension says that the two rungs on the ladder, one for ordinary matter and one for a consciousness threshold, add up to exactly 1. rung_sum_from_dimension · IndisputableMonolith/Cosmology/ThetaCritFromDimension.leanTHEOREM eta_B_rung_derived_eq · gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
theorem eta_B_rung_derived_eq : eta_B_rung_derived = -44 := by unfold eta_B_rung_derived A norm_num [gap_at_D3]theorem gap_at_D3 : consciousnessGap D = 45 := by native_decideThe rung for matter sits at 1 minus 45, which is negative 44, and the rung for the threshold sits at 45. eta_B_rung_derived_eq · gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.leanTHEOREM gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean
theorem gap_at_D3 : consciousnessGap D = 45 := by native_decideThe library proves that the gap of 45 comes from the dimension: it is D squared times (D plus 2), and at D equals 3 that product is 9 times 5, which is 45. gap_at_D3 · IndisputableMonolith/Cosmology/ThetaCritFromDimension.lean