Commit 055ce00
* feat: bond-deleted raw correlation = isolated induced subgraph (Part of #2965)
* feat: bond-deleted raw correlation = isolated induced subgraph (per-stage increment form)
Add two lemmas closing the Phase A per-stage-increment assembly:
- correlation_congr_all: G₁ = G₂ ⇒ correlation G₁ = correlation G₂ across ALL
instances (vertex Fintype + edgeSet Fintype), since Fintype is Subsingleton
(Fintype.subsingleton). Strengthens correlation_congr_of_eq; resolves the
vertex-Fintype diamond between Finset.Subtype.fintype (inducedGraph) and the
Set-induce vertex Fintype.
- correlation_deleteEdges_straddle_eq_inducedGraph: the raw bond-deleted graph's
correlation of an S-supported observable equals the isolated induced-subgraph
correlation:
correlation (G.deleteEdges {straddle S}) p (((A.map inl).map union).map subtypeUnivEquiv)
= correlation (inducedGraph G S) p A
Composes correlation_induce_of_forall_mem (on ↑(S∪Sᶜ)) ∘ correlation_congr_all
∘ correlation_inducedGraph_deleteEdges_union_inl.
This is the per-stage-increment form that pairs directly with the ball-boundary
bond-deletion increment correlation_sub_deleteEdges_le_derivBound (#2974).
Part of #2965
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs: soften per-stage increment claim per codex (composition not yet formalized)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c758342 commit 055ce00
3 files changed
Lines changed: 93 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
430 | 493 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12646 | 12646 | | |
12647 | 12647 | | |
12648 | 12648 | | |
| 12649 | + | |
| 12650 | + | |
| 12651 | + | |
| 12652 | + | |
| 12653 | + | |
| 12654 | + | |
| 12655 | + | |
| 12656 | + | |
| 12657 | + | |
| 12658 | + | |
| 12659 | + | |
| 12660 | + | |
| 12661 | + | |
| 12662 | + | |
| 12663 | + | |
| 12664 | + | |
| 12665 | + | |
| 12666 | + | |
| 12667 | + | |
| 12668 | + | |
| 12669 | + | |
| 12670 | + | |
| 12671 | + | |
| 12672 | + | |
| 12673 | + | |
| 12674 | + | |
| 12675 | + | |
| 12676 | + | |
12649 | 12677 | | |
12650 | 12678 | | |
12651 | 12679 | | |
| |||
0 commit comments