theorem Th29:
  for G being strict Graph holds G in bool G
proof
  let G be strict Graph;
 G is Subgraph of G by Def24;
  hence thesis by Def25;
end;
