pith. machine review for the scientific record. sign in
theorem

eight_tick_forces_D3

proved
show as:
view math explainer →

The 8-tick cycle forces space dimension D = 3.

module
IndisputableMonolith.Foundation.DimensionForcing
domain
Foundation
line
155 · github
papers citing
11 papers (below)

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.DimensionForcing on GitHub at line 155.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

Derivations using this theorem

depends on

used by

formal source

 152    norm_num at h16
 153
 154/-- The eight-tick cycle forces D = 3. -/
 155theorem eight_tick_forces_D3 (D : Dimension) :
 156    EightTickFromDimension D = eight_tick → D = 3 := by
 157  intro h
 158  unfold EightTickFromDimension eight_tick at h
 159  exact power_of_2_forces_D3 D h
 160
 161/-! ## The Clifford Algebra / Spinor Argument
 162
 163The spinor argument for D=3 is grounded in Clifford algebra theory:
 164
 1651. **Clifford algebras Cl_D**: The algebra generated by {e₁, ..., e_D} with
 166   eᵢ² = -1 and eᵢeⱼ = -eⱼeᵢ for i ≠ j.
 167
 1682. **Dimension dependence**:
 169   - Cl₁ ≅ ℂ (complex numbers)
 170   - Cl₂ ≅ ℍ (quaternions)
 171   - Cl₃ ≅ M₂(ℂ) (2×2 complex matrices) ← UNIQUE: gives 2-component spinors
 172   - Cl₄ ≅ M₂(ℍ) (2×2 quaternionic matrices)
 173
 1743. **Spin groups**: Spin(D) ⊂ Cl_D is the universal double cover of SO(D).
 175   - Spin(1) ≅ ℤ/2ℤ (discrete)
 176   - Spin(2) ≅ U(1) (abelian)
 177   - Spin(3) ≅ SU(2) ← UNIQUE: simplest non-abelian compact Lie group
 178   - Spin(4) ≅ SU(2) × SU(2) (product structure)
 179
 1804. **Bott periodicity**: Cl_{D+8} ≅ Cl_D ⊗ Cl_8, so the period is 8 = 2³ = 2^D.
 181
 182D = 3 is special because it's the unique dimension where:
 183- Spinors are 2-component complex vectors
 184- Spin(D) is SU(2) (non-abelian but simple)
 185- The Bott period 8 equals 2^D