
theorem
  for G being _Graph holds (id G)" = id G
proof
  let G be _Graph;
  thus (id G)"
     = [id the_Vertices_of G, (id the_Edges_of G)"] by FUNCT_1:45
    .= id G by FUNCT_1:45;
end;
