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.
Gallai's identity: when has no isolated vertex
Statement
If a finite graph has no isolated vertex, then its matching and edge-cover numbers satisfy .
Facts & Assumptions
Given: A finite graph without isolated vertices and a maximum matching .
A matching has pairwise endpoint-disjoint edges, and when is maximum (Matchings, saturated vertices, maximal and maximum matchings, perfect matchings and ).
An edge cover meets every vertex and is the least cardinality of one (Vertex covers, edge covers and the covering numbers and ).
Proof
The -exposed vertices are independent, or an edge between two would enlarge ; choose one incident edge for each exposed vertex and adjoin them to , obtaining an edge cover of edges.
Thus .
Let be an inclusion-minimal edge cover. Its graph has no cycle, since a cycle edge could be deleted, and no path of length three, since its middle edge could be deleted; hence every component is a star and choosing one edge from each component is a matching of edges.
Therefore by step 1.3, while step 1.2 gives the reverse inequality, proving .
Remarks
- The no-isolated-vertex hypothesis is load-bearing: an isolated vertex has no incident edge, so no edge cover exists.
Depends on
- Matchings, saturated vertices, maximal and maximum matchings, perfect matchings and $\nu(G)$
- Vertex covers, edge covers and the covering numbers $\tau(G)$ and $\rho(G)$
- Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree
- Connected graphs and connected components defined by the existence of vertex paths
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 17 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)