infrastructure
Four components maintain the infrastructure beneath the theoretical work. Each serves a single function. Together, they ensure that every claim that can be verified is verified, every structure that can be executed is executed, and nothing falls silently out of alignment.
The prover
symbolics-core
Verifies what the theory claims.
1{-# OPTIONS --safe --without-K #-}23-- T-FAILURE: Non-Factivity of the Consistency Operator4-- Proving that ∘ is a Doxastic (Belief) modality, not Alethic (Knowledge)5--6-- The key insight is that the REFLECTION AXIOM (Axiom T):7-- □A → A ("If A is necessary, then A is true")8-- FAILS for the consistency operator ∘:9-- ∘A → A ("If A is consistent, then A is true") -- NOT VALID10--11-- This failure creates the "Valley of Death" between:12-- - What is CONSISTENT (permitted by ∘)13-- - What is TRUE (designated in evaluation)1415module Core.TFailure where1617open import Core.Val18open import Core.DNF
154 files · 63 theorems · 0 postulates
The runner
symbolics-dsl
Executes what the theory describes.
$ symbolics-dsl run spec.json --steps=100$ symbolics-dsl sweep spec.json --param=regime.hi=1..10$ symbolics-dsl capsule spec.json$ symbolics-dsl diff-capsule a.json b.json
TypeScript runtime · 11 CLI commands
The auditor
symbolics-audit
Checks that the infrastructure agrees with itself.
| Spec | Title | Tier | Status |
|---|---|---|---|
| SPEC-DIST-001 | Distinction is Atomic | T1 | verified |
| SPEC-FOLD-001 | Fold Operator Definition | T1 | verified |
| SPEC-FOLD-002 | Fold is Idempotent | T2 | conjecture |
| SPEC-SIDE-001 | Side is Truth × Resolved | T1 | verified |
| SPEC-CON-001 | Conservativity of Fold | T2 | verified |
73 specs · 63 verified · 10 conjectures
The vault
symbolics-research
Holds the living theory.
Vault/Active/├── 01_Ontology.md├── 02_Operations.md├── 03_Phenomenology.md├── 04_Ecology.md└── 05_Formalism.md
5 thematic notebooks
Verification
Proof status
Architecture
Pipeline
Claims flow from vault through formal proof to executable runtime, then back through cross-layer audit.
Theory
Conceptual framework
symbolics-core
Proof (Agda)
symbolics-dsl
Runtime (TypeScript)
symbolics-audit
Cross-layer verification
Theory
Conceptual framework
symbolics-core
Proof (Agda)
symbolics-dsl
Runtime (TypeScript)
symbolics-audit
Cross-layer verification