theorem Th70:
  E is empty iff createGraph(V,E) is edgeless
proof
  thus E is empty implies createGraph(V,E) is edgeless;
  assume createGraph(V,E) is edgeless;
  then VertexDomRel(createGraph(V,E)) is empty;
  hence thesis;
end;
