diff options
| author | coqbot-app[bot] | 2020-12-11 11:11:33 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-11 11:11:33 +0000 |
| commit | d40ef2467b8e84115b027200aff61becdd899f57 (patch) | |
| tree | 8657ecd2e2b8b94ae37c08f2454e3ff125e4d3bd /doc | |
| parent | 1918f19cb43d6d4313276b167af38316b27879f2 (diff) | |
| parent | 29d2ffb5f5569efe8614efa30be560efc72a34f5 (diff) | |
Merge PR #13582: Generalize exp_ineq1 and add exp_ineq1_le, which holds forall Reals.
Reviewed-by: thery
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/13582-exp_ineq.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/13582-exp_ineq.rst b/doc/changelog/10-standard-library/13582-exp_ineq.rst new file mode 100644 index 0000000000..27d89b2f8b --- /dev/null +++ b/doc/changelog/10-standard-library/13582-exp_ineq.rst @@ -0,0 +1,9 @@ +- **Changed:** + Minor Changes to Rpower: + Generalizes exp_ineq1 to hold for all non-zero numbers. + Adds exp_ineq1_le, which holds for all reals (but is a <= instead of a <). + + (`#13582 <https://github.com/coq/coq/pull/13582>`_, + by Avi Shinnar and Barry Trager, with help from Laurent Théry + +). |
