let G be SimpleGraph; :: thesis: for C being Coloring of G holds C is Clique-partition of (Complement G)
let C be Coloring of G; :: thesis: C is Clique-partition of (Complement G)
set CG = Complement G;
now :: thesis: for x being set st x in C holds
(Complement G) SubgraphInducedBy x is Clique of (Complement G)
end;
hence C is Clique-partition of (Complement G) by Lm4, Def16; :: thesis: verum