theorem Th2:
  for a being Element of A st x in I holds (I --> a)/.x = a
proof
  let a be Element of A;
  assume
A1: x in I;
  hence a = (I --> a).x by FUNCOP_1:7
    .= (I --> a)/.x by A1,FUNCT_2:def 13;
end;
