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.
The symmetric difference of two matchings is a disjoint union of alternating paths and even cycles
Statement
For matchings of a finite graph , every nontrivial connected component of the spanning subgraph with edge set is an alternating path or an even alternating cycle. The components are edge-disjoint.
Facts & Assumptions
Given: Matchings in a finite graph .
A matching is a set of edges no two of which share an endpoint (Matchings, saturated vertices, maximal and maximum matchings, perfect matchings and ).
Proof
Each vertex is incident with at most one edge of and at most one edge of , hence has degree at most two in the spanning subgraph on .
A nontrivial connected finite graph whose degrees are at most two is a path or a cycle; here its consecutive edges alternate between and .
A cyclic component has even length, because alternation returns to the initial edge-type only after an even number of edges.
The nontrivial components partition the edge set , while degree-zero vertices contribute no edge, which proves the stated disjoint union.
Depends on
- Matchings, saturated vertices, maximal and maximum matchings, perfect matchings and $\nu(G)$
- Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges
- Connected graphs and connected components defined by the existence of vertex paths
- Subgraphs, induced subgraphs and spanning subgraphs
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 16 results over 11 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)