Encyclopedia Foundation Foundation Substrate Axioms Loop Entanglement Circle Witness

ARTICLE 3 claims 2 theorems 1 model

Foundation Substrate Axioms Loop Entanglement Circle Witness

A formal placeholder for a geometric fact, not the fact itself: the declaration says a circle exists, but the deep topology it points to remains unproved.

The circle witness

In topology, a circle is the simplest closed loop. It has a hole: a point removed from the plane leaves the loop unable to shrink to nothing. The Recognition Science declaration loop_entanglement_circle_witness says, at the level of formal logic, that such a loop exists in every dimension. It is a witness, a named token, for the idea that a circle can separate space.

The declaration is a theorem in the framework's machine-checked library of formal theorems, but it is a thin one. Its proof is essentially a placeholder: it asserts the existence of a circle by choosing the number 1, which is the dimension of a circle, and then notes that the remaining condition is trivially true. The declaration does not construct a circle, does not prove that a circle has a hole, and does not prove any property of the space around it.

In Recognition Science, this witness is part of a larger package of substrate axioms, structural inputs for a route toward three spatial dimensions. The package also includes tokens for a smooth manifold, a graph embedding, and a retraction, but those tokens are explicitly marked as model-level packaging, not proofs. The library's own documentation says the smooth-topology content is not yet available in a form the framework can use, and the former certificate fields for those claims were deleted rather than left as hollow truths.

What the declaration genuinely establishes is narrow: it shows that a certain formal predicate, called LoopEntanglement, is satisfiable in every dimension by the circle case. It is a compatibility check, a way to keep the formal structure consistent, not a discovery about circles. The real topological content, that a circle's complement carries a nontrivial separator, remains an open target for the framework, not a proved theorem.

THEOREM loop_entanglement_circle_witness · IndisputableMonolith/Foundation/SubstrateAxioms.lean
loop_entanglement_circle_witness · IndisputableMonolith/Foundation/SubstrateAxioms.lean:73
/-- The circle case (`p = 1`) supplies the predicate-level witness. -/
theorem loop_entanglement_circle_witness (D : Dimension) :
    LoopEntanglement D where
  exists_p := ⟨1, by decide, trivial⟩
THEOREM loop_entanglement_circle_witness · IndisputableMonolith/Foundation/SubstrateAxioms.lean
loop_entanglement_circle_witness · IndisputableMonolith/Foundation/SubstrateAxioms.lean:73
/-- The circle case (`p = 1`) supplies the predicate-level witness. -/
theorem loop_entanglement_circle_witness (D : Dimension) :
    LoopEntanglement D where
  exists_p := ⟨1, by decide, trivial⟩
MODEL CellularCompletion · IndisputableMonolith/Foundation/SubstrateAxioms.lean
/-- T7.5a: a cellular completion of the cube graph in dimension `D`.

Intended clauses (not yet honest Lean Props in-scope):
1. a closed orientable smooth `D`-manifold substrate,
2. a tame cube-graph embedding,
3. a retraction back to the cube graph.

Former fields `closed_orientable_smooth`, `cube_graph_embeds`, and
`retraction_back_to_cube_graph` were typed `True` (inhabited by `trivial`) and
were deleted: no manifold/embedding/retraction predicates exist in the current
import vocabulary, so an honest field type cannot be formed. This structure
remains a named MODEL packaging token for the dimension route. -/
structure CellularCompletion (D : Dimension) : Prop where

What this page does not claim

The declaration does not prove that a circle has a hole or that its complement is topologically nontrivial. The declaration does not construct a circle or any geometric object. The declaration does not contribute to a proof of three spatial dimensions; it is a structural placeholder.

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/SubstrateAxioms.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