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: Nucleus of a Profunctor with value in a Boolean algebra


view this post on Zulip Peva Blanchard (Feb 15 2024 at 22:38):

Hi,

I stumbled upon this article on "concepts and profunctor nuclei", with a focus on the enriched aspect of it. And also Tai-Danae Bradley's thesis.

I am considering the case of the homhom profunctor Lop×LVL^{op} \times L \rightarrow V where VV is the enriching category. Most of the examples mentioned in the articles above involve an enriching category VV that is either SetSet, or 2={0,1}2 = \{0,1\} (preorders), or the unit interval [0,1][0,1] (fuzzy stuff).

In this analogy of considering Lop×LVL^{op} \times L \rightarrow V as a matrix whose entries are "truth-values", I was wondering if anyone has studied the case where VV is the boolean algebra PN\mathcal{P}N, power set of some finite set NN. In particular, the nucleus of homhom.

view this post on Zulip Peva Blanchard (Feb 15 2024 at 22:39):

More precisely, the adjoint pairs LLL^* \dashv L_* are given by the following. For any presheaf ϕ:LopPN\phi : L^{op} \rightarrow \mathcal{P}N, and co-presheaf ψ:LPN\psi : L \rightarrow \mathcal{P}N:

Lϕ=c(L(c,_)¬ϕc)Lψ=d(L(_,d)¬ψd)\begin{align*} L^* \phi &= \bigcap_c ( L(c, \_) \cup \neg \phi c ) \\ L_* \psi &= \bigcap_d ( L(\_, d) \cup \neg \psi d ) \end{align*}

Thus the nucleus is described by the pairs (ϕ,ψ)(\phi, \psi) such that

ψd=c(L(c,d)¬ϕc)ϕc=d(L(c,d)¬ψd)\begin{align*} \psi d &= \bigcap_c ( L(c, d) \cup \neg \phi c ) \\ \phi c &= \bigcap_d ( L(c, d) \cup \neg \psi d ) \end{align*}

I don't know how to approach these equations. Maybe I could use characteristic functions and get a system of polynomial equations, and so on. But before going that road, I was wondering if someone had already done the work.

view this post on Zulip Peva Blanchard (Feb 15 2024 at 22:40):

ps: My motivation behind is the following. In social choice theory, Arrow's theorem states that, given some "nice-to-assume-to-have" properties, the only way to aggregate preferences of (a finite set of) individuals is to select the preference of a single individual, aka the dictator. This comes down to the fact that, when NN is finite, the only boolean algebra homomorphisms 2N22^N \rightarrow 2 are the projections.

More formally, each individual ii defines a total order i\leq_i over a common set of objects. Arrow studies the solutions to aggregating those orders into one order. An order being a category enriched over 22, a way to relax the problem is to consider a larger boolean algebra. The "free-est" aggregation should look like that: for each pair of objects aa and bb, we define hom(a,b)hom(a,b) as the subset of individuals ii who prefers bb over aa, i.e., aiba \leq_i b. In other words, we are enriching over PN\mathcal{P}N.