00.0Infrastructure

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.

01.0symbolics-core

The prover

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 · 154 theorems · 0 postulates

02.0symbolics-dsl

The runner

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

03.0symbolics-audit

The auditor

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

163 specs · 154 verified · 9 conjectures

04.0symbolics-research

The vault

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
05.0Verification

Proof status

0
/ 163 claims verified
154 proven
9 conjectured
0 open
--safe --without-K0 postulates
06.0Architecture

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 files154 theorems163 specifications0 postulates