Skip to content

Add quasitopos property#243

Open
dschepler wants to merge 2 commits into
ScriptRaccoon:mainfrom
dschepler:quasitopos
Open

Add quasitopos property#243
dschepler wants to merge 2 commits into
ScriptRaccoon:mainfrom
dschepler:quasitopos

Conversation

@dschepler

@dschepler dschepler commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Adds properties: quasitopos, Grothendieck quasitopos
As a prototypical example of the latter, adds the category of separated presheaves on a topological space

Comment thread databases/catdat/data/category-properties/quasitopos.yaml
Comment thread databases/catdat/data/category-implications/topos.yaml
Comment thread databases/catdat/data/category-properties/quasitopos.yaml Outdated
Comment thread databases/catdat/data/category-properties/quasitopos.yaml Outdated
Comment thread databases/catdat/data/category-properties/quasitopos.yaml
@ScriptRaccoon

ScriptRaccoon commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Thank you for the PR! I made some minor comments. I haven't checked out the code yet in my editor, I will do that tomorrow.


Related issue: #18

@dschepler

dschepler commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Actually, could you check Johnstone C2.2.13 for the exact statement, and if it matches what's on the nLab page, could you check whether the definition of "generating set" he uses matches the one we use? If so, then I'd think the category of pseudotopological spaces would be a counterexample to the first statement: it's certainly a locally small quasitopos; it's cocomplete (for arbitrary coproducts, take the disjoint union and set the convergent filters to be exactly the ones containing an image of a convergent filter in one of the components); and it has a generating set (in fact it's even well-pointed). I suspect that the correct statement of the first one would have to replace "generating set" with "small dense subcategory".

If that's the case, then we don't currently have all the component properties of either formulation. Though I guess I could approximate it with a combination of the two, "Grothendieck quasitopos <-> quasitopos + locally small + locally presentable". EDIT: Actually I guess locally presentable -> locally essentially small so that becomes Grothendieck quasitopos <-> quasitopos + locally presentable.

@ScriptRaccoon

Copy link
Copy Markdown
Owner

I don't understand the context of your comment. Are you reviewing something which is already in the PR? Is there something wrong? What do you mean with "first statement" in "If so, then I'd think the category of pseudotopological spaces would be a counterexample to the first statement"?

Are you thinking of adding the result C2.2.13 to the implications?

Bildschirmfoto 2026-06-12 um 20 39 46

Here is the definition (urgh...)

Bildschirmfoto 2026-06-12 um 20 46 25

@dschepler

dschepler commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

The context was that I was considering adding "Grothendieck quasitopos" property to the PR, and then the example of SepPsh(X) as an example of a Grothendieck quasitopos which is not an elementary topos (under the assumption that the topology on X is not totally ordered under inclusion). So I wanted to evaluate what would be a correct equivalent condition, hopefully using existing properties.

The "first statement" was referring to the restatement of this theorem on the nLab quasitopos page, which corresponds to the equivalence (ii) <=> (iii) in Johnstone's theorem.

So, it does look like Johnstone's definition of "generating set" is different from ours (which he calls "separating set"). Johnstone's version certainly seems related to being able to express objects as colimits of generating objects, though I'm not sure of the exact relation off the top of my head.

@ScriptRaccoon

Copy link
Copy Markdown
Owner

I understand. But I won't be able to help with that, I am afraid. Maybe it's also necessary to edit the nLab article or reach out to the authors since it "misquotes" (because of Johnstone's weird terminology) the theorem.

Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
Comment thread databases/catdat/data/category-properties/Grothendieck quasitopos.yaml Outdated
@dschepler

dschepler commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Right now, I think the major property to be resolved is whether it has effective cocongruences. I'm pretty convinced, using that the sheafification is effective, that the comparison morphism $X \sqcup_Y X \to R$ is both monic and epic. So, if I could somehow use the cotransitivity morphism $R \to R \sqcup_{i_2,X,i_1} R$ to show the map $X \sqcup_Y X \to R$ is either regular monic or regular epic, or even that it's strong monic, then that would finish off the proof. I haven't found anything yet along those lines, though.

For the opposite approach, a non-effective equivalence relation I can think of would be something like: say $x \sim y$ for $x,y$ compatible collections of sections over $U_i$ if ($x$ has a gluing if and only if $y$ has a gluing). Or, if that statement in the internal language is satisfied, which is equivalent to: for each $V$, ${x_i}|_{U_i \cap V}$ has a gluing if and only if ${y_i} |_{U_i \cap V}$ has a gluing. It seems pretty clear that's not functorial, though: it should be pretty easy to add a gluing of $x$ without adding a gluing of $y$.

But in any case, any counterexample would have to be roughly of this form "equality when restricted to a regular subobject, augmented by existence of something where that something is forced to be unique if it exists".

Edit: Fixed MathJax formulas

@dschepler

Copy link
Copy Markdown
Contributor Author

I think I have a rough proof now: Since $X+X' \to E$ is an epimorphism, that means any section $e \in E(U)$ is locally in one of the copies of $X$. Now $e = r(e)$ is a regular subobject of $y_U$, which must be some $y_V$; and similarly the equalizer of $e = r(e)'$ is some $y_W$. The epimorphism condition implies $U = V \cup W$. We also have that $V \cap W$ is equivalent to $r(e) \in Y$. Now, since $R+R \to R+_X R$ is a regular epimorphism, $t(e)$ must either be in the first or second copy of $R$. If it's in the first copy, then using a splitting of $R \to R +_X R$, we can see it's in fact equal to $i_1(e)$. But then on $W$, we can calculate that $t(e) = i_1(e)$ implies $r(e) = r(e)'$, so $W \subseteq V \cup W$. Thus, $e$ is in the image of $X+X$. And a similar proof holds if $t(e) = i_2(e)$. This shows that $X+X \to E$ is in fact a regular epimorphism; and the category is also regular (any quasitopos is, as the automated deductions suffice to show), so $E$ is effective.

In fact, this should pretty easily generalize to the category of separated objects of a Lawvere-Tierney topology. The only thing that makes it not as easy to generalize to an arbitrary quasitopos is the involvement of regular epimorphisms.

Comment thread content/separated_objects_special_morphisms.md Outdated
Comment thread content/separated_objects_cocongruences.md Outdated
Comment thread databases/catdat/data/category-implications/topos.yaml Outdated
Comment thread databases/catdat/data/category-properties/Grothendieck quasitopos.yaml Outdated
Comment thread databases/catdat/data/category-properties/elementary topos.yaml
Comment thread databases/catdat/data/category-implications/topos.yaml Outdated
Comment thread databases/catdat/data/category-implications/topos.yaml Outdated
Comment thread content/separated_objects_cocongruences.md Outdated
Comment thread databases/catdat/data/categories/SepPsh(X).yaml
Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
Comment thread databases/catdat/data/categories/SepPsh(X).yaml

@ScriptRaccoon ScriptRaccoon Jun 17, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add separate entries for the cases $X = \emptyset$ and $X = *$? It seems like these give categories not already present in the database.

EDIT. Ok maybe the case $X = \emptyset$ gives the interval category. For $X = *$ we get Set with a formally adjoined initial object, right?

Comment thread databases/catdat/data/macros.yaml
Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
@dschepler

dschepler commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

The brief introduction to Lawvere-Tierney topologies I would give is: It's just an abstraction of the important properties of the "locally" qualifier on topological spaces. Namely, if $\mathcal{F}' \hookrightarrow \mathcal{F}$ is a sub-presheaf, we say $x \in \mathcal{F}(U)$ is locally in $\mathcal{F}'$ if there exists an open cover $\bigcup_{i\in I} U_i = U$ such that $x|_{U_i} \in \mathcal{F}'(U_i)$ for each $i$. It is easy to check that the collection of sections satisfying this property is again a sub-presheaf of $\mathcal{F}$, which we might call the "locally"-closure of $\mathcal{F}'$ in $\mathcal{F}$", $cl_{\mathcal{F}}(\mathcal{F'})$. We say $\mathcal{F}'$ is "locally"-closed in $\mathcal{F}$ if that closure is $\mathcal{F}'$, and it is "locally"-dense in $\mathcal{F}$ if that closure is $\mathcal{F}$.

