File:RightKanExtension.svg

Summary

Description
English: The right Kan extension R of X along F.
Date
Source Own work
Author SemperVinco
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with LaTeX.
Category:Valid SVG created with LaTeX#RightKanExtension.svg

Licensing

SemperVinco, the copyright holder of this work, hereby publishes it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#RightKanExtension.svg
Category:Self-published work

Source code

The logo of LaTeX – document markup language
The logo of LaTeX – document markup language
This media was created with LaTeX (document markup language)Category:Images with LaTeX source code
Here is a listing of the source used to create this file.

Deutsch  English  +/−

\documentclass[tikz]{standalone}
\usetikzlibrary{arrows, cd}

\begin{document}

\begin{tikzcd}
	& \mathbf{B} \ar[dr,dashed,"R"] \ar[d,Rightarrow,"\epsilon",shorten=5pt] & \\
	\mathbf{A} \ar[ur,"F"] \ar[rr,"X"'] & {} & \mathbf{C}
\end{tikzcd}

\begin{tikzcd}
	& RF \ar[dl,"\epsilon"'] & \\
	X & & MF \ar[ll,"\mu"] \ar[ul,dashed,"\delta_F"']
\end{tikzcd}

\begin{tikzcd}
	& \mathbf{B} \ar[dr,dashed,"L"] & \\
	\mathbf{A} \ar[ur,"F"] \ar[rr,"X"'] & {} \ar[u,Rightarrow,"\eta"', shorten=5pt] & \mathbf{C}
\end{tikzcd}

\begin{tikzcd}
	& LF \ar[dr,dashed,"\sigma_F"] & \\
	X \ar[ur,"\eta"] \ar[rr,"\alpha"'] & & MF
\end{tikzcd}

\end{document}
Category:SVG commutative diagrams
Category:CC-Zero Category:Images with LaTeX source code Category:SVG commutative diagrams Category:Self-published work Category:Valid SVG created with LaTeX