
theorem :: covRchrCR:
for G being with_finite_cliquecover# SimpleGraph
  holds cliquecover# G = chromatic# Complement G
proof
 let G be with_finite_cliquecover# SimpleGraph;
   Complement Complement G = G;
 hence thesis by Th82;
end;
