trig_inverses: THEORY %---------------------------------------------------------------------------- % Interface to Inverse Trig Function % % Rick Butler 1/8/08 %---------------------------------------------------------------------------- BEGIN IMPORTING trig_basic, asin, acos, atan, atan2
x: VAR trig_range
sin_asin: AXIOM sin(asin(x)) = x
cos_acos: AXIOM cos(acos(x)) = x
tan_atan: AXIOM tan(atan(a)) = a
asin_sin: AXIOMFORALL (x:real_abs_le_pi2): asin(sin(x)) = x
acos_cos: AXIOMFORALL (x:nnreal_le_pi): acos(cos(x)) = x
atan_tan: AXIOMFORALL (x:real_abs_lt_pi2): atan(tan(x)) = x
% --- The following provide additional names for the inverse functions % --- that include their basic property in the type. These are included % --- for upward compatibility.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.