theorem Th125:
  for A being set holds id A in Funcs(A,A)
proof
  let A be set;
  dom id A = A & rng id A = A;
  hence thesis by Def2;
end;
