-
Notifications
You must be signed in to change notification settings - Fork 368
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(Order): More simp lemmas #13338
Conversation
These lemmas are needed #13201 protect new lemmas
eb39d55
to
b7e1311
Compare
PR summaryImport changesNo significant changes to the import graph
|
theorem monotone_sSup_of_monotone {s : Set (α → β)} (m_s : ∀ f ∈ s, Monotone f) : | ||
Monotone (sSup s) := fun _ _ h => iSup_mono fun f => m_s f f.2 h | ||
#align monotone_Sup_of_monotone monotone_sSup_of_monotone | ||
@[deprecated (since := "2024-05-29")] alias monotone_sSup_of_monotone := Monotone.sSup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since dot notation isn't actually useful here, I'm not sure deprecation is really deserved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is useful thanks to the new expected type dot notation. .sSup _ : Monotone _
should* elaborate to Monotone.sSup
*seems like there currently is a bug due to Monotone
being defined as a forall. Not sure it's known
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not deprecate until the bug is reported then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+ Awaiting the report of the bug above. |
✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with |
bors merge |
These lemmas are needed in #13201
Build failed (retrying...): |
These lemmas are needed in #13201
Build failed (retrying...): |
These lemmas are needed in #13201
Pull request successfully merged into master. Build succeeded: |
These lemmas are needed in #13201