Encyclopedia Foundation Foundation Public Spine Linking Assembly Is
Foundation Public Spine Linking Assembly Is
A formal declaration in the Recognition Science library shows that, under a specific unproved condition, only three dimensions can host a certain kind of linking.
The linking assembly
In mathematics, a space can be probed by asking how loops and surfaces wind around one another. This winding, called linking, is a way to detect holes: a circle threaded through a ring cannot be pulled free without cutting. In most dimensions, such winding is abundant. The Recognition Science declaration is concerns a precise question: in which dimensions does a particular, very strict kind of winding detection necessarily occur?
The declaration, named forces_D3_of_arcAcyclic in the framework's machine-checked library of formal theorems, proves a conditional answer. It assumes that for every dimension other than 3, a certain technical condition holds on the complements of arcs. This condition, called arc-complement acyclicity, is a strong vanishing property about the shape of space after removing a simple curve. Given that assumption, the theorem forces the conclusion: if a dimension detects nontrivial linking in the strict sense defined by the framework, that dimension must be 3.
The result is a bridge. It connects the framework's abstract notion of a public spine, a structure that records recognition events, to a concrete topological fact about dimensions. The declaration also supplies a companion theorem, target_of_arcAcyclic, which packages the same conclusion as a campaign target: a fully realized bridge from the framework's linking concept to a classical Alexander-style linking invariant, bypassing an older axiom on the public spine.
What the declaration does not claim is just as important. The key premise, arc-complement acyclicity for all dimensions except 3, is not proved. It remains an open frontier. The theorem is conditional: if that frontier is ever settled, the dimensional conclusion follows. The declaration also does not claim that the physical world is three-dimensional. It establishes a topological implication within a formal system, not an empirical fact about space.
THEOREM forces_D3_of_arcAcyclic · IndisputableMonolith/Foundation/PublicSpineLinkingAssembly.lean
/-- The binder's uniqueness half, conditional on the arc-complement
frontier. Dimensions `0`, `1` are unconditional (`LinkingVanishingLowDim`);
dimensions `2` and `≥ 4` are the Mayer-Vietoris reduction of
`LinkingVanishingHighDim`. -/
theorem forces_D3_of_arcAcyclic
(harc : ∀ D, 2 ≤ D → D ≠ 3 →
LinkingVanishingHighDim.ArcComplementsAcyclic D) :
∀ D, PublicSpine.DetectsNontrivialLinking D → D = 3 :=
fun D hdet => LinkingVanishingHighDim.forces_D3_of_arcAcyclic harc D hdet
What this page does not claim
The arc-complement acyclicity premise is not proved; it remains an open condition. The declaration does not assert that physical space is three-dimensional, only a formal implication. The result does not claim to bypass all axioms, only a specific older one on the public spine.
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/Foundation/PublicSpineLinkingAssembly.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 exactly is arc-complement acyclicity, and why is it expected to hold in dimensions other than 3?
- How does the public spine's linking detection relate to classical Alexander invariants?
- What would settle the arc-complement frontier, and what tools might be needed?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM forces_D3_of_arcAcyclic · IndisputableMonolith/Foundation/PublicSpineLinkingAssembly.lean
/-- The binder's uniqueness half, conditional on the arc-complement frontier. Dimensions `0`, `1` are unconditional (`LinkingVanishingLowDim`); dimensions `2` and `≥ 4` are the Mayer-Vietoris reduction of `LinkingVanishingHighDim`. -/ theorem forces_D3_of_arcAcyclic (harc : ∀ D, 2 ≤ D → D ≠ 3 → LinkingVanishingHighDim.ArcComplementsAcyclic D) : ∀ D, PublicSpine.DetectsNontrivialLinking D → D = 3 := fun D hdet => LinkingVanishingHighDim.forces_D3_of_arcAcyclic harc D hdetThe declaration proves that, assuming arc-complement acyclicity for every dimension other than 3, any dimension that detects nontrivial linking must be 3. forces_D3_of_arcAcyclic · IndisputableMonolith/Foundation/PublicSpineLinkingAssembly.lean