[Merged by Bors] - feat(Topology/CompHaus): sigma-comparison map#15525
[Merged by Bors] - feat(Topology/CompHaus): sigma-comparison map#15525dagurtomas wants to merge 9 commits intomasterfrom
Conversation
PR summary 001476a96cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
72afe71 to
2fe0c7f
Compare
|
This PR/issue depends on: |
callesonne
left a comment
There was a problem hiding this comment.
Have I understood correctly that these theorems should fit into some quite general API about HasExplicit(Co)Products and PreservesExplicit(Co)Products (although that is of course out of the scope of this PR)? LGTM!
Well, this |
This PR defines the map `CompHausLike.sigmaComparison` associated to a presheaf `X` on `CompHausLike P`, and a finite family `S₁,...,Sₙ` of spaces in `CompHausLike P`, where `P` is stable under taking finite disjoint unions. The map `sigmaComparison` is the canonical map `X(S₁ ⊔ ... ⊔ Sₙ) ⟶ X(S₁) × ... × X(Sₙ)` induced by the inclusion maps `Sᵢ ⟶ S₁ ⊔ ... ⊔ Sₙ`, and it is an isomorphism when `X` preserves finite products. Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
This PR defines the map `CompHausLike.sigmaComparison` associated to a presheaf `X` on `CompHausLike P`, and a finite family `S₁,...,Sₙ` of spaces in `CompHausLike P`, where `P` is stable under taking finite disjoint unions. The map `sigmaComparison` is the canonical map `X(S₁ ⊔ ... ⊔ Sₙ) ⟶ X(S₁) × ... × X(Sₙ)` induced by the inclusion maps `Sᵢ ⟶ S₁ ⊔ ... ⊔ Sₙ`, and it is an isomorphism when `X` preserves finite products. Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
This PR defines the map `CompHausLike.sigmaComparison` associated to a presheaf `X` on `CompHausLike P`, and a finite family `S₁,...,Sₙ` of spaces in `CompHausLike P`, where `P` is stable under taking finite disjoint unions. The map `sigmaComparison` is the canonical map `X(S₁ ⊔ ... ⊔ Sₙ) ⟶ X(S₁) × ... × X(Sₙ)` induced by the inclusion maps `Sᵢ ⟶ S₁ ⊔ ... ⊔ Sₙ`, and it is an isomorphism when `X` preserves finite products. Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
This PR defines the map `CompHausLike.sigmaComparison` associated to a presheaf `X` on `CompHausLike P`, and a finite family `S₁,...,Sₙ` of spaces in `CompHausLike P`, where `P` is stable under taking finite disjoint unions. The map `sigmaComparison` is the canonical map `X(S₁ ⊔ ... ⊔ Sₙ) ⟶ X(S₁) × ... × X(Sₙ)` induced by the inclusion maps `Sᵢ ⟶ S₁ ⊔ ... ⊔ Sₙ`, and it is an isomorphism when `X` preserves finite products. Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
This PR defines the map
CompHausLike.sigmaComparisonassociated to a presheafXonCompHausLike P, and a finite familyS₁,...,Sₙof spaces inCompHausLike P, wherePisstable under taking finite disjoint unions.
The map
sigmaComparisonis the canonical mapX(S₁ ⊔ ... ⊔ Sₙ) ⟶ X(S₁) × ... × X(Sₙ)induced bythe inclusion maps
Sᵢ ⟶ S₁ ⊔ ... ⊔ Sₙ, and it is an isomorphism whenXpreserves finiteproducts.
preservesFiniteProductsOfPreservesBinaryAndTerminal#16178This is useful when proving that discrete condensed sets are given by locally constant maps, see #15321