theorem Th1:
  sin(x + 2 * n * PI) = sin x
proof
  sin.x = sin.(2*PI*n + x) by SIN_COS2:10;
  hence thesis;
end;
