feat(Auxiliary): hereditary separability of linearly ordered topological spaces - #499
Merged
Merged
Conversation
Add `BrownianMotion/Auxiliary/SeparableSpace.lean`: a separable linearly ordered topological space is hereditarily separable (`Set.separableSpace`), with the supporting order-convex neighbourhood basis (`exists_isOpen_ordConnected_mem_subset`, `isTopologicalBasis_isOpen_ordConnected`) and the countability of the isolated points of a subspace (`countable_setOf_isolated_subtype`). This packages the mathlib PR leanprover-community/mathlib4#41918 as a project auxiliary file; it is a shared dependency of the variation-process and Doob-maximal-inequality developments. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CoolRmal
marked this pull request as ready for review
July 22, 2026 15:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
BrownianMotion/Auxiliary/SeparableSpace.lean, proving that a separable linearly ordered topological space is hereditarily separable.Main results
exists_isOpen_ordConnected_mem_subset,isTopologicalBasis_isOpen_ordConnected,nhds_basis_isOpen_ordConnected— the open order-connected sets form a topological basis in a linearly ordered topological spacecountable_setOf_isolated_subtype— in a separable LOTS, the points of a subset that are isolated in the subspace topology form a countable set.Set.separableSpace : SeparableSpace ↥s— every subset of a separable LOTS is separable in the subspace topology.This PR is used in both #498 and #494.
🤖 Generated with Claude Code