Encyclopedia Physics Physics String Compactification From Rs

ARTICLE 3 claims 2 theorems 1 model

Physics String Compactification From Rs

String theory lives in 10 dimensions; compactification hides 6 of them. Recognition Science formalizes that arithmetic and names the five standard ways to do it.

String compactification

String theory describes particles as vibrating strings, and it needs 10 dimensions for its mathematics to be consistent: 4 large ones we see (three of space, one of time) plus 6 extra ones. Compactification is the idea that those 6 extra dimensions are real but curled up so small that we cannot perceive them directly. The classical picture, from the 1980s work of Candelas, Horowitz, Strominger, and Witten, is that the shape of those hidden dimensions determines which particles appear in the low-energy world, so the geometry of the 6 extra dimensions is not decoration but physics.

In the standard account, the 6 internal dimensions are usually organized as a Calabi-Yau manifold, a special shape with a property called Ricci-flatness, which preserves exactly one supersymmetry in 4 dimensions. Other canonical families exist as well: a flat torus, an orbifold (a torus with points identified), a warped geometry where the extra dimensions are strongly curved, and a brane-world picture where ordinary matter sticks to a 3-dimensional surface while gravity leaks into the extra dimensions. These five families, Calabi-Yau, torus, orbifold, warped, and brane-world, are the standard menu of compactification schemes in the string theory literature.

Recognition Science, a framework that derives physical structure from a discrete record of recognition events, formalizes the arithmetic of this picture in a machine-checked library of formal theorems. The library proves that 10 minus 4 equals 6, and that 6 equals 3 plus 2 plus 1, where those three numbers are the ranks of the Lie algebra B3, a symmetry group associated with the cube. In the framework's account, those three contributions correspond to 3 colour axes, 2 weak axes, and 1 hypercharge axis, matching the standard model's gauge structure. The framework also proves that the five compactification families above are exactly five in number: the theorem compactFamily_count states that the type of compactification families has cardinality 5.

The framework's contribution is not a new physical prediction. It is a formal certificate that the basic arithmetic and the standard list of families are consistent within its own definitions. The certificate bundles three facts: five families, six internal dimensions, and the partition of 6 into 3 plus 2 plus 1. Each fact is proved by direct computation, with no axioms beyond the kernel's standard three. What this establishes in plain language is that the framework's language can state the standard compactification setup cleanly and check the counting, nothing more and nothing less.

THEOREM ten_minus_four · six_eq_rank_sum · IndisputableMonolith/Physics/StringCompactificationFromRS.lean
/-- 10 - 4 = 6 internal dimensions. -/
theorem ten_minus_four : (10 : ℕ) - 4 = 6 := by decide
/-- 6 = 3 + 2 + 1 = rank sum of B₃. -/
theorem six_eq_rank_sum : (6 : ℕ) = 3 + 2 + 1 := by decide
THEOREM compactFamily_count · IndisputableMonolith/Physics/StringCompactificationFromRS.lean
theorem compactFamily_count : Fintype.card CompactificationFamily = 5 := by decide
MODEL StringCompactificationCert · IndisputableMonolith/Physics/StringCompactificationFromRS.lean
structure StringCompactificationCert where
  five_families : Fintype.card CompactificationFamily = 5
  internal_dims : (10 : ℕ) - 4 = 6
  six_partitions : (6 : ℕ) = 3 + 2 + 1

What this page does not claim

No claim that Recognition Science derives the existence of string theory or its 10 dimensions from first principles. No claim that the five families are exhaustive in the physics literature beyond the framework's own inductive definition. No claim that the correspondence between 3+2+1 and the standard model gauge structure is proved as a physical equivalence.

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/Physics/StringCompactificationFromRS.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