
theorem Th23:
for G being SimpleGraph st Vertices G is finite holds G is finite
proof
  let G be SimpleGraph;
  assume A1: Vertices G is finite;
  G c= bool Vertices G by ZFMISC_1:82;
  hence G is finite by A1;
end;