Then the observation which relates this to separatedness and sheaves is: a presheaf $\mathcal{F}$ is separated if and only if for each "locally"-dense inclusion $\mathcal{G}' \hookrightarrow \mathcal{G}$, the restriction function $Hom(\mathcal{G}, \mathcal{F}) \to Hom(\mathcal{G}', \mathcal{F})$ is injective; and $\mathcal{F}$ is a sheaf if and only if for each such "locally"-dense inclusion, the restriction function is bijective. (The forward implication in both cases is a straightforward exercise; the reverse implication can be gotten by considering $\mathcal{G} := y_U$ and $\mathcal{G}' := \bigcup_{i\in I} y_{U_i}$, where a morphism $\mathcal{G}' \to \mathcal{F}$ can be checked to be equivalent to a compatible collection of sections in $\mathcal{F}(U_i)$.)

A commonly used equivalent condition to separatedness is: a presheaf $\mathcal{F}$ is separated if and only if the diagonal subsheaf $\Delta_{\mathcal{F}} \hookrightarrow \mathcal{F} \times \mathcal{F}$ is "locally"-closed. This condition can be informally interpreted as: "if two sections are locally equal, then the sections themselves are equal". A less commonly used equivalent condition to being a sheaf, which you might sometimes see (for example in Toposes, Triples, and Theories) is: $\mathcal{F}$ is a sheaf if and only if it is separated and for each separated presheaf $\mathcal{G}$ which is an extension of $\mathcal{F}$, then $\mathcal{F}$ is "locally"-closed in $\mathcal{G}$.

