Encyclopedia Mathematics Mathematics Algebraic Geometry From Rs Ag Object Count
ARTICLE 2 claims 1 theorem 1 model
Mathematics Algebraic Geometry From Rs Ag Object Count
A machine-checked proof that a certain list of five named geometric objects really has five entries, and nothing more.
The count of five
Algebraic geometry studies shapes defined by polynomial equations, such as the circle x² + y² = 1 or the twisted cubic. In the Recognition Science framework, the declaration agObjectCount (a named statement in the framework's machine-checked library of formal theorems) proves that a particular list of five such objects has exactly five entries. The list names the affine variety, the projective variety, the Calabi-Yau, the K3 surface, and the elliptic curve. The proof is a direct computation: it checks each entry against the list and confirms the count is five, with no gaps and no duplicates.
The declaration does not claim that these five objects are the only algebraic varieties, nor that they are the most important ones. It does not assert that the list is exhaustive in any mathematical sense. It merely states, for the specific finite list defined in the framework, that the count is five. The proof is a simple enumeration, not a deep structural theorem about algebraic geometry. It is a counting statement, and it is true by construction of the list itself.
In Recognition Science, this count is one small piece of a larger picture. The framework models a discrete record of recognition events, called a ledger, and derives constants and structures from it. Here, the count of five is presented as matching a framework-internal dimension parameter, also set to five. The declaration itself, however, only establishes the count; it does not establish any connection between this list and the physical world. That connection, if any, is a separate claim made elsewhere in the framework, not by this declaration.
What a reader can take from this declaration is a precise, machine-checked fact: the list of five named objects has five members. The proof is trivial, but the verification is absolute. It is a building block, not a destination. The declaration does not prove that these objects are related to recognition, nor that they are the correct objects for any physical theory. It simply fixes the count, so that later statements in the framework can refer to it without ambiguity.
THEOREM agObjectCount · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
theorem agObjectCount : Fintype.card AlgebraicGeometryObject = 5 := by decide
MODEL AlgebraicGeometryObject · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
inductive AlgebraicGeometryObject where
| affineVariety | projectiveVariety | calabiYau | K3Surface | ellipticCurve
deriving DecidableEq, Repr, BEq, Fintype
What this page does not claim
The declaration does not claim that these five objects are the only algebraic varieties. The declaration does not establish any connection between the count and physical reality. The declaration does not prove that the list is mathematically exhaustive or canonical.
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:
- Why does the framework associate these five particular algebraic geometry objects with a dimension parameter of five?
- What does the framework claim about the Calabi-Yau threefold dimension being three?
- How does the framework connect the recognition lattice Q₃ to algebraic geometry?
- What is the mirror symmetry prediction for Q₃ as a Calabi-Yau threefold?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM agObjectCount · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
theorem agObjectCount : Fintype.card AlgebraicGeometryObject = 5 := by decideThe declaration agObjectCount proves that a particular list of five named objects has exactly five entries. agObjectCount · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.leanMODEL AlgebraicGeometryObject · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean
inductive AlgebraicGeometryObject where | affineVariety | projectiveVariety | calabiYau | K3Surface | ellipticCurve deriving DecidableEq, Repr, BEq, FintypeThe list names the affine variety, the projective variety, the Calabi-Yau, the K3 surface, and the elliptic curve. AlgebraicGeometryObject · IndisputableMonolith/Mathematics/AlgebraicGeometryFromRS.lean