[Merged by Bors] - fix(Topology/Covering): switch to standard definition#24983
Closed
alreadydone wants to merge 8 commits intomasterfrom
Closed
[Merged by Bors] - fix(Topology/Covering): switch to standard definition#24983alreadydone wants to merge 8 commits intomasterfrom
alreadydone wants to merge 8 commits intomasterfrom
Conversation
PR summary ca163bb348Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
tb65536
reviewed
May 17, 2025
4 tasks
alreadydone
commented
May 20, 2025
36d1b6b to
153baa4
Compare
Collaborator
|
This pull request has conflicts, please merge |
Collaborator
|
This pull request has conflicts, please merge |
3 tasks
|
🚀 Pull request has been placed on the maintainer queue by tb65536. |
Member
|
Thanks 🎉 bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 15, 2025
As discussed in [#mathlib4 > edge cases not covered by `IsCoveringMap` @ 💬](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/edge.20cases.20not.20covered.20by.20.60IsCoveringMap.60/near/518413081), the previous definition doesn't include examples like the inclusion of a one-point space into a two-point discrete space.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
BeibeiX0
pushed a commit
to BeibeiX0/mathlib4
that referenced
this pull request
Jul 16, 2025
…munity#24983) As discussed in [#mathlib4 > edge cases not covered by &leanprover-community#96;IsCoveringMap&leanprover-community#96; @ 💬](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/edge.20cases.20not.20covered.20by.20.60IsCoveringMap.60/near/518413081), the previous definition doesn't include examples like the inclusion of a one-point space into a two-point discrete space.
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…munity#24983) As discussed in [#mathlib4 > edge cases not covered by &leanprover-community#96;IsCoveringMap&leanprover-community#96; @ 💬](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/edge.20cases.20not.20covered.20by.20.60IsCoveringMap.60/near/518413081), the previous definition doesn't include examples like the inclusion of a one-point space into a two-point discrete space.
hrmacbeth
pushed a commit
to szqzs/mathlib4
that referenced
this pull request
Jul 28, 2025
…munity#24983) As discussed in [#mathlib4 > edge cases not covered by &leanprover-community#96;IsCoveringMap&leanprover-community#96; @ 💬](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/edge.20cases.20not.20covered.20by.20.60IsCoveringMap.60/near/518413081), the previous definition doesn't include examples like the inclusion of a one-point space into a two-point discrete space.
1 task
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.
As discussed in #mathlib4 > edge cases not covered by `IsCoveringMap` @ 💬, the previous definition doesn't include examples like the inclusion of a one-point space into a two-point discrete space.