-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlimitset.tex
46 lines (32 loc) · 1.1 KB
/
limitset.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
%% A tentative, eye-catchy, one-page definition of category (I would like to replicate the page frome my handwritten notes.
\documentclass[preview]{standalone}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage[italian,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[basic,cat]{./Math-Symbols-List/toninus-math-symbols}
\usepackage{./Latex-Theorem/theoremtemplate}
\usepackage{./visualcat}
\usepackage{pdflscape}
\begin{document}
%
The best way to understand what is a limiti is through examples on a "model" categoty. The prototypical complete and co-complete category is $\cat[Set]$
\begin{minipage}[t]{0.5\textwidth}
\begin{example}[]
Set has terminal object:
\end{example}
\end{minipage}
\vrule{}
\begin{minipage}[t]{0.5\textwidth}
\begin{example}[Initial Object]
Is a colimit on the on the empty diagram .\\
$\textcolor{red}{I\in \Obj(\cat)} \St
\textcolor{blue}{\forall X \in \Obj (\cat)}
\textcolor{orange}{\exists! I\rightarrow X}$\\
\begin{tikzcd}
\textcolor{red}{I} \ar[d,orange,"\exists!"'] \\
\textcolor{blue}{X}
\end{tikzcd}
\end{example}
\end{minipage}
\end{document}