Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-28
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.

A disjoint union of two perfect graphs is perfect

Statement

If G and H are perfect graphs on disjoint vertex sets, then their disjoint union is perfect.

Facts & Assumptions

Given: Perfect graphs G=(VG,EG) and H=(VH,EH) with VGVH=.

[L1]

A graph is perfect exactly when every induced subgraph has equal clique number and chromatic number (Perfect graphs).

[L2]

If XVGVH and XG:=XVG, XH:=XVH, then the induced subgraph of the disjoint union on X is the disjoint union of G[XG] and H[XH] (Subgraphs, induced subgraphs and spanning subgraphs).

[L3]

In a disjoint union, every clique lies in one side, while optimal colourings of the two sides may reuse the same palette; therefore ω(GH)=max{ω(G),ω(H)} and χ(GH)=max{χ(G),χ(H)} (Cliques, stable sets, the clique number ω(G) and stability number α(G), Proper vertex colourings and chromatic number).

Proof

technique · direct
1.1

Let XVGVH, and write XG:=XVG and XH:=XVH. Since G and H are perfect, [L1] gives χ(G[XG])=ω(G[XG]) and χ(H[XH])=ω(H[XH]).

L1given
2.1

By [L2], the induced subgraph of GH on X is G[XG]H[XH]. Applying [L3] to that disjoint union and then using step 1.1 yields χ((GH)[X])=max{χ(G[XG]),χ(H[XH])}=max{ω(G[XG]),ω(H[XH])}=ω((GH)[X]).

step 1.1L2L3
3.1

Step 2.1 proves χ(K)=ω(K) for every induced subgraph K=(GH)[X], so the disjoint union GH is perfect by [L1].

step 2.1L1

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