Skip to content

[Merged by Bors] - feat(Order/OmegaCompletePartialOrder): Show that Scott Continuity implies OmegaCompletePartialOrder.Continuous'#6831

Closed
mans0954 wants to merge 11 commits intomasterfrom
mans0954/scott-continuity
Closed

[Merged by Bors] - feat(Order/OmegaCompletePartialOrder): Show that Scott Continuity implies OmegaCompletePartialOrder.Continuous'#6831
mans0954 wants to merge 11 commits intomasterfrom
mans0954/scott-continuity

Conversation

@mans0954
Copy link
Copy Markdown
Collaborator

In leanprover-community/mathlib3#18517 we introduced the notion of a Scott Continuous function between preorders. This PR shows that a Scott Continuous function between OmegaCompletePartialOrders is necessarily OmegaCompletePartialOrder.Continuous'.


Open in Gitpod

Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Some stylistic remarks.

Note that on L303 the name is also wrong. It should simply be .monotone instead of .to_monotone. But I don't claim this should be fixed in this PR.

@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-review labels Sep 14, 2023
@mans0954
Copy link
Copy Markdown
Collaborator Author

No space left on device : '/home/lean/actions-runner/_work/_actions/dcarbone/install-jq-action/v1.0.1'

Not sure there's anything I can do about this @jcommelin ?

@mans0954
Copy link
Copy Markdown
Collaborator Author

No space left on device : '/home/lean/actions-runner/_work/_actions/dcarbone/install-jq-action/v1.0.1'

Possibly fixed by #7166?

@mans0954 mans0954 added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Sep 15, 2023
@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-review labels Sep 15, 2023
@mans0954 mans0954 added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Sep 15, 2023
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Sep 15, 2023
bors bot pushed a commit that referenced this pull request Sep 15, 2023
…lies OmegaCompletePartialOrder.Continuous' (#6831)

In leanprover-community/mathlib3#18517 we introduced the notion of a Scott Continuous function between preorders. This PR shows that a Scott Continuous function between OmegaCompletePartialOrders is necessarily `OmegaCompletePartialOrder.Continuous'`.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
@bors
Copy link
Copy Markdown

bors bot commented Sep 15, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(Order/OmegaCompletePartialOrder): Show that Scott Continuity implies OmegaCompletePartialOrder.Continuous' [Merged by Bors] - feat(Order/OmegaCompletePartialOrder): Show that Scott Continuity implies OmegaCompletePartialOrder.Continuous' Sep 15, 2023
@bors bors bot closed this Sep 15, 2023
@bors bors bot deleted the mans0954/scott-continuity branch September 15, 2023 09:18
kodyvajjha pushed a commit that referenced this pull request Sep 22, 2023
…lies OmegaCompletePartialOrder.Continuous' (#6831)

In leanprover-community/mathlib3#18517 we introduced the notion of a Scott Continuous function between preorders. This PR shows that a Scott Continuous function between OmegaCompletePartialOrders is necessarily `OmegaCompletePartialOrder.Continuous'`.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
mathlib-bors bot pushed a commit that referenced this pull request Sep 5, 2024
…ntinuity (#13201)

We currently have two related but different concepts of Scott Continuity in Mathlib - `ScottContinuous` in `Order/Bounds/Basic` and `OmegaCompletePartialOrder.Continuous'` in `Order/OmegaCompletePartialOrder`. We previously showed (#6831) that `ScottContinuous` implies `OmegaCompletePartialOrder.Continuous'` (in general the converse isn't true).

This PR gives a more general definition of Scott Continuity, `ScottContinuousOn` which specialises to `ScottContinuous` and something equivalent to  `OmegaCompletePartialOrder.Continuous'` to give a more satisfactory unification of the concepts.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
…ntinuity (#13201)

We currently have two related but different concepts of Scott Continuity in Mathlib - `ScottContinuous` in `Order/Bounds/Basic` and `OmegaCompletePartialOrder.Continuous'` in `Order/OmegaCompletePartialOrder`. We previously showed (#6831) that `ScottContinuous` implies `OmegaCompletePartialOrder.Continuous'` (in general the converse isn't true).

This PR gives a more general definition of Scott Continuity, `ScottContinuousOn` which specialises to `ScottContinuous` and something equivalent to  `OmegaCompletePartialOrder.Continuous'` to give a more satisfactory unification of the concepts.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
…ntinuity (#13201)

We currently have two related but different concepts of Scott Continuity in Mathlib - `ScottContinuous` in `Order/Bounds/Basic` and `OmegaCompletePartialOrder.Continuous'` in `Order/OmegaCompletePartialOrder`. We previously showed (#6831) that `ScottContinuous` implies `OmegaCompletePartialOrder.Continuous'` (in general the converse isn't true).

This PR gives a more general definition of Scott Continuity, `ScottContinuousOn` which specialises to `ScottContinuous` and something equivalent to  `OmegaCompletePartialOrder.Continuous'` to give a more satisfactory unification of the concepts.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 12, 2024
…ntinuity (#13201)

We currently have two related but different concepts of Scott Continuity in Mathlib - `ScottContinuous` in `Order/Bounds/Basic` and `OmegaCompletePartialOrder.Continuous'` in `Order/OmegaCompletePartialOrder`. We previously showed (#6831) that `ScottContinuous` implies `OmegaCompletePartialOrder.Continuous'` (in general the converse isn't true).

This PR gives a more general definition of Scott Continuity, `ScottContinuousOn` which specialises to `ScottContinuous` and something equivalent to  `OmegaCompletePartialOrder.Continuous'` to give a more satisfactory unification of the concepts.



Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com>
Co-authored-by: Christopher Hoskin <christopher.hoskin@overleaf.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants