Encyclopedia Constants Constants Planck Scale Matching Octants Cover Sphere

ARTICLE 3 claims 3 theorems

Constants Planck Scale Matching Octants Cover Sphere

A sphere's total solid angle is 4π, and the framework's octant decomposition accounts for every steradian of it, a fact that anchors its later Planck-scale ratios.

The octant identity

A sphere, as seen from its center, subtends a total solid angle of 4π steradians. Dividing that sphere into its eight octants, the regions between the three mutually perpendicular coordinate planes, gives each octant a solid angle of π/2 steradians. The Recognition Science declaration octants_cover_sphere is the formal statement that eight times π/2 equals 4π, a simple but load-bearing identity within the framework's Planck-scale matching module.

The declaration is a theorem in the framework's machine-checked library of formal theorems, meaning its truth is verified by the kernel of the proof assistant. It is not an empirical measurement or a physical hypothesis; it is a consequence of the definitions of solid angle, octant, and the number eight. The theorem's proof is a direct computation, unfolding the definitions and applying the ring tactic, which confirms the algebraic equality without any additional assumptions.

Within the framework, this octant identity is a component of a larger derivation chain. The framework models a discrete recognition process, a record of events with a forced cost, and uses the 3-cube's eight vertices and six faces to distribute curvature costs. The octant identity ensures that the total solid angle of the sphere is fully accounted for by these eight regions, a consistency check for the geometric picture underlying the framework's constants. The theorem itself, however, does not connect this geometric fact to any physical quantity; it is a standalone statement about the sphere.

What the declaration does not claim is significant. It does not assert that the octants correspond to physical regions of space, nor does it derive the value of π or the 4π factor from more fundamental principles. The docstring for the module explicitly states that no theorem in the file maps the octant identity to the source or SI normalization. The identity is a prerequisite, not a conclusion, for the framework's later algebraic ratio that relates its recognition wavelength to the Planck length.

The practical consequence is that the framework's geometric bookkeeping is internally consistent at this step. A reader can verify that the eight octants exhaust the sphere's solid angle, a necessary condition for any subsequent use of these regions in cost calculations. This fact, while elementary, is the kind of foundation on which the framework builds its more ambitious claims about physical constants.

THEOREM octants_cover_sphere · IndisputableMonolith/Constants/PlanckScaleMatching.lean
/-- Verification: 8 × (π/2) = 4π. -/
theorem octants_cover_sphere :
    (num_octants : ℝ) * solid_angle_per_octant = total_solid_angle := by
  simp [num_octants, solid_angle_per_octant, total_solid_angle]
  ring
THEOREM octants_cover_sphere · IndisputableMonolith/Constants/PlanckScaleMatching.lean
/-- Verification: 8 × (π/2) = 4π. -/
theorem octants_cover_sphere :
    (num_octants : ℝ) * solid_angle_per_octant = total_solid_angle := by
  simp [num_octants, solid_angle_per_octant, total_solid_angle]
  ring
THEOREM octants_cover_sphere · IndisputableMonolith/Constants/PlanckScaleMatching.lean
/-- Verification: 8 × (π/2) = 4π. -/
theorem octants_cover_sphere :
    (num_octants : ℝ) * solid_angle_per_octant = total_solid_angle := by
  simp [num_octants, solid_angle_per_octant, total_solid_angle]
  ring

What this page does not claim

The theorem does not derive the value of π or the 4π factor from more fundamental principles. The theorem does not map the octant identity to any physical source or SI normalization. The theorem does not assert that the octants correspond to physical regions of space.

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/Constants/PlanckScaleMatching.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