Commit 3df29d2
proof(model): close equivSym via Data.Bool.andCommutative (1/5 Cat B holes) (#123)
The two `all`-predicates inside `equiv` are conjoined; the reverse-
direction goal is the same conjunction commuted, so a single rewrite
by `andCommutative` collapses it to the premise. No primitive
String/Bits8 `==` reflexivity needed — pure boolean algebra over the
already-evaluated predicate values.
Verified locally: 4/4 modules build clean with `--total`.
Cat-B reclassification finding (see follow-up to #119):
- `equivSym` — closed here (pure boolean algebra)
- `equivRefl` — BLOCKED on primitive String/Bits8 `==` reflexivity
- `equivTrans` — BLOCKED on `elem`-transitivity through filtered lists
- `undoRedoIdentity` — non-theorem under propositional `=` (needs `equiv`)
- `undoRedoComposition` — same as undoRedoIdentity
- `cnoWriteSameContent` — body needs equiv-membership lemma chain
(also blocked on primitive eq reflexivity at the leaves)
So 1/5 closeable purely; remaining 4 need a Q4-style decision
(axiom vs equiv-restate vs DecEq-rewrite of equiv).
Refs:
- valence-shell#119 — proof-hole inventory (Cat B)
- memory: reference_idris2_0_8_0_reserved_keywords.md
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent af982ce commit 3df29d2
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
218 | 229 | | |
219 | 230 | | |
220 | 231 | | |
221 | 232 | | |
222 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
223 | 237 | | |
224 | 238 | | |
225 | 239 | | |
| |||
0 commit comments