Commit c8a0540
committed
Add Echo Types theory documentation pack
Five structured markdown documents under docs/echo-types/ that
develop Echo Types as a reusable theory of residual information
after non-injective computation. Parallel-work product:
produces no code in the Agda suite and does not depend on the
current Buchholz well-foundedness block (--without-K shared-binder
pattern-matching limitation on claude/buchholz-order-def).
Files and rough scope:
overview.md (126 lines)
Working definition. Current Agda anchor (Echo f y as a fiber).
Loss / residue pairing. Extensional shadow vs intensional core
as the load-bearing distinction for the rest of the pack.
taxonomy.md (215 lines)
Seven axes: extensional/intensional, exact/approximate,
local/global, canonical/presentation-dependent,
compositional/non-compositional, static/dynamic,
proof-relevant/proof-irrelevant. Cross-classification table
placing existing Agda modules on each axis. Open candidate
axes (reversibility, topological, category-of-loss).
examples.md (223 lines)
Ten worked cases using a single template (source map / what
is lost / what remains / echo / ext vs int / reference):
1. Sign loss under squaring (Agda-backed)
2. Boolean component forgetting (Agda-backed)
3. Quotient by equivalence (Agda-backed)
4. Cantor normal form canonicalisation (Agda-backed)
5. Database GROUP BY (informal)
6. Lossy numerical truncation (informal, approximate)
7. Ordinal collapse (Agda-backed via EchoOrdinal)
8. Cryptographic hash (informal; forces the computational-
access axis that current taxonomy does not cover)
9. Parser error recovery (informal; presentation-dependent)
10. Abstract interpretation (informal)
Cross-cutting observations connecting examples to axes.
composition.md (216 lines)
Central question: how does Echo(g ∘ f) relate to Echo(f) and
Echo(g)? Settles accumulation as the base case (backed by the
existing map-over / map-over-comp evidence; formal iso is a
named next milestone). Shadow-level weakening vs intensional
accumulation. Six open questions (2-category shape, negative /
co-echoes, approximate-composition tolerance calculus, pentagon
coherence, decoration-commuting, recovery interaction). Ranked
list of what to formalise next.
roadmap.md (188 lines)
Splits work by dependency on two named bottlenecks:
B1. --without-K shared-binder block on Buchholz _<ᵇ_.
B2. Tool-scope limits on maa-framework / januskey /
absolute-zero.
Four panels (theory / formalisation / example / application)
mark every item as [unblocked], [gated on B1], or
[gated on B2]. Suggests an honest 4-5 day immediate ordering
and a 3-4 week parallel-work pack that does not touch any
blocked path.
Deliberate non-goals:
* No overwriting of existing docs. Existing adjacency notes,
buchholz-plan.adoc, assessment.adoc, and the CNO / Janus
bridge docs are untouched.
* No new Agda modules in this commit. Every Agda-facing item
in roadmap.md is a named next milestone on a separate branch.
* No release-tag gating. v0.2 and future tags remain decided
on actual landed content.
Verification: no code touched; no compile step required for this
commit. Repo continues to compile green on main (All.agda + Smoke
exit 0; the audit in the current session had already verified this).
https://claude.ai/code/session_01JRLz84fAaWvRBKyXuc4tyK1 parent 8b8fc03 commit c8a0540
5 files changed
Lines changed: 968 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
0 commit comments