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

chore(order/liminf_limsup): lint and cleanup the file #2162

Merged
merged 4 commits into from
Mar 16, 2020
Merged

Conversation

sgouezel
Copy link
Collaborator

I needed some additional statements on liminfs and limsups. I have taken the occasion to clean up the file a little bit.

lemma eventually.congr {f : filter α} {β : Type*} {u v : α → β} {p : β → Prop}
(h : ∀ᶠ a in f, u a = v a) (h' : ∀ᶠ a in f, p (u a)) :
∀ᶠ a in f, p (v a) :=
eventually.mp h' (eventually.mp h (eventually_of_forall f (by simp {contextual := tt})))
Copy link
Member

Choose a reason for hiding this comment

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

I'd use eventually.mono instead of eventually.mp h (eventually_of_forall f _)), same below.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done here. I have not understood what you mean by "same below".

@robertylewis robertylewis added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Mar 16, 2020
@mergify mergify bot merged commit 7a5496f into master Mar 16, 2020
@mergify mergify bot deleted the sgouezel_liminf branch March 16, 2020 20:04
anrddh pushed a commit to anrddh/mathlib that referenced this pull request May 15, 2020
…munity#2162)

* chore(order/liminf_limsup): lint and cleanup the file, add some statements

* use eventually_mono

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
anrddh pushed a commit to anrddh/mathlib that referenced this pull request May 16, 2020
…munity#2162)

* chore(order/liminf_limsup): lint and cleanup the file, add some statements

* use eventually_mono

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants