Commit 84a7bdc
proof(L1): experiment 3 — step_pop_disjoint_from_type_l1 is provably FALSE as stated (#342)
## The finding
Experiment 3 of the choreographic series (the wiring-lemma attempt named
by #332) went **adversarial-first**: before proving `typing ⇒ valid
trace`, try to refute the target. The refutation landed.
**`formal/Counterexample_StepPop.v` (Qed, zero axioms):**
```
e = EPair (ERegion rv (EI32 5)) (EVar 0) R = [rv] G = [(TString rv, false)]
```
- **Types** (both modalities): the active-region rule pops the ambient
`rv`; `T_Var_Lin_L1` then types `EVar 0 : TString rv` at the **empty**
region env — it has no `In rv R` premise.
- **Steps**: `S_Region_Exit` under `S_Pair_Step1`, so `R' = []`.
- `rv ∈ free_regions(T)`, `rv ∈ R`, but `In rv R'` is **False**.
So the Admitted `step_pop_disjoint_from_type_l1` was hiding a
**falsehood**, not an unfinished proof — the same class as
`region_liveness_at_split_l1` (removed 2026-06-26). No proof effort can
close it as stated.
## Why this matters for the choreographic route
`typed_but_incoherent` (Qed) ties it to experiment 2: the witness is
exactly the congruence dichotomy's "impossible third situation" — its
trace `[Close; Use]` from balance 1 is incoherent — **yet it types**.
Typing does not imply trace coherence, so `wiring_obligation` is
unprovable for any faithful trace extraction. The coherence the model
needs is a **missing premise of the judgment** — the standing rule's
"architecture is asking for a new invariant" signal, now with a
machine-checked forcing argument. The choreographic route's task is
provably "make coherence a judgment-level input", not "derive it".
## Owner decision needed (reformulation direction)
1. **Liveness/coherence premise** on `step_pop`
(foundational-choreographic: coherence becomes a typing input), or
2. **Value-anchored restriction**: the lemma's sole caller
(`S_StringConcat_Step2`) retypes an `ELoc` **value** whose `T_Loc_L1`
typing already carried `In r R`; the refuting sibling is a **variable**,
which no `S_*_Step2` case ever retypes at `R'` — the restricted form may
be provable outright.
## Fences
`Semantics_L1.v` untouched. This PR only **adds** a regression witness
(house pattern: `Counterexample.v` / `Counterexample_RegionShrink.v`) +
updates `PROOF-NEEDS.md §5.2`. Verified: fresh `coqc` 8.18.0 build of
`formal/` including the new file, green; both theorems `Print
Assumptions`-clean.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent b2ee89e commit 84a7bdc
3 files changed
Lines changed: 177 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments