theorem Th3:
  cos(x + 2 * n* PI) = cos x
proof
  cos.x = cos.(x+2*PI*n) by SIN_COS6:10;
  hence thesis;
end;
