
theorem Th12:
  for a,b being set st idsym(a) = idsym(b) holds a = b
proof
  let a,b be set;
  assume idsym(a) = idsym(b);
  then <*a*> = <*b*> by XTUPLE_0:1;
  hence thesis by Lm1;
end;
