theorem Th4:
  for f,g being one-to-one Function st f" = g" holds f = g
  proof
    let f,g be one-to-one Function;
    f"" = f & g"" = g by FUNCT_1:43;
    hence thesis;
  end;
