theorem Th20:
  for f,g being Element of .:(G,X) st
   for x being object st x in X holds f.x = g.x holds f = g
proof
  let f,g be Element of .:(G,X);
  dom f = X & dom g = X by Th19;
  hence thesis by FUNCT_1:2;
end;
