Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck 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 for every nonnull finite graph

Statement

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

χ(G)≤Δ(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.

Facts & Assumptions

Given: A nonnull finite simple graph G=(V,E), n:=∣V∣, and a bijective enumeration i↦vi from n to V.

[L1]

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

[L3]

If m<n are natural numbers, there is no injection from n into m (The pigeonhole principle on 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 0 and closed under successor is all of the natural numbers; and exactly one of i<n, i=n, n<i holds (The principle of mathematical induction, Trichotomy of the order on N).

Proof

technique · constructive
1.1

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

L2L3L4
1.2

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

construct
2.1

Assume P(i). If n<i or i=n, then n<i+1, so P(i+1). If i<n, step 1.1 gives a nonempty set of available colours for vi, and [L4] gives its unique least element. Appending that colour to the unique preceding colouring produces the unique greedy colouring of the first i+1 vertices; hence 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). Since n<n is false, this gives a greedy colouring c of all n vertices.

step 1.2step 2.1L5construct
4.1

If {vi,vj}∈E with i<j, then vi is an earlier neighbour of vj, so the rule in step 3.1 gives c(vj)≠c(vi). Thus c is a proper (Δ(G)+1)-colouring.

step 3.1L1
5.1

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

step 4.1L1discharge-construct∎

Depends on

Used by

Dependency tree · two levels

26 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