-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add quasitopos property #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dschepler
wants to merge
3
commits into
ScriptRaccoon:main
Choose a base branch
from
dschepler:quasitopos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| id: SepPsh(X) | ||
| name: category of separated presheaves | ||
| notation: $\SepPsh(X)$ | ||
| objects: separated presheaves of sets on a topological space $X$ | ||
| morphisms: morphisms of presheaves | ||
| description: Here, we assume that the topological space $X$ is such that there is a non-empty family of open subsets whose union is not in the family, since otherwise this category is almost the category of all presheaves. | ||
| nlab_link: https://ncatlab.org/nlab/show/separated+presheaf | ||
|
|
||
| tags: | ||
| - algebraic geometry | ||
| - topology | ||
|
|
||
| related_categories: | ||
| - Sh(X) | ||
|
|
||
| satisfied_properties: | ||
| - property: locally small | ||
| proof: This is easy. | ||
|
|
||
| - property: Grothendieck quasitopos | ||
| proof: It is equivalent to $\BiSep(\Open(X), J, K)$ where $J$ is the trivial Grothendieck topology and $K$ is the open covering topology. | ||
|
|
||
| - property: cocartesian cofiltered limits | ||
| proof: For non-empty $U$, both sides of $X \sqcup \lim_{i\in I} Y_i \to \lim_{i\in I} (X \sqcup Y_i)$ can be calculated component-wise. Therefore, for those $U$, the conclusion follows from the corresponding fact in $\Set$. For $U = \varnothing$, we can see that both sides are empty if and only if $X(\varnothing) = \varnothing$ and $Y_i(\varnothing) = \varnothing$ for some $i$, and otherwise both sides are a singleton. | ||
|
|
||
| unsatisfied_properties: | ||
| - property: skeletal | ||
| proof: Consider the constant presheaves for two non-equal singleton sets. | ||
|
|
||
| - property: disjoint finite coproducts | ||
| proof: The equalizer of the two coprojections $1 \rightrightarrows 1 + 1$ has value $1$ at $\varnothing$. | ||
|
|
||
| - property: generator | ||
| proof: 'The subcategory $\Sh(X)$ of $\SepPsh(X)$ is reflective by <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a> Prop 2.6.12 and A4.4. Therefore, if $\SepPsh(X)$ had a generator then so would $\Sh(X)$, which we know is not the case.' | ||
|
|
||
| - property: effective congruences | ||
| proof: 'Let $\{ U_i : i \in I \}$ be a non-empty family of open sets whose union $U$ is not in the family. We then consider the relation $E$ on $X \coloneqq y_U + y_U$ where for $x_1, x_2 \in X(V)$, $(x_1, x_2) \in E(V)$ if and only if either $x_1 = x_2$ or $V \subseteq U_i$ for some $i \in I$. It is easy to see that $E$ is a congruence. However, $E \hookrightarrow X \times X$ is not a regular monomorphism, whereas any effective congruence would necessarily be an equalizer.' | ||
|
|
||
| special_objects: | ||
| initial object: | ||
| description: empty presheaf sending every open set to $\varnothing$ | ||
| terminal object: | ||
| description: constant presheaf with value a singleton | ||
| coproducts: | ||
| description: take the section-wise disjoint union, and then collapse the value at $\varnothing$ to a singleton if it is non-empty | ||
| products: | ||
| description: section-wise defined direct product | ||
|
|
||
| special_morphisms: | ||
| isomorphisms: | ||
| description: morphisms of separated presheaves that are bijective on every open set | ||
| proof: This is easy. | ||
| monomorphisms: | ||
| description: morphisms of separated presheaves that are injective on every open set | ||
| proof: ... | ||
| epimorphisms: | ||
| description: 'morphisms of separated presheaves $\varphi : F \to G$ which are "locally surjective": for every local section $g \in G(U)$ there is an open covering $\bigcup_{i\in I} U_i = U$ such that each $g|_{U_i} \in G(U_i)$ is contained in the image of $\varphi(U_i) : F(U_i) \to G(U_i)$' | ||
| proof: ... | ||
| regular monomorphisms: | ||
| description: 'morphisms of separated presheaves $\varphi : F \hookrightarrow G$ that are injective on every open set, and such that if a local section $g \in G(U)$ has an open covering $\bigcup_{i\in I} U_i = U$ such that each $g|_{U_i} \in G(U_i)$ is contained in the image of $\varphi(U_i) : F(U_i) \to G(U_i)$, then $g$ is contained in the image of $\varphi(U) : F(U) \to G(U)$' | ||
| proof: ... | ||
| regular epimorphisms: | ||
| description: morphisms of separated presheaves that are surjective on every open set | ||
| proof: ... |
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
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
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
10 changes: 10 additions & 0 deletions
10
databases/catdat/data/category-properties/Grothendieck quasitopos.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| id: Grothendieck quasitopos | ||
| relation: is a | ||
| description: Given a small category $\C$ with a pair of Grothendieck topologies $J \subseteq K$, we define $\BiSep(\C, J, K)$ so be the full subcategory of presheaves on $\C$ which are both a sheaf for the $J$ topology and also separated for the $K$ topology. A <i>Grothendieck quasitopos</i> is a category which is equivalent to $\BiSep(\C, J, K)$ for some $\C, J, K$. Equivalently, a category is a Grothendieck quasitopos if and only if it is equivalent to the full subcategory of separated objects for is a Lawvere-Tierney topology on a Grothendieck topos. | ||
| nlab_link: https://ncatlab.org/nlab/show/quasitopos | ||
| invariant_under_equivalences: true | ||
|
|
||
| related_properties: | ||
| - quasitopos | ||
| - Grothendieck topos | ||
| - locally presentable |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,4 @@ invariant_under_equivalences: true | |
|
|
||
| related_properties: | ||
| - elementary topos | ||
| - Grothendieck quasitopos | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ related_properties: | |
| - natural numbers object | ||
| - subobject classifier | ||
| - pretopos | ||
| - quasitopos | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| id: quasitopos | ||
| relation: is a | ||
| description: >- | ||
| A <i>quasitopos</i> is a category which is finitely complete, finitely cocomplete, locally cartesian closed, and has a regular subobject classifier. This gives the category properties similar to those of an elementary topos; a major difference is that a quasitopos need not be balanced. | ||
|
|
||
| Note that some authors use a strong subobject classifier in place of a regular subobject classifier in the definition, i.e. a morphism $\top : 1 \to \Omega$ which classifies strong monomorphisms. For the equivalence of these definitions, see <a href="https://math.stackexchange.com/q/4335533" target="_blank">MSE/4335533</a>. | ||
| nlab_link: https://ncatlab.org/nlab/show/quasitopos | ||
| invariant_under_equivalences: true | ||
|
|
||
| related_properties: | ||
| - finitely complete | ||
| - finitely cocomplete | ||
| - locally cartesian closed | ||
| - regular subobject classifier | ||
| - elementary topos | ||
| - Grothendieck quasitopos | ||
| - balanced | ||
|
ScriptRaccoon marked this conversation as resolved.
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,4 @@ invariant_under_equivalences: true | |
| related_properties: | ||
| - finitely complete | ||
| - subobject classifier | ||
| - quasitopos | ||
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we perhaps also add (directly in this PR) a simple but interesting example of a quasi-topos which is not a topos? Currently the examples are all thin, thus not interesting.
https://catdat.app/category-search/results?satisfied=finitely_complete%7Efinitely_cocomplete%7Elocally_cartesian_closed%7Eregular_subobject_classifier&unsatisfied=elementary_topos%7Ethin
The nlab page mentions some examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think https://ncatlab.org/nlab/show/subsequential+space would be a nice example.