let G be SimpleGraph; :: thesis: for C being StableSet of G holds (Complement G) SubgraphInducedBy C is Clique of (Complement G)
let C be StableSet of G; :: thesis: (Complement G) SubgraphInducedBy C is Clique of (Complement G)
set CG = Complement G;
set CGSC = (Complement G) SubgraphInducedBy C;
set uCGSC = union ((Complement G) SubgraphInducedBy C);
now :: thesis: for a, b being set st a <> b & a in union ((Complement G) SubgraphInducedBy C) & b in union ((Complement G) SubgraphInducedBy C) holds
{a,b} in Edges ((Complement G) SubgraphInducedBy C)
end;
hence (Complement G) SubgraphInducedBy C is Clique of (Complement G) by Th47; :: thesis: verum