Utility lemmas in filter.v#2024
Open
amolinamounier wants to merge 1 commit into
Open
Conversation
4 tasks
amolinamounier
added a commit
to amolinamounier/mathcomp-analysis
that referenced
this pull request
Jul 15, 2026
amolinamounier
force-pushed
the
filter_utils
branch
2 times, most recently
from
July 20, 2026 17:56
d1cf2f3 to
573976b
Compare
amolinamounier
force-pushed
the
filter_utils
branch
from
July 20, 2026 20:10
573976b to
5741664
Compare
| {near F, f =1 g} -> lim (f @ F) = lim (g @ F). | ||
| Proof. by move=> /near_eq_cvgE ->. Qed. | ||
|
|
||
| Lemma cvg_to_eq {T : nbhsType} {F : set_system T} (l l' : T) : |
Member
There was a problem hiding this comment.
That does not look very useful a priori.
Collaborator
Author
There was a problem hiding this comment.
I found it useful in cases where the convergence is easy to close out with lemmas like cvgD, cvgM with an existential as the target, but where the end result needs some rewriting to be shown equal to the desired quantity, somewhat like is_derive_eq.
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
Split from #2023
Checklist
added corresponding entries in
CHANGELOG_UNRELEASED.mdadded corresponding documentation in the headersReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers