Skip to content
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

[Merged by Bors] - chore: rename Filter.EventuallyLe #2464

Closed
wants to merge 4 commits into from

Conversation

Ruben-VandeVelde
Copy link
Collaborator


Open in Gitpod

@Ruben-VandeVelde Ruben-VandeVelde added the awaiting-review The author would like community review of the PR label Feb 23, 2023
Copy link
Contributor

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see the following usages of eventuallyLe:

mathlib4$ rg 'eventuallyLe'
Mathlib/Order/Filter/IndicatorFunction.lean
57:theorem indicator_eventuallyLe_indicator (h : f ≤ᶠ[l ⊓ 𝓟 s] g) :
60:#align indicator_eventually_le_indicator indicator_eventuallyLe_indicator

Mathlib/Order/Filter/Basic.lean
1635:theorem eventuallyLe_congr {f f' g g' : α → β} (hf : f =ᶠ[l] f') (hg : g =ᶠ[l] g') :
1638:#align filter.eventually_le_congr Filter.eventuallyLe_congr
1681:theorem eventuallyLe_antisymm_iff [PartialOrder β] {l : Filter α} {f g : α → β} :
1684:#align filter.eventually_le_antisymm_iff Filter.eventuallyLe_antisymm_iff
2709:theorem eventuallyLe_bind [LE γ] {f : Filter α} {m : α → Filter β} {g₁ g₂ : β → γ} :
2712:#align filter.eventually_le_bind Filter.eventuallyLe_bind
3096:theorem HasSubset.Subset.eventuallyLe {α} {l : Filter α} {s t : Set α} (h : s ⊆ t) : s ≤ᶠ[l] t :=
3098:#align has_subset.subset.eventually_le HasSubset.Subset.eventuallyLe

Mathlib/Topology/Order/Basic.lean
177:alias le_of_tendsto_of_tendsto ← tendsto_le_of_eventuallyLe
178:#align tendsto_le_of_eventually_le tendsto_le_of_eventuallyLe

Mathlib/Topology/Basic.lean
1009:theorem eventually_eventuallyLe_nhds [LE β] {f g : α → β} {a : α} :
1012:#align eventually_eventually_le_nhds eventually_eventuallyLe_nhds
1023:theorem Filter.EventuallyLE.eventuallyLe_nhds [LE β] {f g : α → β} {a : α} (h : f ≤ᶠ[𝓝 a] g) :
1026:#align filter.eventually_le.eventually_le_nhds Filter.EventuallyLE.eventuallyLe_nhds

@Vierkantor Vierkantor self-assigned this Feb 28, 2023
@fpvandoorn fpvandoorn added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Feb 28, 2023
@Ruben-VandeVelde Ruben-VandeVelde added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Feb 28, 2023
@semorrison semorrison added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Mar 1, 2023
@Vierkantor
Copy link
Contributor

Thanks!

bors d+

@bors
Copy link

bors bot commented Mar 1, 2023

✌️ Ruben-VandeVelde can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated and removed awaiting-review The author would like community review of the PR labels Mar 1, 2023
@Ruben-VandeVelde Ruben-VandeVelde removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Mar 2, 2023
@Ruben-VandeVelde
Copy link
Collaborator Author

bors merge

bors bot pushed a commit that referenced this pull request Mar 2, 2023
@bors
Copy link

bors bot commented Mar 2, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore: rename Filter.EventuallyLe [Merged by Bors] - chore: rename Filter.EventuallyLe Mar 2, 2023
@bors bors bot closed this Mar 2, 2023
@bors bors bot deleted the eventuallyle branch March 2, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants