A unified theoretical framework for adaptive systems, geometric computation, and phase-structured branching.
This repository contains the foundational white papers for:
ARP/AIN: Adaptive Resistance and Adaptive Impedance Networks
The core adaptation engine: how systems respond to strain and memory.
Adaptive-π Geometry and Adaptive-π Calculus
πₐ as a genuinely new adaptive phase-period field that defines the local unit of phase wrap; geometric implications and phase-theoretic applications.
Curve Memory and Curve Memory Alphabet
How paths and derivatives encode memory; the CMA encoding system.
Phase-Lift, PR-Root, and PROs
⧉ operator, phase-structured branching, and Phase-Resistant Objects.
QPS-GR: Strain, Clock Offset, Visibility, and Refresh Mapping
Engineering layer mapping quantum phase space to general relativity.
New to this work? Start with Paper 01 (ARP/AIN), then follow the numbered order.
Looking for notation? See docs/notation.md for canonical symbols (⧉, πₐ, τ_coh, V_floor, etc.).
Want the big picture? Read docs/index.md for how all five papers connect.
| Symbol | Meaning |
|---|---|
| ⧉ | Phase-Lift operator (prefix, phase-structured branch) |
| πₐ | Adaptive-π field (adaptive phase-period field, genuinely new concept) |
| CM | Curve Memory (path + derivative memory object) |
| CMA | Curve Memory Alphabet (encoding system) |
| PROs | Phase-Resistant Objects (survive phase transitions) |
| τ_coh | Coherence time |
| V_floor | Visibility floor |
| QPS | Quantum Phase Space |
See the full glossary for detailed definitions.
If you use this work, please cite:
@software{canonical_core_2026,
author = ,
title = {Canonical Core: ARP/AIN, Adaptive-π, Curve Memory, Phase-Lift, and QPS Mapping},
year = {2026},
url = {https://github.com/RDM3DC/canonical-core},
version = {0.1.0}
}
Or use GitHub’s “Cite this repository” button (top right).
canonical-core/
├── README.md ← You are here
├── LICENSE ← CC BY 4.0 (text) or MIT (code)
├── CITATION.cff ← Enables GitHub citation button
├── CHANGELOG.md ← Version history
├── papers/ ← The five canonical white papers
│ ├── 01-arp-ain.md
│ ├── 02-adaptive-pi-geometry.md
│ ├── 03-curve-memory-cma.md
│ ├── 04-phase-lift-pros.md
│ └── 05-qps-gr-refresh-mapping.md
├── docs/ ← Glossary, notation, roadmap
│ ├── index.md ← How everything connects
│ ├── glossary.md ← All symbols and terms
│ ├── notation.md ← Canonical notation rules
│ └── roadmap.md ← Future extensions
├── figures/ ← Diagrams and visualizations
├── code/ ← (Optional) Prototypes and implementations
└── experiments/ ← (Optional) Notebooks, datasets, logs
This is the canonical reference repository for the theoretical papers. For code implementations, graphs, and experiments, see the RDM3DC organization on GitHub, which includes:
Visit github.com/RDM3DC to explore all related projects.
See docs/notation.md for the full canon.
/figuresSee CHANGELOG.md for version history.
Papers (text): CC BY 4.0 – Free to use with attribution
Code (if any): MIT License
This is a canonical reference repository. If you find errors or have questions:
Built by RDM3DC • Version 0.1.0 • 2026-01-09