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.

agda
1{-# OPTIONS --safe --without-K #-}
2
3-- T-FAILURE: Non-Factivity of the Consistency Operator
4-- 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 VALID
10--
11-- This failure creates the "Valley of Death" between:
12-- - What is CONSISTENT (permitted by ∘)
13-- - What is TRUE (designated in evaluation)
14
15module Core.TFailure where
16
17open import Core.Val
18open import Core.DNF

154 files · 63 theorems · 0 postulates

The runner

symbolics-dsl

Executes what the theory describes.

terminal
$ 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.

registry
SpecTitleTierStatus
SPEC-DIST-001Distinction is AtomicT1verified
SPEC-FOLD-001Fold Operator DefinitionT1verified
SPEC-FOLD-002Fold is IdempotentT2conjecture
SPEC-SIDE-001Side is Truth × ResolvedT1verified
SPEC-CON-001Conservativity of FoldT2verified

73 specs · 63 verified · 10 conjectures

The vault

symbolics-research

Holds the living theory.

files
Vault/Active/
├── 01_Ontology.md
├── 02_Operations.md
├── 03_Phenomenology.md
├── 04_Ecology.md
└── 05_Formalism.md

5 thematic notebooks

All systems nominal

Verification

Proof status

0
/ 73 claims verified
63 proven
10 conjectured
0 open
--safe --without-K0 postulates

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

154 Agda files63 theorems73 specifications0 postulates