theorem
  for f,g being Permutation of X st g*f = id X holds g = f"
proof
  let f,g be Permutation of X;
A1: dom f = X by Th51;
  rng f= X & dom g = X by Def3,Th51;
  hence thesis by A1,FUNCT_1:41;
end;
