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