Commit 03ced9c
* feat: correlation graph-equality congruence + inducedGraph-union bridge (Part of #2965)
* feat: correlation graph-equality congruence + induced-union bridge (union form)
Complete Phase A step 1 (the Fintype-instance transport):
- correlation_congr_of_eq: G₁ = G₂ ⇒ correlation G₁ p A = correlation G₂ p A,
invariant across different Fintype edgeSet instances (edgeFinset coerces to the
instance-free edgeSet). Bridges propositional graph equalities without rw's
motive obstruction.
- correlation_inducedGraph_union_inl_of_no_cross: the component-factorization
bridge stated directly on inducedGraph (Λ₁ ∪ Λ₂):
correlation (inducedGraph (Λ₁ ∪ Λ₂)) p ((A.map inl).map union)
= correlation (inducedGraph Λ₁) p A
for disjoint Λ₁,Λ₂ with no cross edge, via
inducedGraph_sum_map_eq_union_of_no_cross + correlation_congr_of_eq +
correlation_inducedGraph_sum_map_inl. This is the form usable for exhaustion
stages.
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 fe9b676 commit 03ced9c
3 files changed
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
251 | 303 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12537 | 12537 | | |
12538 | 12538 | | |
12539 | 12539 | | |
| 12540 | + | |
| 12541 | + | |
| 12542 | + | |
| 12543 | + | |
| 12544 | + | |
| 12545 | + | |
| 12546 | + | |
| 12547 | + | |
| 12548 | + | |
| 12549 | + | |
| 12550 | + | |
| 12551 | + | |
| 12552 | + | |
| 12553 | + | |
| 12554 | + | |
| 12555 | + | |
| 12556 | + | |
| 12557 | + | |
| 12558 | + | |
12540 | 12559 | | |
12541 | 12560 | | |
12542 | 12561 | | |
| |||
0 commit comments