-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monotonous and derivative #1448
Conversation
Yes, I have a local branch for a similar PR, though not ready yet. I'm happy to have this PR going first, so that I can generalize the lemmas as needed. |
Ah, I remember now. We were actually discussing generalizations of the lemmas that establish monotonicity from the sign of the derivative, as the two lemmas in this commit 2b63e89 Ideally, we want to factorize all of the them as a few generic lemmas exploiting the |
@t6s : @IshiguroYoshihiro has added variants so that this PR might actually cover what you were working on afaiu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Could you quickly add closureT and closure0?
Future TODOs:
- generalize interior_set1 (to metric spaces (=pseudometric + hausdorff)?)
- split normedtype.v into generic and real-specific files
- add closure_itv_{bnd, bndy, Nybnd, Nyy}
affeldt-aist#24 |
7e609e4
to
2fddf4c
Compare
Co-authored-by: IshiguroYoshihiro <jb.15r.1213@s.thers.ac.jp>
Co-authored-by: IshiguroYoshihiro <jb.15r.1213@s.thers.ac.jp>
013f78a
to
b5dfe47
Compare
I'll merge when the CI is green, since these lemmas are much needed in other PRs and in infotheo. |
Motivation for this change
This PR contains a proof that "decreasing implies non-positive derivative".
@t6s If I remember correctly, you proved similar lemmas somewhere.
Are they in some pending PRs or do you have them elsewhere?
(By the way, the lemmas in this PR are used to prove integration-by-substitution like lemmas.)
@IshiguroYoshihiro you may want to amend this PR.
Checklist
CHANGELOG_UNRELEASED.md
Reference: How to document
Reminder to reviewers