feat(topology): FiberBundleT2 — Hausdorffness of fiber bundle total spaces - #110
Merged
Conversation
…paces First brick of the Hopf–Rinow adoption from feat/hopf-rinow: a self-contained, Mathlib-only leaf lemma (Bundle.TotalSpace is T2 when base and fiber are), with no coupling to the Riemannian cone. Builds against main + the pinned Mathlib; 0 sorries. Co-authored-by: Axel Delaval <axel.delaval@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
First brick of the Hopf–Rinow adoption (see
feat/hopf-rinow), kept deliberately minimal to establish the small-PR pipeline.What: adds
OpenGALib/Topology/FiberBundleT2.lean—Bundle.TotalSpace F Eis Hausdorff when the baseBand fiberFare (the standard separate-along-base / trivialize-and-separate dichotomy).Why this file first: it is a true leaf of the Hopf–Rinow dependency cone — imports only Mathlib, zero coupling to the Riemannian modules, so it builds against
mainas-is.Verification:
lake build OpenGALib.Topology.FiberBundleT2succeeds; 0 sorries (sorry baseline stays 3); picked up by the.andSubmodulesglob (no root import change needed).Adopted from
feat/hopf-rinow; original author credited via Co-authored-by.