Met_c is not regular#303
Conversation
|
@dschepler What shall we do with |
|
@dschepler On the other hand, the alternative proof that I have just added suggests that we might be able to generalize the lemma:
is this true? Then the 2nd assumption is satisfied for every regular category, which then can be used to show that Met_c is not regular, and also that it doesn't have quotients of congruences. (To make all of this even more elegant, the property "every kernel pair has a coequalizer" needs to be added to the database; and while we are at it, also "regular epis are pullback-stable", so that the property "regular" is completely decomposed. But not in this PR.). |
|
I don't know about that generalization. As far as I can tell, the alternate proof depends on being able to find a cocone of the sequence such that each map in the cocone is a monomorphism - such as your As for the question about what to do with my result if it's no longer used, I don't have strong opinions either way. I do find it an interesting generalization of the explicit construction of sequential colimits in Set, but I'm not too attached to keeping it in the database. (And if we remove it, we can presumably always restore it from history if it turns out we need it again.) |
|
Thank you for the feedback! |
13df322 to
3653928
Compare
There are currently two categories for which it is not known whether they are regular: the category of schemes and the category of metric spaces with continuous maps. This PR settles the second case and proves* that Metc is not regular.
Specifically, it proves that there is a morphism$f : X \to Y$ whose kernel pair $X \times_Y X \rightrightarrows X$ does not have a coequalizer. Hence, this provides an easier proof that quotients of congruences do not exist. As a result, the lemma in
monic-sequential-colimits-via-congruence-quotients.mdis no longer needed. However, I have not deleted it yet.*The proof was found with Google Gemini and then formulated in my own words.