Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(analysis/convex/quasiconvex): A quasilinear function is either monotone or antitone#17801

Closed
YaelDillies wants to merge 4 commits intomasterfrom
quasilinear_monotone_antitone
Closed

[Merged by Bors] - feat(analysis/convex/quasiconvex): A quasilinear function is either monotone or antitone#17801
YaelDillies wants to merge 4 commits intomasterfrom
quasilinear_monotone_antitone

Conversation

@YaelDillies
Copy link
Copy Markdown
Collaborator

Fulfill a todo I left a year ago. The proof is a big case bash on the relative positions of the four variables. I minimised it as much as I could.

The end result mentions convexity, but this is mostly order theory.


I will open the mathlib4 PR once we agreed on where to put the monotonicity lemmas.

It's very offputting that we don't have access to set.has_coe_to_sort in order.monotone. This is probably good enough reason to split up data.set.basic.

Open in Gitpod

@YaelDillies YaelDillies added awaiting-review The author would like community review of the PR t-order Order hierarchy labels Dec 3, 2022
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Bors d+

I tried to golf not_monotone_not_antitone_iff_exists_le_le but couldn't. Notice there is a build failure

@bors
Copy link
Copy Markdown

bors bot commented Dec 3, 2022

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

@leanprover-community-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Dec 3, 2022
@YaelDillies
Copy link
Copy Markdown
Collaborator Author

bors merge

bors bot pushed a commit that referenced this pull request Dec 3, 2022
…onotone or antitone (#17801)

Fulfill a todo I left a year ago. The proof is a big case bash on the relative positions of the four variables. I minimised it as much as I could.

The end result mentions convexity, but this is mostly order theory.
@bors
Copy link
Copy Markdown

bors bot commented Dec 4, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/convex/quasiconvex): A quasilinear function is either monotone or antitone [Merged by Bors] - feat(analysis/convex/quasiconvex): A quasilinear function is either monotone or antitone Dec 4, 2022
@bors bors bot closed this Dec 4, 2022
@bors bors bot deleted the quasilinear_monotone_antitone branch December 4, 2022 01:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

delegated The PR author may merge after reviewing final suggestions. t-order Order hierarchy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants