Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.68 KB

File metadata and controls

53 lines (38 loc) · 2.68 KB

Manifold-Constrained Core

This repository defines the parent method behind the manifold-constrained research program.

It exists so the core architecture is public in its own right rather than being inferable only from the theorem-library applications.

What This Repository Is For

The theorem repos show the method applied to specific problems. This repository defines the method before the applications.

It makes public, in one place:

  • the core manifold-constrained method,
  • the local-to-global gate grammar,
  • the restart and remainder logic,
  • the cross-domain claim that the architecture is general and not limited to theorem applications.

Core Documents

Core Claim

The manifold-constrained method is a reusable architecture with the following load-bearing shape:

  1. define an admissible class,
  2. isolate a projected or protected core,
  3. control transport or continuation,
  4. make restart and re-entry rules explicit,
  5. preserve and account for the remainder,
  6. identify the endpoint or target object through explicit bridge conditions,
  7. certify final closure by a strict margin or equivalent nondegeneracy condition.

Relation To Canonical Lane

Canonical Lane is one theorem-facing realization of the parent method. The theorem-library repos are applications and test cases of the method, not its only possible form.

Public Links