feat(Topology): a coinducing map with connected fibers induces a homeomorphism on connected components#37515
Conversation
chrisflav
commented
Apr 1, 2026
PR summary 3bd2603b81Import 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! I just have some minor style comments.
| Continuous.connectedComponentsMap_surjective _ fun y ↦ (hf' y).nonempty⟩ | ||
| obtain ⟨x, rfl⟩ := ConnectedComponents.surjective_coe x | ||
| obtain ⟨y, rfl⟩ := ConnectedComponents.surjective_coe y | ||
| simp at h |
There was a problem hiding this comment.
This looks like a non-terminal simp to me. @adomani Do you have any idea why the flexible linter does not warn here?
There was a problem hiding this comment.
It is followed by a flexible tactic, is it not?
There was a problem hiding this comment.
(in any case, I accepted Hannah's suggestion, so this potential issue does not exist anymore)
Re flexible: I also think simp at h; simp [h] is much better than the similar (but not applicable here) simpa using h, which the flexible linter happily accepts.
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
Co-authored-by: Hannah Scholz <[email protected]>
|
Thanks for the review @scholzhannah! |