Commit aa6ffd3
* feat: straddle-set no-cross + not-internal facts (Part of #2965)
* feat: straddle-set no-cross + not-internal facts
Add two graph-level facts about the straddle (cut) edge set of
induce_sum_map_sumCompl_eq_deleteEdges:
- straddle_not_mem_of_same_side: p a ↔ p b ⇒ s(a,b) ∉ straddle (the deleted set
contains no same-side edge), feeding inducedGraph_deleteEdges_eq_of_not_internal.
- deleteEdges_straddle_no_cross: p a, ¬p b ⇒ ¬(G.deleteEdges {straddle}).Adj a b
(the bond-deleted graph disconnects the two sides), the no-cross hypothesis for
correlation_inducedGraph_union_inl_of_no_cross applied to G.deleteEdges {straddle}.
Pure adjacency facts (no Fintype), bridging #2979/#2981/#2978 toward the
bond-deletion → isolated-component capstone via the working inducedGraph route.
Part of #2965
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4ce9a50 commit aa6ffd3
3 files changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 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 | + | |
168 | 192 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12249 | 12249 | | |
12250 | 12250 | | |
12251 | 12251 | | |
| 12252 | + | |
| 12253 | + | |
| 12254 | + | |
| 12255 | + | |
| 12256 | + | |
| 12257 | + | |
| 12258 | + | |
| 12259 | + | |
| 12260 | + | |
| 12261 | + | |
| 12262 | + | |
| 12263 | + | |
| 12264 | + | |
| 12265 | + | |
| 12266 | + | |
| 12267 | + | |
| 12268 | + | |
12252 | 12269 | | |
12253 | 12270 | | |
12254 | 12271 | | |
| |||
0 commit comments