Commit 961c9fa
committed
Add pentagon coherence for Echo-comp-iso
Ships two minimal pentagon-style coherence lemmas on top of
Echo-comp-iso: the two natural ways to apply the iso twice to a
three-fold composition `h ∘ g ∘ f` produce the same B-component and
the same Echo-f witness.
The two paths compared:
outer-first -- split at the outer boundary (g∘f, h), then split
the inner Echo at (f, g):
Echo-comp-iso-to f g
(proj₁ (proj₂ (Echo-comp-iso-to (g ∘ f) h e)))
inner-first -- split at the inner boundary (f, h∘g) directly:
Echo-comp-iso-to f (h ∘ g) e
Both factorings project to `f x` at the B-component and to
`(x , refl) : Echo f (f x)` at the Echo-f witness. Two lemmas, each
proved by `refl`:
Echo-comp-iso-pent-B -- B-component agrees
Echo-comp-iso-pent-echo -- Echo-f component agrees
Both pinned in Smoke.agda. No postulates. All.agda + Smoke both
exit 0 under --safe --without-K.
This discharges one of the six open composition-law conjectures in
docs/echo-types/composition.md §Q4 (associativity / pentagon). The
remaining coherences (Σ-associativity on the outer shape, triangle
identity for cancellation, approximate-echo tolerance calculus,
decoration commuting, recovery interaction) are still open.
https://claude.ai/code/session_01JRLz84fAaWvRBKyXuc4tyK1 parent 7523319 commit 961c9fa
2 files changed
Lines changed: 41 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments