Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-03
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 greedy colouring bound χ(G)Δ(G)+1\chi(G)\leq\Delta(G)+1 for every nonnull finite graph

Statement

Let G=(V,E)G=(V,E) be a nonnull finite simple graph. Then

χ(G)Δ(G)+1.\chi(G)\leq\Delta(G)+1.

More precisely, after the vertices are put in any finite order, assigning to each vertex the least colour not already used by an earlier neighbour produces a proper colouring with colours in Δ(G)+1\Delta(G)+1.

Facts & Assumptions

Given: A nonnull finite simple graph G=(V,E)G=(V,E), n:=Vn:=|V|, and a bijective enumeration ivii\mapsto v_i from nn to VV.

[L1]

A proper kk-colouring assigns different elements of kk to adjacent vertices, and χ(G)\chi(G) is the least admissible kk (Proper vertex colourings and chromatic number).

[L3]

If m<nm<n are natural numbers, there is no injection from nn into mm (The pigeonhole principle on N\mathbb{N}, claim 2).

[L4]

Every nonempty subset of the natural numbers has a least element (The well-ordering principle).

[L5]

A subset of the natural numbers containing 00 and closed under successor is all of the natural numbers; and exactly one of i<ni<n, i=ni=n, n<in<i holds (The principle of mathematical induction, Trichotomy of the order on N\mathbb{N}).

Proof

technique · constructive
1.1

For each i<ni<n, at most degG(vi)Δ(G)\deg_G(v_i)\leq\Delta(G) earlier neighbours of viv_i have already been considered. If all Δ(G)+1\Delta(G)+1 colours occurred among them, choosing for each colour its least earlier-neighbour index would inject the Δ(G)+1\Delta(G)+1 colours into a set of at most Δ(G)\Delta(G) indices, contradicting [L3]. Thus at least one colour is absent.

L2L3L4
1.2

Let P(i)P(i) say that either n<in<i, or the first ii vertices have a unique colouring which uses the least available colour at every vertex. The empty colouring verifies P(0)P(0).

construct
2.1

Assume P(i)P(i). If n<in<i or i=ni=n, then n<i+1n<i+1, so P(i+1)P(i+1). If i<ni<n, step 1.1 gives a nonempty set of available colours for viv_i, and [L4] gives its unique least element. Appending that colour to the unique preceding colouring produces the unique greedy colouring of the first i+1i+1 vertices; hence P(i+1)P(i+1). These cases are exhaustive by [L5].

step 1.1step 1.2L4L5construct
3.1

Induction using steps 1.2 and 2.1 gives P(n)P(n). Since n<nn<n is false, this gives a greedy colouring cc of all nn vertices.

step 1.2step 2.1L5construct
4.1

If {vi,vj}E\{v_i,v_j\}\in E with i<ji<j, then viv_i is an earlier neighbour of vjv_j, so the rule in step 3.1 gives c(vj)c(vi)c(v_j)\ne c(v_i). Thus cc is a proper (Δ(G)+1)(\Delta(G)+1)-colouring.

step 3.1L1
5.1

Since such a colouring exists, the minimality clause in [L1] gives χ(G)Δ(G)+1\chi(G)\leq\Delta(G)+1.

step 4.1L1discharge-construct

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 39 results over 20 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