1/k-Majority (k+1)-Edge-Colouring in Graphs
- 1/k-majority (k+1)-edge-colouring is an edge-colouring that limits each colour to at most ⌊d(v)/k⌋ edges per vertex.
- The theory establishes sharp degree thresholds, with general graphs requiring δ(G) > 2k² and bipartite graphs needing δ(G) ≥ k(k–1).
- Innovative methods such as iterative decompositions, Eulerian splits, and rounding lemmas enable precise results and extend the framework to lists and hypergraphs.
A -majority -edge-colouring of a graph is an edge-colouring with colours such that, for every vertex and every colour , at most edges incident with receive colour (Pękała et al., 2023). Equivalently, no single colour may occupy more than a -fraction of the edges incident with any vertex. This local density constraint generalizes the basic majority case 0, and the modern theory concerns the degree thresholds, extremal obstructions, proof methods, and extensions that determine when 1 colours suffice (Bock et al., 2022).
1. Definition and formal setting
The foundational notion is the majority 2-edge-colouring introduced for graphs as an edge-colouring 3 such that, for every vertex 4 and every colour 5,
6
This is the case 7 in the more general 8-majority formulation, where one requires
9
for every vertex 0 and colour 1 (Bock et al., 2022).
The specialized object of current interest is the case 2 together with exactly 3 colours. In the notation of the generalized theory, a 4-majority 5-edge-colouring is an edge-colouring with 6 colours such that for every colour 7 and each vertex 8, at most a 9-fraction of the edges incident with 0 have colour 1; for integer degrees this is written as
2
The case 3 is the first nontrivial colour budget beyond 4, and it is the form around which the threshold conjecture and most sharp results are organized (Pękała et al., 2023).
A basic structural feature of the problem is that the condition is entirely vertexwise. It controls each colour class locally at every vertex rather than globally across the graph. This makes the problem closer in spirit to discrepancy theory and balanced decompositions than to classical proper edge-colouring.
2. Threshold conjecture and extremal obstructions
The central conjecture states that for every integer 5, if
6
then 7 is 8-majority 9-edge-colourable (Pękała et al., 2023). The same source observes that such a result would be best possible.
There are two distinct reasons for this sharpness. First, 0 colours are necessary in general: with only 1 colours, a vertex whose degree is not divisible by 2 forces one colour to appear too many times, so no minimum-degree hypothesis can make 3 colours sufficient for all graphs (Pękała et al., 2023). Second, the conjectured degree threshold cannot be lowered below 4 in the general setting. For every 5, there exists a graph with minimum degree
6
that is not 7-majority 8-edge-colourable; the construction starts with 9, deletes the edges of a Hamilton cycle, and adds a new vertex adjacent to all remaining vertices (Pękała et al., 2023).
The bipartite case has its own sharp obstruction. For every 0, there are bipartite graphs with minimum degree
1
that are not 2-majority 3-edge-colourable; a concrete example is 4 with one edge removed (Pękała et al., 2023). This yields the exact bipartite threshold 5.
For the original majority case 6, the obstruction theory is more concrete. Any graph containing a vertex of degree 7 cannot have a majority edge-colouring at all. Moreover, there are class 2 graphs with minimum degree at least 8 and maximum degree 9 that do not have a majority 0-edge-colouring. A further obstruction is identified: if 1 has minimum degree at least 2 and contains an induced subgraph 3 such that 4 is class 2 with maximum degree 5, and all vertices of 6 have degree 7 or 8 in 9, then 0 has no majority 1-edge-colouring (Bock et al., 2022).
These lower bounds place the subject in a narrow asymptotic window. The conjectural threshold is quadratic in 2, and both the general and bipartite counterexamples show that this quadratic order is unavoidable.
3. Existence theorems for graphs
The principal graph-theoretic existence results form a progression from the basic majority case to the general 3-majority 4 setting (Bock et al., 2022, Pękała et al., 2023).
| Setting | Minimum-degree condition | Conclusion |
|---|---|---|
| General graphs, 5 | 6 | majority 7-edge-colouring |
| General graphs, 8 | 9 | majority 0-edge-colouring |
| General graphs, arbitrary 1 | 2 | 3-majority 4-edge-colouring |
| General graphs, refined bound | 5 | 6-majority 7-edge-colouring |
| Bipartite graphs | 8 | 9-majority 0-edge-colouring |
| Small values | 1 for 2, 3 for 4 | exact conjectured form for 5 |
In the basic majority case, the result that every graph with minimum degree at least 6 admits a majority 7-edge-colouring is stated to be best possible under the minimum-degree condition. Likewise, every graph with minimum degree at least 8 has a majority 9-edge-colouring, and this is again best possible under that hypothesis because a graph containing a vertex of odd degree at least 00 cannot have a majority 01-edge-colouring (Bock et al., 2022).
The 2023 advances substantially sharpen the general theory. They improve the previously known bound of order 02 to the direct non-random bound
03
and then further to an asymptotic threshold of 04 (Pękała et al., 2023). The same work proves the conjecture itself for 05: the case 06 was already known, while 07 and 08 are established there.
The bipartite theorem is exact: if 09 is bipartite and
10
then 11 has a 12-majority 13-edge-colouring, and the lower-bound example at degree 14 shows that this cannot be improved (Pękała et al., 2023). This sharp bipartite result is one of the cleanest parts of the theory.
4. Methods: Eulerian splits, rounding, and iterative decompositions
The earliest proofs already exhibit two important methodological themes. The strong 15-edge-colouring statement in the majority setting is proved using Euler tours, while the theorem that every graph of minimum degree at least 16 has a majority 17-edge-colouring uses the Gallai–Edmonds decomposition (Bock et al., 2022). These arguments establish that parity, local balance, and decomposition into structured subgraphs are central.
A later stage of the theory replaces probabilistic existence by a direct non-random mechanism. The key tool is Lemma 6, a refined decomposition lemma inspired by Alon–Wei. Given a graph 18 and weights
19
it produces a function
20
such that, for every vertex 21,
22
It also has a stability property: if for an edge 23 both endpoint sums fall below the corresponding 24-targets, then necessarily 25. Finally, vertices with excess 26 are confined to pairwise independent odd cycles with integral local sums (Pękała et al., 2023).
This lemma is used iteratively to carve the edge set into 27 colour classes while controlling the number of edges of each colour incident with every vertex. In bipartite graphs the odd-cycle complication disappears, which explains why the bipartite threshold can be solved exactly. In general graphs, the residual odd-cycle structure prevents exact control but still allows the quadratic bound 28 and the improved 29 bound (Pękała et al., 2023).
The same paper supplements Lemma 6 with a flexible two-colouring tool derived from Eulerian structure. In one formulation, if a connected graph has an even number of edges or has a vertex of odd degree, then it admits a 30-edge-colouring such that each vertex sees at most 31 edges of one colour; in the even-edge, all-even-degree case, one vertex may be exceptional and receive one extra edge of a colour. This mechanism is used to finish residual subgraphs after part of the decomposition has already been performed (Pękała et al., 2023).
A notable conceptual point is the explicit limitation of straightforward probabilistic methods near the conjectured threshold. When 32, each colour should appear about 33 times around a vertex, while the allowed maximum is only 34. This means the colouring must control every colour count with additive error at most 35, and the 2023 paper argues that standard concentration tools appear too weak for that scale (Pękała et al., 2023). This observation motivates the shift from Lovász-local-lemma arguments to discrepancy-style iterative rounding.
5. List, infinite, and hypergraph extensions
The list version replaces a common colour set by an assignment 36 and asks for an 37-majority colouring chosen from the prescribed lists. For every integer 38, every graph with minimum degree
39
admits a 40-majority edge colouring from any list assignment with lists of size 41. The same statement is extended to finite or infinite graphs (Pękała et al., 18 Feb 2025).
The proof is based on vertex splitting, Euler tours, and a reduction to bipartite list edge-colouring. Each high-degree vertex is split into copies of degree at most 42, the resulting components are made Eulerian, the Euler tours are oriented, and from the orientation one constructs a bipartite graph 43 of maximum degree at most 44. Galvin’s theorem is then applied to colour 45 from any lists of size 46, and the colouring is transferred back to the original graph. The counting argument shows that each vertex 47 is incident with at most
48
edges of any fixed colour, which is at most 49 once 50 (Pękała et al., 18 Feb 2025). For 51, this settles the list version of the basic majority-edge-colouring conjecture.
The same work also studies more general list settings. If 52 and 53, then every graph with minimum degree
54
has an 55-majority edge colouring from lists of size 56. It then extends to diversified tolerances 57 under the excessive condition
58
with probabilistic existence theorems under explicit minimum-degree hypotheses (Pękała et al., 18 Feb 2025).
A further extension passes from graphs to hypergraphs. If 59 is a hypergraph of rank
60
then for every integer 61 and 62, every hypergraph with minimum degree
63
admits a 64-majority 65-edge-colouring (Ai et al., 26 Sep 2025). The proof first gives a weaker probabilistic threshold of order 66 via a weighted Lovász Local Lemma, and then improves it to 67 by extending the Pękała–Przybyło rounding lemma to hypergraphs. In the hypergraph version, the discrepancy error at a vertex becomes 68 rather than 69, reflecting the fact that one hyperedge can affect up to 70 vertex sums. The paper also proves that every linear hypergraph of maximum rank 71 and minimum degree at least 72 has a 73-majority 74-edge-colouring (Ai et al., 26 Sep 2025).
6. Related notions and distinctions
A recurring source of confusion is that not every “majority edge-colouring” in the literature uses the same local neighbourhood. The standard 75-majority 76-edge-colouring problem is vertex-based: the local counts are taken among edges incident with a vertex. By contrast, strong majority edge-colouring is edge-based. In that setting, for every edge 77 and every colour 78, at most half of the edges adjacent to 79 may have colour 80 (Antoniuk et al., 30 Jun 2026).
Formally, a strong majority edge-colouring of a graph 81 is an edge-colouring 82 such that for every edge 83 and every colour 84,
85
The 2026 paper immediately rephrases this as: for every edge 86 and every colour 87, at most half of the edges adjacent to 88 have colour 89. This is naturally a 90-majority condition, but it is not the same problem as the vertexwise 91-majority 92 theory (Antoniuk et al., 30 Jun 2026).
The strong-majority setting has its own obstruction and colour bounds. Such a colouring exists only for admissible graphs, meaning graphs with no pendant path of length two. Kalinowski, Kamyczura, Pilśniak, and Woźniak proved that every admissible graph admits such a colouring with at most eight colours and conjectured that four colours always suffice; the 2026 result improves the general upper bound from 93 to 94. It also proves that every graph with no vertices of degree 95 or 96 satisfies the corresponding 97-colour bound, implying the same for every graph with 98. The proof uses the notion of being balanced at a vertex, equitable edge-colouring of Hilton and de Werra, and local recolouring on degree-99 paths (Antoniuk et al., 30 Jun 2026).
Beyond graph edge-colouring, the broader majority paradigm includes vertex colourings of digraphs and majority partitions of 00-edge-coloured graphs. In digraphs, the extremal number 01 for 02-majority vertex colourings satisfies
03
and every digraph is 04-majority 05-choosable (Girão et al., 2017). In 06-edge-coloured graphs, a majority partition requires that for each edge colour and each vertex, at least as many edges of that colour leave the vertex’s part as stay inside it; every such graph has a 07-majority partition, while deciding the existence of a 08-majority partition is NP-complete (Bang-Jensen et al., 26 Aug 2025). These frameworks are closely related in spirit, but they address different adjacency models and should not be conflated with 09-majority 10-edge-colouring of graphs.
Taken together, these results suggest a coherent picture. The vertexwise graph problem has a sharp quadratic threshold conjecture, exact bipartite behaviour, exact small-11 solutions through 12, and strong list and hypergraph extensions. At the same time, related majority frameworks reveal that small changes in the local neighbourhood—vertices instead of edges, edges adjacent to an edge instead of edges incident with a vertex, or partitions instead of colourings—can change both the combinatorial obstructions and the optimal number of colours.