The "locally" Lawvere-Tierney topology just extends this to subobjects considered as equivalence classes of monomorphisms as usual. It's also straightforward to generalize this to a Grothendieck site, of course. One of the conditions of a Lawvere-Tierney topology is that the closure operation commutes with pullbacks, so it induces an endomorphism of the Sub functor, and thus a morphism $j : \Omega \to \Omega$ satisfying certain conditions.

@dschepler

Copy link
Copy Markdown
Contributor Author

I was thinking of modifying the proof of the special morphisms to start with a calculation that the image in Sep(j) is the same as the image as calculated in $\mathcal{T}$, whereas the coimage in Sep(j) (i.e. the equalizer of the cokernel pair) is the j-closure of the image as calculated in $\mathcal{T}$. Then, the rest would be automatic from the fact that in a regular category, $f : X \to Y$ is a monomorphism if and only if $X \to im(f)$ is an isomorphism, and $f : X \to Y$ is a regular epimorphism if and only if $im(f) \to Y$ is an isomorphism; and similarly we have the dual result for coregular categories and coimages.

Does this revision sound good to you?

@dschepler

Copy link
Copy Markdown
Contributor Author

Incidentally, the search http://localhost:5173/category-search/results?satisfied=regular%7Ecoregular&unsatisfied=thin%7Ebalanced also returned the example of TorsFreeAb where the description of special morphisms looked very similar, just with saturation in place of "locally"-closure or $j$-closure. I wonder if there might be some more general result that would encompass both cases. I guess I can make the observation that an abelian group is torsion-free if and only if the diagonal is saturated, and the reflector in that case can also be viewed as taking the quotient by the saturation of the diagonal.

Comment thread databases/catdat/data/categories/SepPsh(X).yaml Outdated
@ScriptRaccoon

Copy link
Copy Markdown
Owner

The brief introduction to Lawvere-Tierney topologies I would give is: [...]

Thanks a lot!

I was thinking of modifying the proof of the special morphisms [...]

I don't have an opinion on this right now.

[...] I wonder if there might be some more general result that would encompass both cases. [...]

Can we perhaps move this to a separate issue or PR?

As for the review, I need to postpone this a few days. I need some pause from this project.

…ple of separated presheaves on a topological space
Comment thread databases/catdat/data/category-implications/topos.yaml Outdated
- cogenerator
- effective cocongruences
proof: >-
We have that $\BiSep(\C, J, K)$ is a reflective subcategory of $\Sh(\C, J)$, with the reflector preserving finite limits. (This is a special case of the more general situation of $\Sep(j)$ being a reflective subcategory of $\T$ whenever $j$ is a Lawvere-Tierney topology on an elementary topos $\T$ with the reflector preserving finite limits.) The result follows from Lemma 3 <a href="/content/subcategories">here</a>.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"... general situation ..." - Please add a reference why it is a reflective subcategory, and for the claim that the reflector preserves finite limits.

Comment thread databases/catdat/data/category-implications/topos.yaml Outdated
### Special Morphisms

::: Lemma 1
Let $\T$ be an elementary topos with a <a href="https://ncatlab.org/nlab/show/Lawvere-Tierney+topology" target="_blank">Lawvere-Tierney topology</a> $j$. Then in the full subcategory $\Sep(j)$ of $j$-separated objects:<br>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the definition of a $j$-separated object (before the lemma).

