[Merged by Bors] - chore(Order): More simp lemmas#13338
[Merged by Bors] - chore(Order): More simp lemmas#13338YaelDillies wants to merge 1 commit intomasterfrom
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.
Since dot notation isn't actually useful here, I'm not sure deprecation is really deserved.
There was a problem hiding this comment.
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.
Let's not deprecate until the bug is reported then.
There was a problem hiding this comment.
|
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