pith. machine review for the scientific record. sign in
Foundational THEOREM Cosmology v5

Why Space Has Exactly Three Dimensions

The recognition cycle's 8-tick structure forces spatial D = 3

The recognition cycle's 8-tick structure forces spatial D = 3.

Predictions

Quantity Predicted Units Empirical Source
spatial dimension 3 dimension count 3 Foundation.DimensionForcing

Equations

[ D=\log_2(8)=3 ]

Spatial dimension forced by the eight-tick period.

Derivation chain (Lean anchors)

Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.

  1. 1 8-tick forces D=3 theorem checked
    IndisputableMonolith.Foundation.DimensionForcing.eight_tick_forces_D3 Open theorem →
  2. 2 Dimension unique theorem checked
    IndisputableMonolith.Foundation.DimensionForcing.dimension_unique Open theorem →
  3. 3 Dimension forced theorem checked
    IndisputableMonolith.Foundation.DimensionForcing.dimension_forced Open theorem →
  4. 4 D=3 compatible theorem checked
    IndisputableMonolith.Foundation.DimensionForcing.D3_compatible Open theorem →

Narrative

1. Setting

The spatial dimension count is not inserted from ordinary experience. RS derives it from the eight-tick cycle: if the recognition period is 8 and the period is 2 to the D, then D must equal 3.

2. Equations

(E1)

$$ D=\log_2(8)=3 $$

Spatial dimension forced by the eight-tick period.

3. Prediction or structural target

  • spatial dimension: predicted 3 (dimension count); empirical 3. Source: Foundation.DimensionForcing

This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.

4. Formal anchor

The primary anchor is Foundation.DimensionForcing..eight_tick_forces_D3.

/-- The eight-tick cycle forces D = 3. -/
theorem eight_tick_forces_D3 (D : Dimension) :
    EightTickFromDimension D = eight_tick → D = 3 := by
  intro h
  unfold EightTickFromDimension eight_tick at h
  exact power_of_2_forces_D3 D h

/-! ## The Clifford Algebra / Spinor Argument

The spinor argument for D=3 is grounded in Clifford algebra theory:

5. What is inside the Lean module

Key theorems:

  • sync_period_eq_360
  • simplicial_loop_tick_lower_bound
  • eight_tick_is_2_cubed
  • power_of_2_forces_D3
  • eight_tick_forces_D3
  • spinor_dim_D3
  • spinor_dim_D1
  • spinor_dim_D2
  • spinor_dim_D4
  • D3_has_spinor_structure
  • D1_no_spinor_structure
  • D2_no_spinor_structure

Key definitions:

  • eight_tick
  • gap_45
  • sync_period
  • EightTickFromDimension
  • spinorDimension
  • HasRSSpinorStructure
  • SupportsNontrivialLinking
  • RSCompatibleDimension

6. Derivation chain

7. Falsifier

A physical recognition substrate with stable spatial dimension other than three and the same upstream forcing chain refutes eight_tick_forces_D3.

8. Where this derivation stops

Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.

10. Audit path

To audit spatial-dimension-three, start with the primary Lean anchor Foundation.DimensionForcing.eight_tick_forces_D3. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.

11. Why this belongs in the derivations corpus

The corpus is organized around load-bearing consequences, not around file names. This entry is included because Foundation.DimensionForcing contributes a reusable theorem or definitional bridge that other pages can cite. Keeping the page public gives readers a stable URL, a JSON record, and a direct path into the Lean theorem page. If the entry becomes redundant with a stronger derivation later, the current slug should be retired rather than silently rewritten; the replacement should absorb its anchors and preserve the audit history.

Falsifier

A physical recognition substrate with stable spatial dimension other than three and the same upstream forcing chain refutes eight_tick_forces_D3.

Related derivations

Pith papers using these anchors

References

  1. lean Recognition Science Lean library (IndisputableMonolith)
    https://github.com/jonwashburn/shape-of-logic
    Public Lean 4 canon used by Pith theorem pages.
  2. paper Uniqueness of the Canonical Reciprocal Cost
    Washburn, J.; Zlatanovic, B.
    Axioms (MDPI) (2026)
    Peer-reviewed paper anchoring the J-cost uniqueness theorem.
  3. empirical Direct observation
    Empirical reference for prediction: Spatial dimension

How to cite this derivation

  • Stable URL: https://pith.science/derivations/spatial-dimension-three
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-15
  • JSON: https://pith.science/derivations/spatial-dimension-three.json
  • YAML source: pith/derivations/registry/bulk/spatial-dimension-three.yaml

@misc{pith-spatial-dimension-three, title = "Why Space Has Exactly Three Dimensions", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/spatial-dimension-three", note = "Pith Derivations, version 5" }