This commit is contained in:
partowp 2026-05-21 13:55:20 +01:00
parent cb38aab263
commit 3d98204684

View File

@ -2194,13 +2194,28 @@ For every relation $r\rto X\to Y$ $\emre r=\subseteq\;\emre r=\emre r\;\subseteq
Barr relator is a generalization of the Egli-Milner relator, where the functor is generalized.
\begin{definition}
\begin{definition}[Barr relator]
A relator over a functor $F$ is a Barr relator, shown by $\bar{F}$, iff for a relation $r\c X\rto Y$, and a span $(\pi_1\c A\to X,\pi_2\c A\to Y)$ that $r=\pi_2\comp\pi_1^\op$ we have:
\begin{gather*}
\bar{F}r=F\pi_2\comp(F\pi_1)^\op
\end{gather*}
\end{definition}
\begin{prop}
For every set-functor $F$, the barr relator $\bar{F}$ is symmetric.
\end{prop}
\begin{proof}
Assuming that for a span $(\pi_1\c A\to X,\pi_2\c A\to Y)$ we have $r=\pi_2\comp\pi_1^\op$, then we have:
\begin{align*}
\hat{\bar{F}}r&\\
=&\bar{F}r\cap(\bar{F}r^\op)^\op\\
=&\bar{F}(\pi_2\comp\pi_1^\op)\cap(\bar{F}(\pi_2\comp\pi_1^\op)^\op)^\op\\
=&\bar{F}(\pi_2\comp\pi_1^\op)\cap(\bar{F}(\pi_1\comp\pi_2^\op))^\op\\
=&F\pi_2\comp(F\pi_1)^\op\cap(F\pi_1\comp (F\pi_2)^\op)^\op\\
=&F\pi_2\comp(F\pi_1)^\op\cap F\pi_2\comp (F\pi_1)^\op\\
=&F\pi_2\comp(F\pi_1)^\op\\
=&\bar{F}r
\end{align*}
\end{proof}
\begin{prop}
$\hat{L}$ is a Barr relator.
\end{prop}