theorem
  F[;](x, id X).x = F.(x,x)
proof
  thus F[;](x, id X).x = F.(x, id X.x) by Th53
    .= F.(x,x);
end;
