Encyclopedia Mathematics Mathematics Algebraic Geometry From Rs Cy Dimension Eq D
ARTICLE 2 claims 2 theorems
Mathematics Algebraic Geometry From Rs Cy Dimension Eq D
A machine-checked theorem identifies the dimension of a Calabi-Yau threefold with a number that emerges from a recognition ledger, but it does not prove the physical mirror symmetry it is named for.
The Calabi-Yau dimension
A Calabi-Yau threefold is a compact six-dimensional shape that satisfies the vacuum Einstein equations in string theory, leaving one quarter of the supersymmetry unbroken. Its complex dimension is 3, which is the D in the declaration's name. The Recognition Science (RS) framework, which builds structure from a discrete record of recognition events, defines a constant called configDim, the configuration dimension, and proves that this constant equals 3.
The theorem cyDimension_eq_D states that the framework's own definition of a Calabi-Yau threefold dimension, cyDimension, is definitionally equal to 3. This is a formal identity, checked by the machine: the declaration is a theorem in the framework's machine-checked library of formal theorems, with no unproved assumptions. The certificate structure bundles this identity with the count of five canonical algebraic geometry objects, providing a single formal object that records both facts.
The declaration does not claim that the physical universe is a Calabi-Yau threefold, nor that the framework has derived the mirror symmetry of such a shape. It only establishes a numerical coincidence within the framework's own definitions: the configuration dimension, which counts five canonical algebraic geometry objects, equals the complex dimension of a Calabi-Yau threefold. The physical bridge, from the recognition ledger to the geometry of spacetime, remains an open target.
THEOREM cyDimension_eq_D · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
theorem cyDimension_eq_D : cyDimension = 3 := rfl
THEOREM algebraicGeometryCert · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
def algebraicGeometryCert : AlgebraicGeometryCert where
five_objects := agObjectCount
cy_dim := cyDimension_eq_D
What this page does not claim
The declaration does not prove that the physical universe is a Calabi-Yau threefold. The declaration does not derive the mirror symmetry of a Calabi-Yau threefold. The declaration does not establish the physical bridge from the recognition ledger to spacetime geometry.
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/Mathematics/AlgebraicGeometryFromRS.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:
- What is the physical recognition-to-linking bridge that would connect the configuration dimension to spacetime geometry?
- Does the framework derive the Hodge numbers of a Calabi-Yau threefold, or only the dimension?
- What is the significance of the five canonical algebraic geometry objects beyond their count?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM cyDimension_eq_D · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
theorem cyDimension_eq_D : cyDimension = 3 := rflThe theorem cyDimension_eq_D states that the framework's own definition of a Calabi-Yau threefold dimension, cyDimension, is definitionally equal to 3. cyDimension_eq_D · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.leanTHEOREM algebraicGeometryCert · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
def algebraicGeometryCert : AlgebraicGeometryCert where five_objects := agObjectCount cy_dim := cyDimension_eq_DThe certificate structure bundles this identity with the count of five canonical algebraic geometry objects, providing a single formal object that records both facts. algebraicGeometryCert · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean