Has effective (co)congruences properties#126
Has effective (co)congruences properties#126dschepler wants to merge 17 commits intoScriptRaccoon:mainfrom
Conversation
…happen to be representable but not effective
|
Current status: For "has effective congruences" there are two unresolved cases left: (For the second, I think I might be able to adapt the proof of extensive + has effective congruences -> balanced, by considering For "has effective cocongruences" there are still 21 unresolved cases. Among them are Group and Ring which are blockers. |
|
I am not surprised that deciding effective cocongruences for concrete categories is so hard. This amounts to a classification of all cocongruences, and this is hard, as we already saw in Rel for example, but also Set is a good starting point, where it is not trivial. Often we do not even understand all epimorphisms. I suggest that in this PR we only try to fill the remaining cases where it is required by the unit tests (Grp and Ring). EDIT. I am pretty confident that for Grp the answer is yes, cocongruences are effective. |
|
Heh, ended up coming back to #114 and also using it to prove elementary topoi have effective cocongruences. |
|
Suggestion. The implication "lsfp → effective congruences" can be refined by "multi-algebraic → effective congruences". Note that the database already includes the implication "lsfp → multi-algebraic". The reference is Thm. 4.0 in Diers's paper (fr) or it's English translation. |
…s to Yuto Kawase for the reference
Do you have any ideas on how we might prove that? So far, I haven't made much progress even on the simplest case I can think of, proving that a cocongruence on |
|
On Ring I was wondering if the counterexample in CommRing could be adapted there. If I trace through the proofs, I guess the counterexample in CommRing is something like Any other ideas on Ring? |
I don't have a proof for Grp, I just voiced my strong suspicion that it is true. Let me explain this a bit. Here is a formulation that I find quite instructive: a cocongruence on a group
So we have an equivalence relation We also need that the equivalence relation on It is effective when there is a subgroup (All that holds similarly for general categories, but I find it instructive to write it down in this special case.) The special case And here is why I think it is true: I would literally fall off my chair if somebody writes down an equivalence relation (with the mentioned properties) that does not have this form (for general groups). Yes, this is no proof. What I find remarkable is that this does not seem to be trivial at all for Ab, but your (almost formal) implication From this we get some global Random remark: We are proving here that Grp does not satisfy the second half of the definition of being Barr-coexact. But we already know that it is not coregular anyway (the first half of the definition). Question: I just saw that you have proven that CRing does not have effective cocongruences (using |
|
Yes, that's precisely the line of thought I was going along. One thought which occurs is that the equivalence relation of conjugacy is preserved by homomorphisms. However, it's not representable (at least I think it isn't, else you'd essentially get a counterexample to Grp being epi-regular). Another thought: Any proof is going to have to take into account the cotransitivity map in some way. For example, the relation As for the example in CRing, I think the counterexample is a corelation on Anyway, as far as I can tell, all that breaks down completely in noncommutative rings since you no longer have |
|
Ok. I haven't thought about this long, but why cannot we take Also, images of two commuting idempotents are still commuting. So their product is still idempotent. For groups, the conjugation relation is not limit-preserving. I think we can say straight away that the equivalence relation must be some algebraic equation. |
|
Hmm... OK, I guess maybe an idempotent would split a ring into $\begin{bmatrix} eRe & (1-e)Re \ eR(1-e) & (1-e)R(1-e) \end{bmatrix}$ or something along those lines. For the comments on groups: yes, certainly in the general case if you take a presentation |
|
For another example I have in mind, in the full subcategory of integral (or cancellative) commutative monoids, the equivalence |
|
Another idea I had for Ring which ended up not panning out: defining the congruence relation as having so that's likely to have issues with not respecting equalizers, or with not giving an epimorphism to the representing object if adjoining a concrete divisibility structure such as an abelian group homomorphism |
|
I wonder if there might be group theorists at MO who might have ideas. Especially if we give the concrete versions in terms of systems of equations in |
|
Funny coincidence, since I also wanted to ask on MO right now, but I wanted to coordinate this with you first. Personally, I would like to ask the question about Z first, with the reformulation I gave above. But you can go ahead... Just to reiterate: I would like to avoid working with words in free groups at all costs, and rather try to use the functorial POV. PS: I also made several attempts to get an answer from Google Gemini, but they failed. |
|
Sure, I would be fine with starting with asking about the simple case first. (Feel free to add some of my non-counterexamples if you'd like to use them to illustrate some of the complexities of the question, e.g. |
|
It's funny enough you mentioned Google Gemini - I had my first session with it on a mathematical question yesterday, regarding my question about whether a divisibility structure on an element of the additive group of a ring is necessarily unique. It had several false starts, where I had to point out a flaw in the reasoning - including some first answers where it thought the result was true - until eventually it reminded me of the construction of adjoining a unit to the rng on Q/Z with zero multiplication. |
|
I made another attempt with Google Gemini (Pro). This time, the proof looks good. I will spend more time, but for now I cannot find a mistake. (Click for a larger version.) About that "subgroup theorem for amalgamated free products": probably the name is a hallucination, but the statement appears to be true based on the usual element structure. Relevant: https://www.researchgate.net/publication/266843789_Subgroups_of_amalgamated_free_products |
|
I wonder if that proof simplifies in any significant way for the special case |
|
Also, unless I'm missing it somewhere, it doesn't use cosymmetry. So, that would imply for example that any representable functor giving a preorder on each group in fact gives an equivalence relation on each group - which I guess isn't that surprising. |
|
Here is my "human" proof that cocongruences in Grp are effective, which is just a slight variation of Gemini's proof. The vague citation of the "subgroup theorem for amalagamted free products" is replaced by a direct argument using the well-known description of the elements of a pushout. If you have verified it, I can add a commit which adds it (pdf + tex + Ah and yes, cosymmetry is not needed. EDIT: I am currently also rewriting the proof and making it more general |

I just started a trial run of the property of having effective congruences; and so far, it's not going well. I only found a couple basic properties to put in, along with a preliminary version of the theorem that a pretopos is balanced; but there are still 34 unresolved cases for congruences and 50 unresolved cases for cocongruences. I don't even know whether Group has effective cocongruences. And certainly, there are a lot of cases I could fill in by hand, but that would be a lot of individual entries to maintain.
Any ideas would be welcome on how to proceed.
(I know this is still draft and has several places that need details or citations filled in; at this point I'm just posting to give an idea of the current status.)