
theorem
  for G being _Graph holds id the_Vertices_of G
    is Disomorphism isomorphism PVertexMapping of G, G
proof
  let G be _Graph;
  reconsider f = id the_Vertices_of G as PVertexMapping of G, G by Th5;
  f is Disomorphism;
  hence thesis;
end;
