let X be finite set ; chromatic# (CompleteSGraph X) = card X
set n = card X;
set G = CompleteSGraph X;
set D = SmallestPartition X;
B:
card (SmallestPartition X) = card X
by TOPGEN_2:12;
D:
Vertices (CompleteSGraph X) = X
by CSGLem1;
reconsider D = SmallestPartition X as a_partition of Vertices (CompleteSGraph X) by CSGLem1;
Ca:
D is StableSet-wise
for C being finite Coloring of (CompleteSGraph X) holds card X <= card C
proof
let C be
finite Coloring of
(CompleteSGraph X);
card X <= card C
assume Aa:
card X > card C
;
contradiction
then
not
X is
empty
;
then consider p,
x,
y being
set such that A1:
p in C
and B1:
x in p
and C1:
y in p
and D1:
x <> y
by Aa, D, Part0;
E1:
p is
StableSet of
(CompleteSGraph X)
by A1, LStableSetwise;
reconsider p =
p as
Subset of
(Vertices (CompleteSGraph X)) by A1;
F1:
{x,y} nin CompleteSGraph X
by E1, B1, C1, D1, Lstable;
p c= X
by D;
hence
contradiction
by B1, C1, F1, CSG1;
verum
end;
hence
chromatic# (CompleteSGraph X) = card X
by B, Ca, Lchro; verum