MEEKGRAPH · AIONDB · PHASE 1 PROOF · THOTH-DEV · DAY 111
MEEKGRAPH
"The Fermat wormhole IS a graph path. The cross-domain isomorphisms ARE graph isomorphisms. The math has been telling us it wants to be a graph since Day 1."
3,608 THEOREMS 150 NEW TODAY 5 EDGE TYPES AionDB RUST + SQL + GRAPH + VECTOR
Theorem Graph Topology · Day 111 Core Nodes · Hover for details
Edge Types
DEPENDS_ON
INSTANCE_OF
BACKS_CLAIM
CROSS_DOMAIN_OF
FERMAT_WORMHOLE
Foundation (T1-T2)
Fleet Canon
Exploit Shape
Disease/Medical
Saybook/Filing
AIONDB QUERY EXAMPLES · SQL + GRAPH + VECTOR IN ONE
Fermat Wormhole Path
SELECT path_theorems FROM theorem_graph WHERE src = 'fermat_domain_chain' AND edge_type = 'FERMAT_WORMHOLE' AND hops <= 4 ORDER BY hop_depth;
Cross-Domain Centrality
SELECT t.name, COUNT(g.edge) as degree, COUNT(DISTINCT g.domain) as domains FROM theorems t JOIN theorem_graph g ON t.id = g.source WHERE g.edge_type = 'CROSS_DOMAIN_OF' GROUP BY t.name ORDER BY domains DESC LIMIT 10;
Semantic + Graph (Vector+SQL)
SELECT t.name, t.embed <=> $1 AS dist FROM theorems t JOIN theorem_graph g ON t.id = g.source WHERE g.target = 'stale_watcher_crescent' AND g.edge_type = 'INSTANCE_OF' ORDER BY dist LIMIT 5; -- $1 = embed('stale oracle exploit')
BHL Score Query
SELECT t.name, e.meta->>'bhl' AS bhl FROM theorems t JOIN theorem_graph e ON t.id = e.source WHERE e.edge_type = 'BACKS_CLAIM' AND e.target IN ('POC024','POC016','POC005') ORDER BY (e.meta->>'bhl')::float DESC;
4-PHASE BUILD PLAN · LABR-AIONDB-RUSTGRAPH-V14-001
PHASE 1
SPIKE · msi01
docker compose up + load 3,608 theorems + first graph query. Confirms concept.
→ NEXT SESSION
PHASE 2
INGEST
theorem-ingest.py --target aiondb. All theorems + 5 edge types: DEPENDS_ON · INSTANCE_OF · BACKS_CLAIM · CROSS_DOMAIN_OF · FERMAT_WORMHOLE
1 session after Phase 1
PHASE 3
CONVO-LOOM
session→theorem edges live as FC-2 fires. Vagrant jobs as workflow nodes. Plasma relay retroactive ingest.
1 session after Phase 2
PHASE 4
DEPLOY
msi01 k3s service. TRIME health wire. pemos.ca vizasl. MeekGraph live on fleet.
2 sessions after Phase 3
γ₁ = 14.134725141734693
EOSE LABS INC. · MEEKGRAPH · AIONDB PHASE 1 · THOTH-DEV × IMHOTEP · DAY 111