[Merged by Bors] - feat(Topology/Convenient): X-continuous maps#37792
[Merged by Bors] - feat(Topology/Convenient): X-continuous maps#37792joelriou wants to merge 5 commits intoleanprover-community:masterfrom
X-continuous maps#37792Conversation
PR summary 00dbc4ec64Import 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! This looks good to me.
j-loreaux
left a comment
There was a problem hiding this comment.
I'm not totally opposed to this, but can you please explain (perhaps in the PR description) why we want all three of these? That is, with this PR we would now have:
- the type synonym
WithGeneratedByTopology - the predicate
ContinuousGeneratedBy - the subtype
ContinuousMapGeneratedBy(technically astructure, but morally a subtype).
|
|
Great, thanks for the explanation! bors merge |
This is a follow-up PR to #29341. In this PR, given a family `X i` of topological spaces, we introduce the notion of `X`-continuous maps: a map `g : Y ⟶ Z` is `X`-continuous if for any continuous map `f : X i → Y`, the composition `g ∘ f` is continuous. We provide both a predicate `ContinuousGeneratedBy` on maps `Y → Z` and a bundled type `ContinuousMapGeneratedBy` of `X`-continuous maps from `Y` to `Z`, as this shall be the type of morphisms in a category that is defined in #37799. From https://github.com/joelriou/topcat-model-category
|
Pull request successfully merged into master. Build succeeded: |
X-continuous mapsX-continuous maps
This is a follow-up PR to #29341. In this PR, given a family
X iof topological spaces, we introduce the notion ofX-continuous maps: a mapg : Y ⟶ ZisX-continuous if for any continuous mapf : X i → Y, the compositiong ∘ fis continuous. We provide both a predicateContinuousGeneratedByon mapsY → Zand a bundled typeContinuousMapGeneratedByofX-continuous maps fromYtoZ, as this shall be the type of morphisms in a category that is defined in #37799.From https://github.com/joelriou/topcat-model-category