feat(Topology/ClosedBases): TopologicalSpace.IsClosedBasis and TopologicalSpace.IsClosedSubbasis s#36954
feat(Topology/ClosedBases): TopologicalSpace.IsClosedBasis and TopologicalSpace.IsClosedSubbasis s#36954FMLJohn wants to merge 20 commits intoleanprover-community:masterfrom
TopologicalSpace.IsClosedBasis and TopologicalSpace.IsClosedSubbasis s#36954Conversation
PR summary 84c74f5825Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
scholzhannah
left a comment
There was a problem hiding this comment.
Thank you for your PR! Bases of closed sets sound like something we would want in Mathlib. I have left a few comments.
|
Also please move your explanation and the added definitions above the line in the PR description so that they will end up in the commit message. |
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
In this pull request, I have defined closed bases and closed subbases of topologies, and proved some basic properties of them.
Main definitions
TopologicalSpace.IsClosedBasis s: A closed basis of a topological spaceαis a collection of closed setss : Set (Set α)such that every closed subset ofαcan be written as an intersection of elements ofs.TopologicalSpace.IsClosedSubbasis s: Given a topological spaceα,s : Set (Set α)is a closed subbasis if the topology onαequalsgenerateFrom { uᶜ | u ∈ s }.