aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-04-01 22:53:20 +0200
committerHugo Herbelin2020-04-01 22:53:20 +0200
commita74e40142fe60ead855fd16e436e5e4d72eb51e2 (patch)
tree73b0e7fb28420e591ace455698872465f1a4247b /doc
parentca8cd06caa1bd11aa33bd01b2fcd79893d4df800 (diff)
parent934c757b72fa9fdae5828068c7e8a050d1103a10 (diff)
Merge PR #9803: Adding more trigonometry in Reals
Ack-by: MSoegtropIMC Ack-by: Zimmi48 Ack-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/9803-reals.rst14
-rw-r--r--doc/stdlib/index-list.html.template1
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/9803-reals.rst b/doc/changelog/10-standard-library/9803-reals.rst
new file mode 100644
index 0000000000..86c5e45bc1
--- /dev/null
+++ b/doc/changelog/10-standard-library/9803-reals.rst
@@ -0,0 +1,14 @@
+- **Changed:**
+ Cleanup of names in the Reals theory: replaced `tan_is_inj` with `tan_inj` and replaced `atan_right_inv` with `tan_atan` -
+ compatibility notations are provided. Moved various auxiliary lemmas from `Ratan.v` to more appropriate places.
+ (`#9803 <https://github.com/coq/coq/pull/9803>`_,
+ by Laurent Théry and Michael Soegtrop).
+
+- **Added:** to the Reals theory:
+ inverse trigonometric functions `asin` and `acos` with lemmas for the derivatives, bounds and special values of these functions;
+ an extensive set of identities between trigonometric functions and their inverse functions;
+ lemmas for the injectivity of sine and cosine;
+ lemmas on the derivative of the inverse of decreasing functions and on the derivative of horizontally mirrored functions;
+ various generic auxiliary lemmas and definitions for Rsqr, sqrt, posreal an others.
+ (`#9803 <https://github.com/coq/coq/pull/9803>`_,
+ by Laurent Théry and Michael Soegtrop).
diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template
index e64b4be454..7fa621c11c 100644
--- a/doc/stdlib/index-list.html.template
+++ b/doc/stdlib/index-list.html.template
@@ -558,6 +558,7 @@ through the <tt>Require Import</tt> command.</p>
theories/Reals/Rtrigo_fun.v
theories/Reals/Rtrigo1.v
theories/Reals/Rtrigo.v
+ theories/Reals/Rtrigo_facts.v
theories/Reals/Ratan.v
theories/Reals/Machin.v
theories/Reals/SplitAbsolu.v