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
Add axis 8 (information-theoretic vs computational access)
Promotes the computational-access candidate from the "worth
considering" section in taxonomy.md to a full numbered axis, with
the same structural template used for axes 1-7 (definition,
distinguishing test, forcing example, Agda anchor, candidate
refinements, composition conjecture).
The axis is motivated by the cryptographic-hash example
(examples.md §8) which cannot be distinguished from a constructive
square-root by any of axes 1-7: both have the same extensional
shadow, intensional core, exactness, locality, canonicity,
compositionality, static-ness, and proof-relevance. The only real
distinction is whether a witness can be extracted in feasible
resources — which axes 1-7 do not name.
Four candidate refinements of `Echo` are listed for future
formalisation, roughly in increasing weight:
1. Cost-indexed echo: pair Echo f y with a witness-extraction
bound.
2. Graded access modality: Echo^c f y at grade c meaning
"reachable within c steps"; natural host is EchoGraded.agda.
3. Decidability-respecting echo: Echo⁺ f y = Dec (Echo f y);
separates mathematically-inhabited from feasibly-decidable.
4. Witness-search abstract machine: model the extractor as a
term in a bounded-step machine.
The four probably live on a small lattice of access-tracking
theories rather than being subsumed by a single definition.
Downstream updates in this commit:
* examples.md §8 points to taxonomy.md axis 8 instead of
treating the axis as a todo.
* The cross-classification table in taxonomy.md adds an `Access`
column; every current module is uniformly `Info` (information-
theoretic only) with `EchoLinear` and `EchoGraded` marked
`Info (proxy)` since their usage/grade semantics approximate
cost-tracking without committing to an algorithmic
interpretation.
* The "Open: new axes" section in taxonomy.md has a history note
explaining the promotion.
* roadmap.md marks axis 8 [landed] and its immediate-ordering
item now reads "pick one axis-8 refinement and formalise it".
No code is changed. Theory-only update.
https://claude.ai/code/session_01JRLz84fAaWvRBKyXuc4tyK
0 commit comments