How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Switching along an augmenting path increases a matching by one edge
Statement
If is an -augmenting path in a finite graph, then is a matching and .
Facts & Assumptions
Given: A matching and an -augmenting path .
An augmenting path alternates between edges outside and inside , begins and ends outside , and has exposed endpoints (Alternating and augmenting paths relative to a matching).
Proof
Along there is one more edge outside than inside , and every internal vertex of is incident with precisely one edge of .
Replacing the -edges of by its non- edges leaves every internal vertex incident with one new matching edge, and its exposed endpoints incident with one; all edges away from are unchanged, so is a matching.
The replacement deletes edges and adds edges, hence .
Remarks
- The use of symmetric difference is literal: it deletes the old matching edges on and inserts the new ones, with no choice of any further edges.
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 13 results over 10 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- M. Goemans, Lecture notes on bipartite matching (standard reference, not scraped)