theorem
  for g being Function of X,X holds F.:(g, id X).x = F.(g.x,x)
proof
  let g be Function of X,X;
  thus F.:(g, id X).x = F.(g.x, id X.x) by Th37
    .= F.(g.x, x);
end;
