near lemmas about derivation#1477
Merged
affeldt-aist merged 2 commits intomath-comp:masterfrom Feb 19, 2025
Merged
Conversation
Member
Author
|
since these lemmas have been proved once by @t6s , once by me, and since we found at least two applications for them, we can maybe considered them as reviewed? |
Member
|
Any answer to my comments above, or do you want to keep and merge them as is? |
Member
Author
|
Sorry, I missed your comments. (Where are they?) |
t6s
reviewed
Feb 17, 2025
Member
|
Sorry, they were just drafted, not submitted. |
Member
Author
No problem! Thanks. Will address ASAP. |
Member
|
(I've learned another piece of github usage) |
CohenCyril
reviewed
Feb 17, 2025
theories/derive.v
Outdated
Comment on lines
+1890
to
+1871
| (f g : V -> W) (a v : V) : v != 0 -> {near a, f =1 g} -> | ||
| {near 0^', (fun h => h^-1 *: (f (h *: v + a) - f a)) =1 | ||
| (fun h => h^-1 *: (g (h *: v + a) - g a))}. |
Member
There was a problem hiding this comment.
I have a simplification of this pending, I will submit it to you ASAP
Member
Author
There was a problem hiding this comment.
In the interest of the release, is it ok to merge and to keep an issue open about the optimization of this proof?
Co-authored-by: Takafumi Saikawa <tscompor@gmail.com>
d127f2b to
1d42020
Compare
t6s
approved these changes
Feb 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for this change
This PR provides four lemmas about derivation and
nearthat have been useful in InfoTheo
(https://github.com/affeldt-aist/infotheo/blob/8ac29a2e5cd8096b927daf38a00519af063f8d71/lib/derive_ext.v#L96) and also in the proof of L'Hopital's rule
(#1371).
Checklist
CHANGELOG_UNRELEASED.md- [ ] added corresponding documentation in the headersReference: How to document
Reminder to reviewers