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.
Lovasz's numerical criterion for perfect graphs and complement invariance
Statement
For a finite graph , the following are equivalent:
- is perfect.
- Every induced subgraph of satisfies .
Consequently is perfect if and only if its complement is perfect.
Facts & Assumptions
Given: A finite simple graph .
Perfection means for every induced subgraph . An optimal coloring partitions into stable color classes, and a clique meets any one color class in at most one vertex (A perfect graph, Proper vertex colourings and chromatic number, Cliques, stable sets, the clique number and stability number ).
If is stable, an optimal coloring of can be extended by one new color on . Cliques and stable sets interchange under complementation, and induced subgraphs commute with complementation (Graph isomorphisms, automorphisms and graph complements, Subgraphs, induced subgraphs and spanning subgraphs, Cliques, stable sets, the clique number and stability number ).
Any vectors of are linearly dependent, since the standard coordinate vectors span (If has a spanning set with elements, then every linearly independent subset of is finite with at most elements; in particular has no linearly independent subset equinumerous with , The standard list with and for is an ordered basis of ; hence , and is the zero space with basis and dimension ).
Proof
If is perfect, color each induced with colors. Each color class is stable and has at most vertices, so . This includes the empty graph, for which both sides are zero.
Conversely, assume the numerical inequality for every induced subgraph of and induct on . It passes to each proper induced subgraph, so those subgraphs are perfect by induction. The empty case is immediate. Suppose for contradiction that nonempty is not perfect. Put , and . Then , while the assumed inequality gives .
If is a nonempty stable set, then is a proper perfect induced subgraph. It must have a -clique: otherwise , and coloring with one new color would give , contrary to step 1.2. This also covers empty.
Fix a maximum stable set . For each , choose an optimal -coloring of , possible by step 2.1 and perfection of that proper induced subgraph. Name its color classes . Thus are stable sets. By step 2.1, for each fix a -clique in . All selections are from finite families.
Let be any -clique of . If , then for every it is a -clique of and meets each of that graph's color classes exactly once. If , then it meets once; in the th coloring, its other vertices occupy exactly of the color classes, so it misses exactly one class in that block. For each other it meets all classes of the th coloring. A clique meets at most once. Therefore is disjoint from exactly one of and meets every other one in exactly one vertex. In particular, if and if .
Enumerate . Let be the real matrix whose th row is the incidence vector of , and let be the real matrix whose th column is the incidence vector of . By step 4.1, : its diagonal entries are and all off-diagonal entries are . This matrix has independent columns. Indeed, if , put . Each coordinate equation says , so all ; then , and forces and . Hence the columns of are independent: any linear relation among them would remain a relation after multiplying by . But by step 1.2, contradicting [L3] for vectors of .
The contradiction discharges step 1.2, proving the numerical criterion. If is perfect, step 1.1 gives the inequality for every induced . For each induced subgraph of , [L2] gives , , and ; so the same inequality holds in . The criterion makes perfect. Applying that direction to proves the converse, because .
Source notes
Diestel, Theorem 5.5.6, pp. 144-145, gives Gasparian's finite incidence matrix proof of Lovasz's numerical criterion. Theorem 5.5.4, pp. 142-144, states complement invariance. The full proof passages were read; the coordinate-kernel argument for is written out here.
Depends on
- A perfect graph
- Cliques, stable sets, the clique number $\omega(G)$ and stability number $\alpha(G)$
- Proper vertex colourings and chromatic number
- Subgraphs, induced subgraphs and spanning subgraphs
- Graph isomorphisms, automorphisms and graph complements
- If $V$ has a spanning set with $n$ elements, then every linearly independent subset of $V$ is finite with at most $n$ elements; in particular $V$ has no linearly independent subset equinumerous with $\mathbb{N}$
- The standard list $e : n \to F^{n}$ with $e_i(i) = 1_F$ and $e_i(j) = 0_F$ for $j \ne i$ is an ordered basis of $F^{n}$; hence $\dim_F F^{n} = n$, and $F^{0}$ is the zero space with basis $\varnothing$ and dimension $0$
Used by
Dependency tree · two levels
34 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
- Reinhard Diestel, Graph Theory, 5th ed., Theorems 5.5.4 and 5.5.6, pp. 142-145 (standard reference, not scraped)