this repo has no description

Whitespace

+17 -17
+17 -17
nodes/rx-gph-constructions.tex
··· 198 198 \begin{definition}[Opposite reflexive graph]\label[definition]{def:op-rx-gph} 199 199 We define the \DefEmph{opposite} of a reflexive graph $\gA$ as follows: 200 200 \begin{align*} 201 - \vrt{\gA\Op} 202 - &:\equiv 201 + \vrt{\gA\Op} 202 + &:\equiv 203 203 \vrt{\gA} 204 - \\ 205 - x \Edge{\gA\Op} y 206 - &:\equiv 204 + \\ 205 + x \Edge{\gA\Op} y 206 + &:\equiv 207 207 y\Edge{\gA} x 208 - \\ 208 + \\ 209 209 \Rx{\gA\Op}{x} 210 - &:\equiv 210 + &:\equiv 211 211 \Rx{\gA}{x} 212 212 \end{align*} 213 213 \end{definition} ··· 220 220 \begin{definition}[Total opposite of a displayed reflexive graph]\label[definition]{def:tot-op-disp-rx-gph} 221 221 Let $\gA$ be a reflexive graph, and let $\gB$ be a displayed reflexive graph over $\gA$. We define the \DefEmph{total opposite} $\gB\TotOp$ of $\gB$ to be the following displayed reflexive graph over $\gA\Op$: 222 222 \begin{align*} 223 - \vrt{\gB\TotOp}\prn{x} 224 - &:\equiv 223 + \vrt{\gB\TotOp}\prn{x} 224 + &:\equiv 225 225 \vrt{\gB}\prn{x} 226 226 \\ 227 - u \Edge{\gB\TotOp}[p] v 228 - &:\equiv 227 + u \Edge{\gB\TotOp}[p] v 228 + &:\equiv 229 229 v\Edge{\gB}[p]u 230 - \\ 231 - \DRx{\gB\TotOp}{x}{u} 232 - &:\equiv 230 + \\ 231 + \DRx{\gB\TotOp}{x}{u} 232 + &:\equiv 233 233 \DRx{\gB}{x}{u} 234 234 \end{align*} 235 235 \end{definition} 236 236 237 - Note that \cref{def:tot-op-disp-rx-gph} does not define the actual ``opposite'' of a displayed reflexive graph $\gB$, which would naturally have the same base as $\gB$; opposites of arbitrary displayed reflexive graphs do not make sense (for the same reason that B\'enabou's definition of opposites applies only to displayed categories that are additionally fibrations). 238 - 237 + Note that \cref{def:tot-op-disp-rx-gph} does not define the actual ``opposite'' of a displayed reflexive graph $\gB$, which would naturally have the same base as $\gB$; opposites of arbitrary displayed reflexive graphs do not make sense (for the same reason that B\'enabou's definition of opposites applies only to displayed categories that are additionally fibrations). 238 + 239 239 \cref{obs:op-rx-gph-involution} extends to the following duality involution on displayed reflexive graphs vs \cref{def:tot-op-disp-rx-gph}. 240 240 241 241 \begin{observation}[Duality involution for displayed reflexive graphs]\label[observation]{def:disp-rx-gph-duality} 242 242 The operation sending a displayed reflexive graph to its total opposite is definitionally involutive, \ie we have $\prn{\gB\TotOp}\TotOp \equiv \gB$. 243 243 \end{observation} 244 - 244 + 245 245 \end{xsect}