You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All symbols used in Adaptation and Actuation Dynamics, serving as a single authoritative reference. When a symbol appears in any AAD document, its meaning is as defined here unless explicitly noted otherwise.
Notation conventions are adopted from TFT (_obs/old-tf-00-notation-conventions.md) with extensions for AAD's purposeful-agent machinery.
The Adaptive Cycle
One complete traversal of the agent-environment feedback loop — the unit of adaptive work. The five phases are named from Greek philosophical vocabulary; see LEXICON.md for the full prose discussion (why these terms, what they mean beyond the formalism, and what the cycle is not).
Communication gain: $U_{M_i}/(U_{M_i} + U_{o,ji} + U_{\text{src},j} + U_{\text{align},ji})$
$C_{\text{coord}}$
Rate ($t^{-1}$)
Coordination overhead (tempo-equivalent)
Conventions
Subscript $t$: Discrete time index or macroscopic continuous time. Context disambiguates: $M_t = f(M_{t-1}, o_t, a_{t-1})$ is discrete; $d\lVert\delta\rVert/dt$ is continuous.
Subscript $\tau$: Continuous timestamp of an individual event. Used in the event-driven formulation for microscopic update dynamics.
Superscript $(k)$: Channel index. Distinguishes observation or action channels with distinct rates and noise.
Calligraphic letters ($\mathcal{M}$, $\mathcal{O}$, $\mathcal{A}$, $\mathcal{E}$, $\mathcal{C}$, $\mathcal{T}$, $\mathcal{I}$): Sets, spaces, or aggregate quantities. $\mathcal{C}$ for chronica (not $\mathcal{H}$, to avoid collision with entropy). Exceptions: $\mathcal{T}$ is a scalar rate (calligraphic distinguishes from temperature); $\mathcal{I}(e_\tau)$ is a scalar (distinguishes from mutual information $I$).
$\lVert\cdot\rVert$: Norm (Euclidean or information-theoretic). Used for mismatch magnitude.
$\lvert\cdot\rvert$: Cardinality of a set (e.g., $\lvert\mathcal{A}\rvert$). Not for mismatch — use $\lVert\cdot\rVert$.
Scalar reduction of gain and tempo. When $\eta^\ast$ appears as scalar in mismatch dynamics, it represents the effective correction fraction along the current mismatch direction: $\eta^\ast_{\text{eff}} = \delta^T K \delta / \lVert\delta\rVert^2$. Scalar tempo $\mathcal{T} = \nu \cdot \eta^\ast_{\text{eff}}$ is the correction rate along this direction. The sector condition parameter $\alpha$ corresponds to the worst-case scalar projection. The full anisotropic treatment requires a tempo tensor; the scalar reduction is valid when correction dynamics are approximately isotropic.
Units
The theory uses natural (dimensionless information-theoretic) units where possible:
Quantity
Units
Notes
$\eta^\ast$
Dimensionless $\in [0, 1]$
Ratio
$\nu^{(k)}$
Events per unit time (Hz)
$\mathcal{T}$
Inverse time ($t^{-1}$)
Effective correction rate
$\rho$
Surprise $\cdot t^{-1}$
Mismatch injection rate
$S(M_t)$
Dimensionless $\in [0, 1]$
Ratio
Dimensional analysis of the mismatch ODE. In $d\lVert\delta\rVert/dt = -\mathcal{T}\lVert\delta\rVert + \rho$: LHS has units [surprise $\cdot t^{-1}$]; $\mathcal{T}\lVert\delta\rVert$ has $[t^{-1}] \cdot [\text{surprise}]$; $\rho$ has [surprise $\cdot t^{-1}$]. All consistent. Note $\mathcal{T}$ and $\rho$ have different units — the persistence condition $\mathcal{T} \gt \rho/\lVert\delta_{\text{critical}}\rVert$ is dimensionally consistent. The shorthand "$\mathcal{T} \gt \rho$" is valid only when $\lVert\delta_{\text{critical}}\rVert$ is normalized to 1.
Global Assumptions
Load-bearing assumptions that appear locally but are referenced by multiple results:
ID
Assumption
Used by
GA-1
Fresh noise.$\varepsilon_t$ is conditionally independent of $\mathcal C_{t-1}$ given $(\Omega_t, a_{t-1})$.
#mismatch-decomposition
GA-2
Bounded disturbance (Model D).$\lVert w(t)\rVert \leq \rho$ for finite $\rho$. Deterministic worst-case bound; no distributional assumption.
Stochastic disturbance (Model S).$w(t)$ is zero-mean with $\mathbb{E}[\lVert w(t)\rVert^2] = \sigma_w^2$. Alternative to GA-2 for environments with noise rather than drift.
Sector condition (continuous).$\delta^T F(\mathcal{T}, \delta) \geq \alpha\lVert\delta\rVert^2$ for $\lVert\delta\rVert \leq R$. Derived from the gain principle when the update rule has directional fidelity (B1); for gradient-based agents, equivalent to local strong convexity of the loss. Remains an independent assumption for non-gradient agents. The discrete-time analog (DA2') adds a Lipschitz upper bound $\lVert F_d(\delta)\rVert \leq c_{\max}\lVert\delta\rVert$ — strictly stronger than an inner-product upper bound, required because the discrete contraction involves $\lVert F_d\rVert^2$. See #gain-sector-bridge, #discrete-sector-condition.