-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAIN.tex
103 lines (79 loc) · 2.87 KB
/
MAIN.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
\documentclass[a4paper,12pt,fleqn]{scrartcl} %Per La Stampa
\usepackage[a4paper, margin=0.5cm]{geometry}
\usepackage{amsmath}
\usepackage[subpreambles=true]{standalone}
\usepackage{commath}
\usepackage[italian,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[basic,cat]{./Math-Symbols-List/toninus-math-symbols}
\usepackage{./Latex-Theorem/theoremtemplate}
%Diagrammatic
\usepackage{tikz-cd}
\usepackage{xcolor}
\usepackage{fdsymbol}
% bulk of arrows and objects
\newcommand{\bulk}{\blacklozenge}
% such that
\newcommand{\St}{\textrm{s.t.}}
% id est
\newcommand{\ie}{\textrm{\emph{i.e.}}}
% commuting
\newcommand{\commute}{\circledequal}%\circlearrowleft
\begin{document}
\begin{abstract}
Lista di definizioni basilari dal punto del visto del nonsense.
Ricordare che la chiave per capirle è sempre "in context"! (cioè come spiega Mantovani e Atrish).
Dovrebbe essere una specie di sintesi di un corso basico di Categorie.
\end{abstract}
%------------------------------------------------------------------------------------------------
% Basic Ingredients
% Categories, Functors and Natural Transformations
%------------------------------------------------------------------------------------------------
\section{Basics}
\subsection{Categories}
\input{catdef}
\newpage
\subsection{Functors}
\input{functordef}
\input{basicfunctorclassification}
\input{functorclassification_1}
\input{functorclassification_2}
\newpage
\subsection{Natural Transformations}
\input{naturaltransfdef}
\input{naturaltransfdefcompositions}
%------------------------------------------------------------------------------------------------
% Limits
%
%------------------------------------------------------------------------------------------------
\newpage
\section{Limits}
\input{limitdef}
\input{limitbestiary}
%------------------------------------------------------------------------------------------------
% Classification of morphisms
%
%------------------------------------------------------------------------------------------------
\newpage
\section{Shades of morphisms}
\input{basicmorphismclassification}
%------------------------------------------------------------------------------------------------
% Misc
%
%------------------------------------------------------------------------------------------------
\newpage
\section{Misc}
\input{slicecatdef}
\input{kan-extension}
%------------------------------------------------------------------------------------------------
% Bibliography (BibTex)
% https://arxiv.org/hypertex/bibstyles/
%------------------------------------------------------------------------------------------------
\newpage
\cite{*}
\bibliographystyle{alpha}
\bibliography{BasicCat-biblio}
%------------------------------------------------------------------------------------------------
\end{document}