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 makes greedy colouring use three colours although
Counterexample
Let have vertices and consecutive edges. In the order
the least-available-colour greedy rule uses three colours, although .
Facts & Assumptions
Given: The path graph with edges , and .
The path-graph convention gives exactly these vertices and edges (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
The greedy rule assigns the least colour absent from the earlier neighbours (The greedy colouring bound for every nonnull finite graph).
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
In the displayed order, vertices and are nonadjacent and both receive colour ; vertex is adjacent to and receives colour ; vertex is adjacent to of colour and to of colour , so it receives colour . Thus greedy uses three colours.
The assignment and is a proper -colouring, while the edge rules out a -colouring. Hence .
In the order , greedy assigns colours 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.
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.