Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-02
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.

Alternating reachability from unmatched left vertices produces a vertex cover of the same size as a maximum matching

Statement

Let G have bipartition (X,Y) and let M be a maximum matching. From every M-exposed vertex of X, follow alternating paths that begin with a nonmatching edge. Let ZX⊆X and ZY⊆Y be the reachable vertices in the two parts. Then C:=(X∖ZX)∪ZY is a vertex cover and ∣C∣=∣M∣.

Facts & Assumptions

Given: A finite bipartite graph (X,Y) and a maximum matching M.

[F1]

A vertex cover meets every edge, and its size is its cardinality (Vertex covers, edge covers and the covering numbers τ(G) and ρ(G)).

Proof

technique · direct
1.1

No vertex of ZY is M-exposed, for an alternating path from an exposed vertex of X to it would be M-augmenting, contrary to [L1].

L1
1.2

Every edge xy is met by C: if x∉ZX it is met by x, while if x∈ZX, a nonmatching edge reaches y and a matching edge reaches y by the preceding alternating step; hence y∈ZY.

L1F1
2.1

The matching edges pair ZY with ZX and pair X∖ZX with Y∖ZY; exposed left vertices lie in ZX, so this gives ∣M∣=∣ZY∣+∣X∖ZX∣=∣C∣.

step 1.1
3.1

Step 1.2 makes C a vertex cover and step 2.1 gives its size.

step 1.2step 2.1∎

Remarks

  • The direction of alternation is essential: left-to-right steps are nonmatching edges and right-to-left steps are matching edges.

Depends on

Used by

Dependency tree · two levels

11 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources