theorem Th48:
  for y being Element of Y holds (F[:](f,x)).y = F.(f.y,x)
proof
  let y be Element of Y;
  dom (F[:](f,x)) = Y by FUNCT_2:def 1;
  hence thesis by Th27;
end;
