[Merged by Bors] - feat(Topology/Order): existence of a sequence that converges to limsup#37296
[Merged by Bors] - feat(Topology/Order): existence of a sequence that converges to limsup#37296CoolRmal wants to merge 19 commits intoleanprover-community:masterfrom
Conversation
PR summary 8db507d0c2Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6903 | 2 | backward.isDefEq.respectTransparency |
Current commit 88f412906a
Reference commit 8db507d0c2
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Co-authored-by: Snir Broshi <[email protected]>
Co-authored-by: Snir Broshi <[email protected]>
ADedecker
left a comment
There was a problem hiding this comment.
This looks good, thanks!
While you're at it, could you (in this PR or the next one) show that the limsInf of a (suitably bounded) filter is its least cluster point ? You've just proven that it is a cluster point, and then you can get that it's smaller than any cluster point using Filter.limsInf_le_limsInf_of_le and limsInf_eq_of_le_nhds.
|
-awaiting-author |
ADedecker
left a comment
There was a problem hiding this comment.
Thanks again, this looks very good. I think this will be the last round of review but I'll have a final look once you've made these changes.
Co-authored-by: Anatole Dedecker <[email protected]>
|
-awaiting-author @ADedecker Sorry for the delay. I think I’ve addressed all your comments. Could you take another look at this PR when you have time? |
ADedecker
left a comment
There was a problem hiding this comment.
Thanks a lot, this looks very nice! Could you expand the PR description a bit?
bors d+
|
✌️ CoolRmal can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
#37296) The PR establishes the following results: 1. The `limsSup` of a filter `f` is a cluster point of `f`, and in fact it is the greatest cluster point of `f`. 2. If `f` is a countably generated filter in a first countable space, then there exists a sequence converging to `limsSup f`. 3. Analogous statements for `limsup` are also proved. 4. Analogous statements for `limsInf` and `liminf` are also proved. Zulip discussion: [#Is there code for X? > Existence of a subsequence that tendsto liminf](https://leanprover.zulipchat.com/#narrow/channel/217875-Is-there-code-for-X.3F/topic/Existence.20of.20a.20subsequence.20that.20tendsto.20liminf/with/582207405)
|
Pull request successfully merged into master. Build succeeded: |
The PR establishes the following results:
limsSupof a filterfis a cluster point off, and in fact it is the greatest cluster point off.fis a countably generated filter in a first countable space, then there exists a sequence converging tolimsSup f.limsupare also proved.limsInfandliminfare also proved.Zulip discussion: #Is there code for X? > Existence of a subsequence that tendsto liminf