Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedSession-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.

A vertex order on P4P_4 makes greedy colouring use three colours although χ(P4)=2\chi(P_4)=2

Counterexample

Let P4P_4 have vertices 0,1,2,30,1,2,3 and consecutive edges. In the order

0,3,1,2,0,3,1,2,

the least-available-colour greedy rule uses three colours, although χ(P4)=2\chi(P_4)=2.

Facts & Assumptions

Given: The path graph P4P_4 with edges {0,1}\{0,1\}, {1,2}\{1,2\} and {2,3}\{2,3\}.

[L2]

The greedy rule assigns the least colour absent from the earlier neighbours (The greedy colouring bound χ(G)Δ(G)+1\chi(G)\leq\Delta(G)+1 for every nonnull finite graph).

[L3]

A proper colouring assigns different colours to adjacent vertices, and the chromatic number is the least number of colours in a proper colouring (Proper vertex colourings and chromatic number).

Verification

technique · direct
1.1

In the displayed order, vertices 00 and 33 are nonadjacent and both receive colour 00; vertex 11 is adjacent to 00 and receives colour 11; vertex 22 is adjacent to 33 of colour 00 and to 11 of colour 11, so it receives colour 22. Thus greedy uses three colours.

L1L2
1.2

The assignment 0,200,2\mapsto0 and 1,311,3\mapsto1 is a proper 22-colouring, while the edge {0,1}\{0,1\} rules out a 11-colouring. Hence χ(P4)=2\chi(P_4)=2.

L1L3
2.1

In the order 0,1,2,30,1,2,3, greedy assigns colours 0,1,0,10,1,0,1 and uses only two colours. Together with step 1.1 and step 1.2, this shows that the number used by greedy colouring depends on the vertex order and can exceed the chromatic number.

step 1.1step 1.2L1L2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

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