The Multiplicity Operator Calculus (MOC) is now implemented in a formally verified, axiom-clean Lean 4 core, satisfying the binding requirements of the Ξ-Constitution.
lean/: The canonical, axiom-clean lawful core.MOC/Core.lean: Axiom-clean operator calculus and stability predicates (No Mathlib, No Sorry).PIRTM/Transition/: Anchored transition models and verified stability certificates.legacy/: Exploratory/theatrical modules dependent on Mathlib (Non-binding, non-production).
bridge/: S-expression bridge connecting Lisp macros to the certified core.
- Build the Lawful Core:
cd lean && lake build
- Verify Stability:
All production paths anchor to verified
StabilityCertificateobjects in the lawful core.
- Binding Source:
lean/MOC/Core.leanandlean/PIRTM/Transition/are the single, binding, axiom-clean source of truth. - Legacy Status: Code in
lean/legacy/does not constitute constitutional law and must not be used for production stability proofs. - Constitutional Core: All system evolutions must comply with the
Ξ-Constitution.