Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: learning: questions

Topic: equivalence relationships preserved by endofunctors


view this post on Zulip David Egolf (Jan 05 2022 at 02:25):

Let F:CCF: \mathsf{C} \to \mathsf{C} be a functor. Let pp be an equivalence relationship on the objects of C\mathsf{C}. We say that FF preserves pp when apb    F(a)pF(b)a \sim_p b \implies F(a) \sim_p F(b).
Two questions:

  1. Given an endofunctor FF, how can one discover which equivalence relationships it preserves?
  2. Given an equivalence relationship pp, how can one discover the endofunctors that preserve pp?

view this post on Zulip Matteo Capucci (he/him) (Jan 05 2022 at 20:13):

Notice this is actually a question about maps of sets (for large enough notions of sets)!

view this post on Zulip Matteo Capucci (he/him) (Jan 05 2022 at 20:13):

For (1), what do you mean discover?

view this post on Zulip Matteo Capucci (he/him) (Jan 05 2022 at 20:14):

There might be some hope to characterize those ~ preserved by FF but enumerating them is a whole other can of worms

view this post on Zulip Joshua Meyers (Jan 05 2022 at 20:31):

Some easy equivalence relations preserved by all functors:

view this post on Zulip David Egolf (Jan 05 2022 at 21:48):

Matteo Capucci (he/him) said:

Notice this is actually a question about maps of sets (for large enough notions of sets)!

Could you elaborate on what you mean by the above statement?
Matteo Capucci (he/him) said:

For (1), what do you mean discover?

Both characterization and enumeration sound interesting to me.

view this post on Zulip David Egolf (Jan 05 2022 at 21:51):

For context, I would like to think about what kinds of "properties" are preserved by an imaging process. Ideally this would help in the following context: I have an imaging process, and I want to figure out what I can detect about objects with it.

view this post on Zulip David Egolf (Jan 05 2022 at 22:40):

I think this is another equivalence relationship preserved by a functor FF:
Let aba \sim b exactly when F(a)=F(b)F(a) = F(b).
This equivalence relationship is intuitively "sent to same observation by FF".

view this post on Zulip David Egolf (Jan 05 2022 at 22:53):

Here's another one, assuming I didn't mix up something:
Let ab    F(a)F(b)a \sim b \iff F(a) \cong F(b).
First we show this is an equivalence relationship.
F(a)F(a)    aaF(a) \cong F(a) \implies a \sim a for any aa.
If aba \sim b, then F(a)F(b)    F(b)F(a)    baF(a) \cong F(b) \implies F(b) \cong F(a) \implies b \sim a, with a,ba,b any objects in CC.
If aba \sim b and bcb \sim c for any objects a,b,ca,b,c in CC, then we have F(a)F(b)F(a) \cong F(b) and F(b)F(c)F(b) \cong F(c) and so F(a)F(c)F(a) \cong F(c), which implies aca \sim c.

Now we show the equivalence relationship is preserved by FF.
Let aba \sim b. Then we have F(a)F(b)F(a) \cong F(b), which implies F(F(a))F(F(b))F(F(a)) \cong F(F(b)), because functors send isomorphic objects to isomorphic objects. But F(F(a))F(F(b))F(F(a)) \cong F(F(b)) implies that F(a)F(b)F(a) \sim F(b), by definition of our equivalence relationship. So, ab    F(a)F(b)a \sim b \implies F(a) \sim F(b).

view this post on Zulip David Egolf (Jan 05 2022 at 22:53):

This last equivalence relationship is intuitively "sent to isomorphic observations by FF".

view this post on Zulip Morgan Rogers (he/him) (Jan 06 2022 at 10:02):

You can do the same for the other two examples that Joshua gave: since "homomorphically equivalent" and "connected" are preserved by any functor, abF(a)hom.eq.F(b)a \sim b \Leftrightarrow F(a) \sim_{\mathrm{hom.eq.}}F(b) or abF(a)conn.F(b)a \sim b \Leftrightarrow F(a) \sim_{\mathrm{conn.}}F(b) are further equivalence relations preserved by FF.

