
Let kbe a fixed integer with k>1.
Problem U-k-COL (Unique k-IS-Partition):
Instance: Aconnected graph G.
Question: Does Gadmit a unique k-IS-partition?
Problem U-COL (Unique IS-Partition):
Instance: Aconnected graph G, an integer k.
Question: Does Gadmit a unique k-IS-partition?
We add the following problem, which would be
irrelevant without the word “unique” in its question,
and which will be dealt with in Section 2.3:
Problem U-OCOL (Unique Optimal IS-Partition):
Instance: Aconnected graph G= (V, E).
Question: Is there a unique way of partitioning V
into a minimum number of independent sets?
Note that, like 1-COL and 2-COL, U-1-COL and
U-2-COL are, quite obviously, polynomial.
As the graphs are assumed to be connected, we
may assume also, without loss of generality, that they
are encoded by their adjacency matrices. Thus, the
size of a graph Gwith nvertices is equal to n2.
2.1 Preliminary Results on 3-Colourings
The following lemma is somehow inspired by the
proof of the N P-completeness of 3-COL, see Theo-
rem 2.1 and Figure 1 in [11]. Note that the proof
from [11] cannot convey uniqueness, even up to per-
mutations of colours.
Lemma 3 Consider the graph G0= (V0, E0)des-
cribed by Figure 2.
(a) Any 3-IS-partition of {a, b, d}such that these
three vertices belong to the same independent set,
cannot be extended to a 3-IS-partition in G0.
(b) Any 3-IS-partition of {a, b, d}such that these
three vertices belong to exactly two independent sets,
can be uniquely extended to a 3-IS-partition in G0.
Proof. Without loss of generality, we assume that in
any 3-IS-partition of V0into S1, S2, S3, the vertex v2
belongs to S3. Then a,band dcan belong only to S1
or S2.
(a) First, we assume that the vertices a,band d
belong to S1. Then, because of the triangle a, w1, v2,
we have w1∈S2. Similarly, z2∈S2,z3∈S2.
Then z1∈S3, and step by step, w2∈S1,w3∈S3,
v1∈S2,w4∈S1,y6∈S2,y2∈S3,y1∈S2,
y4∈S1, and y5∈S3. But now the neighbours of y3
are y6∈S2,y5∈S3and d∈S1, which makes
it impossible to have a 3-IS-partition. Obviously, the
conclusion is the same if a,band dbelong to S2, with
the roles of S1and S2permuted.
(b) Assume first that a∈S1,b∈S1,d∈S2.
Then {w1, z2} ⊂ S2,z3∈S1,z1∈S3,w2∈S1,
v1∈S2,w3∈S3,w4∈S1,y6∈S2,y2∈S3,
y1∈S2,y4∈S1,y5∈S3and y3∈S1, which
constitutes a 3-IS-partition, obtained in a unique way.
The same is true for a∈S2,b∈S2,d∈S1, with the
roles of S1and S2permuted.
For a∈S1,b∈S2,d∈S1, we simply give the
three sets S1,S2and S3, since it is straightforward
to check that there is only one way to obtain them:
S1={a, d, z2, w3, w4, y5, y2},S2={b, z1, z3, w1,
v1, y6, y4},S3={v2, w2, y3, y1}. The case with
a∈S2,b∈S1,d∈S2is the same, with the roles
of S1and S2permuted.
For a∈S2,b∈S1,d∈S1, the partition
S1={b, d, w1, w3, z1, w4, y5, y1},S2={a, z2, z3,
v1, y6, y4},S3={v2, w2, y3, y2}is the only 3-IS-
partition. The case with a∈S1,b∈S2,d∈S2is
the same, with the roles of S1and S2permuted. 4
Remark 4 We can see from the previous proof that
w4, which is linked to v1and v2, belongs to S1as
soon as two of the three vertices a, b, d belong to S1
— and w4∈S2if two of a, b, d belong to S2. This
implies that v1∈S2in the first case, v1∈S1in the
latter case.
We are now ready to show that U-SAT and U-COL
have equivalent complexities (up to polynomials).
2.2 Equivalence of Uniqueness of Colouring
and of Satisfiability
We are going to prove the following polynomial
reductions:
•U-1-3-SAT 6U-3-COL (Theorem 5),
•for k>3, U-3-COL 6U-k-COL 6U-COL
(Proposition 6),
•and U-COL 6U-SAT (Theorem 7).
Theorem 5 There exists a polynomial reduction from
U-1-3-SAT to U-3-COL: U-1-3-SAT 6U-3-COL.
Proof. Consider an instance of U-1-3-SAT consis-
ting in a set Cof mclauses over nvariables xi
(16i6n). We associate to it an instance of U-3-
COL, i.e. a graph G, as follows. The vertex set Wof
Gis defined by:
W={xi,xi: 1 6i6n}∪{v1, v2}
∪ {zi,j : 1 6i63,16j6m}
∪ {wi,j : 1 6i64,16j6m}
∪ {yi,j : 1 6i66,16j6m}.
The order of Gis 2n+ 2 + 13m. For every jin
{1, . . . , m}, we denote by V−
jthe set
V−
j={zi,j : 1 6i63}
∪ {wi,j : 1 6i64}
∪ {yi,j : 1 6i66},
WSEAS TRANSACTIONS on MATHEMATICS
DOI: 10.37394/23206.2023.22.54
Olivier Hudry, Antoine Lobstein