feat(Topology/Order): topological basis of scott topology on Complete…#31662
feat(Topology/Order): topological basis of scott topology on Complete…#31662edwin1729 wants to merge 8 commits intoleanprover-community:masterfrom
Conversation
PR summary d4d96de5f1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
6a5f829 to
b9b6f96
Compare
b46a3f5 to
1dd3f5a
Compare
|
This pull request has conflicts, please merge |
1dd3f5a to
8fec0c6
Compare
|
@plp127 I wonder if you know something about this
|
|
@edwin1729 see Zulip |
a9e2a87 to
e66a006
Compare
4013e73 to
41bbe95
Compare
|
@plp127 I didn't realize CI was failing. This is ready for review again now. |
b-mehta
left a comment
There was a problem hiding this comment.
Here are some preliminary comments; we discussed more in person.
|
This pull request has conflicts, please merge |
31a0002 to
e248275
Compare
|
-awaiting-author |
e248275 to
48d5ad1
Compare
|
@Vierkantor as co-author of |
b-mehta
left a comment
There was a problem hiding this comment.
I've left a few comments.
In general, public definitions in mathlib are somewhat expensive, so ensure that you only make definitions you actually need.
Also, I think lots of the docstrings could be improved for mathlib.
|
-awaiting-author |
405fa10 to
95a8b18
Compare
This is much more useful for the later goals, particularly since we are working with a existing mathlib code which uses `Opens` not `Set`
95a8b18 to
16371aa
Compare
…PartialOrder
Zulip discussion for this PR.
(1/2) PRs in domain theory, proving that scott topologies over Algebraic DCPOs (
CompletePartialOrder) are sober.The main reference is Renata, Duality in Domain Theory. But the statements can also be found in the canonical text Abramsky and Jung
This first PR proves two prerequisites, namely:
the specialization order induced by the scott topology corresponds to the existing order of the DCPO. Prop 3.1.5 in Duality in Domain Theory and Prop 2.3.2(1) in Abramsky and Jung
the upward closures of compact elements of the DCPO form a topological basis for the Scott Topology. Prop 3.5.2 in Duality in Domain Theory and Prop 2.3.6(2) in Abramsky and Jung
depends on: [Merged by Bors] - refactor: generalise compact from CompleteLattice to PartialOrder #33061
The next PR is here: #31670