theorem Th14:
  cos(3*PI/4) = -sqrt 2 /2
proof
  cos(3*PI/4) = cos(PI/2 + PI/4) .= -sqrt 2/2 by Th7,SIN_COS:79;
  hence thesis;
end;