view this post on Zulip Sam Speight (Jan 06 2022 at 10:09):

You might find this paper interesting: http://www.tac.mta.ca/tac/volumes/1999/n11/n11.pdf

view this post on Zulip David Egolf (Jan 06 2022 at 16:46):

Morgan Rogers (he/him) said:

You can do the same for the other two examples that Joshua gave: since "homomorphically equivalent" and "connected" are preserved by any functor, abF(a)hom.eq.F(b)a \sim b \Leftrightarrow F(a) \sim_{\mathrm{hom.eq.}}F(b) or abF(a)conn.F(b)a \sim b \Leftrightarrow F(a) \sim_{\mathrm{conn.}}F(b) are further equivalence relations preserved by FF.

I suppose this procedure always works? Say pp is an equivalence relationship preserved by FF. Then let qq be the equivalence relationship defined by aqb    F(a)pF(b)a \sim_q b \iff F(a) \sim_p F(b). We want to show qq is preserved by FF.
Let's check that qq really is an equivalence relationship.

Let's check that qq is preserved by FF.
aqb    F(a)pF(b)    F(F(a))pF(F(b))a \sim_q b \implies F(a) \sim_p F(b) \implies F(F(a)) \sim_p F(F(b)), where we use the fact that pp is preserved by FF.
Then F(F(a))pF(F(b)    F(a)qF(b) F(F(a)) \sim_p F(F(b) \implies F(a) \sim_q F(b) as desired.

Sam Speight said:

You might find this paper interesting: http://www.tac.mta.ca/tac/volumes/1999/n11/n11.pdf

That is interesting, thanks for sharing it!

view this post on Zulip David Egolf (Jan 06 2022 at 17:00):

Can we get more equivalence relationships using the strategy above?
Let pp be an equivalence relationship on CC preserved by FF.
We saw above that the equivalence relationship qq defined by aqb    F(a)pF(b)a \sim _q b \iff F(a) \sim_p F(b) is also an equivalence relationship preserved by FF.
Let us call the equivalence relationship generated from pp in this way by the name F(p)F(p).

If pp is an equivalence relationship preserved by FF, then so is F(p)F(p).
This means that F(F(p))=F2(p)F(F(p)) = F^2(p) is also an equivalence relationship preserved by FF.
In general Fn(p)F^n(p) should be an equivalence relationship preserved by FF, for any positive integer nn.

Let's see what F2(p)F^2(p) is for apb    aba \sim_p b \iff a \cong b.
aF2(p)b    F(a)F(p)F(b)    F2(a)pF2(b)    F2(a)F2(b)a \sim_{F^2 (p)} b \iff F(a) \sim_{F(p)} F(b) \iff F^2(a) \sim_p F^2(b) \iff F^2(a) \cong F^2(b).
It appears that "isomorphic after two applications of FF" is another equivalence relationship on CC preserved by FF. More generally, "eventually isomorphic after enough applications of FF" should be another equivalence relationship preserved by FF.

view this post on Zulip Morgan Rogers (he/him) (Jan 06 2022 at 17:28):

You've implicitly discovered that if one has any collection of equivalence relations preserved by FF then their intersection is also preserved by FF. That lends some structure to your search ;)

view this post on Zulip Joshua Meyers (Jan 06 2022 at 17:56):

Another equivalence relation: the transitive closure of the relation f:cc,g:cc\exists f:c\to c',g:c'\to c such that either fgf\circ g or gfg\circ f is identity.

view this post on Zulip Joshua Meyers (Jan 06 2022 at 17:56):

In general, if RR is a relation preserved by FF, its transitive closure is an equivalence relation preserved by FF

view this post on Zulip Joshua Meyers (Jan 06 2022 at 17:57):

Another example: ccc\sim c' for all c,cCc,c'\in C