This document establishes the official notation for Canonical Core. If you reference these papers, please use these symbols as defined.
| Symbol | Name | Definition | Paper |
|---|---|---|---|
| ⧉ | Phase-Lift | Prefix operator for phase-structured branching | 04 |
| πₐ | Adaptive π | Adaptive π as a field (not constant 3.14159…) | 02 |
| π | Standard π | Mathematical constant (3.14159…) | — |
| CM | Curve Memory | Memory object encoding path + derivative history | 03 |
| CMA | Curve Memory Alphabet | Encoding system for CM | 03 |
| PROs | Phase-Resistant Objects | Objects that survive phase transitions | 04 |
| ARP | Adaptive Resistance Pattern | Resistance that adapts to strain | 01 |
| AIN | Adaptive Impedance Network | Network with adaptive impedance | 01 |
| Symbol | Name | Definition | Paper |
|---|---|---|---|
| τ_coh | Coherence time | Time scale for phase coherence | 05 |
| V_floor | Visibility floor | Minimum observable visibility | 05 |
| Δν | Frequency offset | Clock frequency difference | 05 |
| ε_strain | Strain parameter | Dimensionless strain | 05 |
| QPS | Quantum Phase Space | Phase space with quantum structure | 05 |
✅ Correct: ⧉(state, context)
❌ Wrong: state⧉ or ⧉state
✅ Correct: A = π r² (circle area in Euclidean geometry)
✅ Correct: A = πₐ(context) · r² (adaptive geometry)
✅ Correct: θ = θ_R + 2πₐ(x,t) · w (phase with adaptive wrap)
❌ Wrong: A = π · πₐ · r²
❌ Wrong: θ = θ_R + 2π · πₐ · w (mixing fixed and adaptive)
Key distinction: In standard QM, phase wraps at fixed 2π. With πₐ, the wrap unit itself becomes a dynamic field:
θ ≡ θ + 2πk (fixed period)θ = θ_R + 2πₐ(x,t) · w (dynamic period)CM.path, CM.derivatives, CM.encode()✅ Correct: CM.path[t]
❌ Wrong: CM(t)
✅ Correct: object = PRO(properties)
❌ Wrong: PRO(state) → result
τ_coh, V_floor, πₐr², e^{iθ}\PhaseLift in LaTeXIf you’re writing a paper that references Canonical Core, use these macros:
\newcommand{\PhaseLift}{\ensuremath{\unicode{x29C9}}}
\newcommand{\pia}{\ensuremath{\pi_{\text{a}}}}
\newcommand{\CM}{\ensuremath{\text{CM}}}
\newcommand{\CMA}{\ensuremath{\text{CMA}}}
\newcommand{\PRO}{\ensuremath{\text{PRO}}}
\newcommand{\tcoh}{\ensuremath{\tau_{\text{coh}}}}
\newcommand{\Vfloor}{\ensuremath{V_{\text{floor}}}}
Then use:
\PhaseLift(state, context) generates a phase-structured branch with memory \CM.
The adaptive-π field has specific notation conventions when used in phase equations:
Standard QM (fixed wrap):
θ ≡ θ + 2πk, k ∈ ℤ
Phase wraps at fixed 2π intervals.
Adaptive-π (dynamic wrap):
θ = θ_R + 2πₐ(x,t) · w, w ∈ ℤ
Where:
θ_R = resolved (unwrapped) phaseπₐ(x,t) = local phase-period fieldw = winding numberUse πₐ when:
Use π when:
When referencing a specific symbol, cite the paper where it’s defined:
“The Phase-Lift operator ⧉ (Paper 04) creates phase-structured branches that carry Curve Memory CM (Paper 03) forward.”
As the framework evolves, new symbols may be added. This document is the canonical source for notation—check here first before inventing new symbols.
Last Updated: 2026-01-09
Version: 0.1.0