
theorem
  for G1, G2 being non-multi _Graph, f being PVertexMapping of G1, G2
  st f is total one-to-one continuous holds PVM2PGM(f) is strong_SG-embedding
proof
  let G1, G2 be non-multi _Graph, f being PVertexMapping of G1, G2;
  assume f is total one-to-one continuous;
  then PVM2PGM(f) is total one-to-one continuous by Th32, Th34, Th39;
  hence thesis;
end;
