Notation & Glossary

Appendix A. Every symbol used in the book, defined once.

The chapters introduce symbols where they're first needed; this is the single place they're all collected. A few letters are reused with different meanings in different layers — those collisions are flagged explicitly at the bottom, because they trip up first-time readers.

Populations and objects

SymbolMeaningFirst used
Fthe set of resolvers — capital holders who retroactively declare verdictsMechanism
Pthe set of forecasters — specialists who publish predictionsMechanism
Qthe set of candidates / questions under evaluationMechanism
qa single question, with outcome space Ω_qMechanism
i, jindex a forecaster (i ∈ P) and a resolver (j ∈ F)Mechanism

The scoring engine

SymbolMeaningFirst used
p_{i,q,t}forecaster i's probability distribution on q at time tMechanism
r_{j,q}resolver j's subjective verdict on qMechanism
S(p, ω)strictly proper scoring rule; canonically log score ln p(ω)Mechanism
p_refreference belief (consensus just before an update); the subtraction baselineMechanism
w_ttime weight (can up-weight earlier forecasts)Mechanism
ρ_{i,j,q}reward to i from j on q — marginal movement toward the verdictMechanism
R_{i,j}forecaster i's reputation with resolver j = Σ_q ρ_{i,j,q}Mechanism
B_jresolver j's reward budgetMechanism
p*the money-optimal forecast (= capital-weighted predicted consensus)Mechanism
EU(i→j)decision-value of i's information to j ("extrapolated utility")Math Core §2.5
u_qper-question reward-budget factor, set ∝ value-of-informationMath Core §2.5

Reflexivity

SymbolMeaningFirst used
θthe true state of a questionMath Core §2
πa forecaster's honest posterior given evidenceReflexivity
λdeference weight — fraction of a verdict driven by the published forecastReflexivity
g(p)the resolver's deference-response functionReflexivity
Ldeference slope = λ · sup\|g'\|; safety condition L < 1 (= V1)Reflexivity
σ(θ)signal-driven verdict probability (the non-deferring part)Math Core §2

Independence (the immune system)

SymbolMeaningFirst used
Σresidual-correlation matrix across agents (after conditioning on public info)Independence
n_effeffective population = 1ᵀ Σ⁻¹ 1; the stack's one security parameterIndependence
ρ (here)pairwise correlation within a Sybil cluster — not the reward ρ aboveIndependence
knumber of accounts in a cluster (or replication count, §1.4)Independence
hhonest fraction of an executor poolMath Core §1.4
ν_iagent i's marginal n_eff, gating its UBI shareMath Core §4.3

Money (the metabolism)

SymbolMeaningFirst used
δdemurrage rate — decay-unless-circulated; the dispersion dialValue as Flow
Mtotal money supplyMath Core §4
Npopulation, measured in n_eff unitsMath Core §4
w_iwallet balance of agent iMath Core §4
e_i, s_iagent i's earn / spend ratesMath Core §4
ēbound on net earning advantageMath Core §4.2
βtarget concentration bound on resolver budgetsMath Core §4.2

The substrate

SymbolMeaningFirst used
MATERIALIZE(V, R)make value V available at spacetime region RSubstrate
D(v, x, t)demand field — request intensity for value v at location x, time tMath Core §1
p(v, x)price field — posted price of delivering v at x (the substrate's p)Math Core §1
λ_v(x)local demand intensity for v at xnot the deference weight λMath Core §1.2
c_s, c_b, c_cstorage / bandwidth / compute cost coefficientsMath Core §1.1
work(f)reduction-step count of f (the canonical compute unit, from tree calculus)Math Core §1.1

Viability inequalities

The system is viable iff these hold (see Math Core §7):

ConditionPlain meaningChapter
V1L < 1perception dominates action (no dark room)Reflexivity
V2cost(mimic k) ≥ cost(be k)boundary integrity; n_eff is soundIndependence
V3δ ≥ ē/(M(β−1/N))turnover keeps capital dispersed (enforces A2)Value as Flow
V4switching cost < tyranny premiumexit keeps between-network selection aliveLiving System
V5verdicts are ex-post counterfactual contraststhe market stays evidence, never a mechanical ruleFutarchy and Causality

The five assumptions A1–A5 (shared reality, dispersed capital, repeated game, tamper-evident timestamps, non-reflexivity) are defined in The Five Assumptions.

⚠️ Notation collisions

The same letter carries different meanings across layers. The four to watch:

  • F = the resolver set in the engine, but the free-energy functional F_a in Math Core §0. (Context always disambiguates: a set of people vs. a quantity to minimize.)
  • ρ = the reward contribution ρ_{i,j,q} in the engine, but a pairwise correlation in the n_eff formula.
  • λ = the deference weight in reflexivity, but λ_v(x) is local demand intensity in the substrate.
  • p = a forecast distribution p_{i,q,t} in the engine, but p(v,x) is the price field in the substrate.

These overlaps are inherited from each layer's own conventional notation; they were kept rather than invent non-standard symbols.