Comment thread content/separated_objects_quasitopos.md Outdated
Comment thread content/separated_objects_quasitopos.md Outdated
Comment thread content/separated_objects_quasitopos.md Outdated
(d) The regular epimorphisms are the morphisms whose image in $\T$ are epimorphisms.
:::

_Proof._ Recall that $\Sep(j)$ is a reflective subcategory of $\T$, where the reflector takes an object $X$ to the quotient of $X$ by the congruence defined by the $j$-closure of the diagonal in $X\times X$. Also recall that the equalizer of $j, \id : \Omega_\T \rightrightarrows \Omega_\T$ is a $j$-separated object $\Omega_j$ which serves as the regular subobject classifier in $\Sep(j)$, and since $j$ is idempotent, this can also be described as the image (in $\T$) of $j$.<br>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe write X_{sep} since this notation is used below.

Comment thread content/separated_objects_quasitopos.md Outdated
Comment thread content/separated_objects_quasitopos.md Outdated

_Proof._ Suppose $p : X + X' \twoheadrightarrow E$ is a cocongruence (where $X'$ is an isomorphic copy of $X$), with coreflexivity morphism $r : E \to X$ and cotransitivity morphism $t : E \to E +_X E'$. (Here $E'$ is an isomorphic copy of $E$, and $E +_X E'$ is the coproduct modulo the relations $p(x') = p(x)'$.) We will also let $Y$ be the subobject of $X$ given by $x : X$ such that $p(x) = p(x')$. Note that $Y$ is $j$-closed in $X$ since $E$ is $j$-separated.

We will first show that $p$ is in fact an epimorphism in $\T$. The argument will be in the internal logic of $\T$. Thus, suppose $e : E$, and let $x \coloneqq r(e) : X$. Then since $p$ is an epimorphism in $\Sep(j)$, we have $j(e = p(x) \lor e = p(x'))$. Also, since $E + E' \to E +_X E'$ is an epimorphism in $\T$, we have $t(e)$ is the image of an element of either $E$ or $E'$. In the first case, applying the section $e \mapsto e, e' \mapsto p(r(e)') : E +_X E' \to E$ of the inclusion $E \to E +_X E'$, and the fact that $t$ is the unique map such that $p(y) \mapsto p(y), p(y') \mapsto p(y')'$ for each $y : X$, we conclude the section composed with $t$ is the identity; thus, we get $t(e) = e$. Now if $e = p(x')$, then from $t(e) = e$ we conclude $x \in Y$, so $e = p(x)$ also. Therefore, $(e = p(x) \lor e = p(x')) \rightarrow e = p(x)$, so $j(e = p(x) \lor e = p(x'))$ implies $j(e = p(x))$, which in turn implies $e = p(x)$ since $E$ is $j$-separated. Similarly, if $t(e)$ is the image of an element of $E'$, then $e = p(x)'$. In either case, we have shown that $e$ is in the image of $p$, as desired.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must admit that I am not able to review this PR. Too much is unclear to me, especially in this paragraph.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several options:

  1. We merge this PR either way, I don't need to understand everything.
  2. We find another person that checks the details.
  3. More details are added to make it self-contained.

@dschepler

Copy link
Copy Markdown
Contributor Author

I think I've found a proof that a general quasitopos has effective cocongruences. In fact, the core of the argument seemed to generalize to a proof that regular + extensive + quotients of congruences -> effective cocongruences (which doesn't directly apply to SepPsh(X) for example, but the failure to have disjoint coproducts is controlled enough that a cocongruence lives within a subcategory where you can apply that result).

Interestingly, this seems to have made several "not regular" assignments redundant: for LRS_R, Meas, Met_oo, Pos, Prost, Cat, Top. Essentially, I guess the proof provides a way to take a non-effective cocongruence, and construct a pullback diagram where the bottom row is a regular epimorphism but the top row is not. That pullback diagram, more concretely, has the cocongruence $X+X'\to R$ as top row; $X+X'\to E+E'$ as left column; the cotransitivity morphism $t : E\to E+_X E'$ as right column; and $E+E' \to E+_X E'$ as bottom row.

… also, the core of the argument was an implication that turned out to make several manual assignments of non-regularity redundant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants