-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
87 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
\import{tt-macros} | ||
% clifford hopf spin tt math draft | ||
\tag{tt} | ||
|
||
% definition theorem lemma construction observation | ||
% convention corollary axiom example exercise proof | ||
% discussion remark notation | ||
\refdeft{identity functor}{3.1, example 1}{kostecki2011introduction}{ | ||
\p{ | ||
The \newvocab{identity functor} #{\id_{\C}: \C \to \C} (denoted also by #{ 1_{\C}: \C \to \C}), defined by #{\id_{\C}(X)=X} and #{\id_{\C}(f)=f} for every #{X \in \Ob(\C)} and every #{f \in \Arr(\C)}. | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
\import{tt-macros} | ||
% clifford hopf spin tt math draft | ||
\tag{tt} | ||
|
||
% definition theorem lemma construction observation | ||
% convention corollary axiom example exercise proof | ||
% discussion remark notation | ||
\refdeft{constant functor}{3.1, example 2}{kostecki2011introduction}{ | ||
\p{ | ||
The \newvocab{constant functor} #{\Delta_O: \C \to \D} which assigns a fixed #{O \in \mathrm{Ob}(\D)} to any object of #{\C} and #{\id_O}, the identity arrow on #{O}, to any arrows from #{\C} : | ||
|
||
\tikz{ | ||
\begin{tikzcd} | ||
X &&&& O \\ | ||
& {} && {} \\ | ||
Y &&&& O \\ | ||
\C &&&& \D | ||
\arrow["f"', from=1-1, to=3-1] | ||
\arrow["{\id_O}", from=1-5, to=3-5] | ||
\arrow["{\Delta_O}", Rightarrow, maps to, from=2-2, to=2-4] | ||
\arrow["{\Delta_O}", Rightarrow, from=4-1, to=4-5] | ||
\end{tikzcd} | ||
} | ||
|
||
with compositions and identities preserved in a trivial way.} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\import{tt-macros} | ||
% clifford hopf spin tt math draft | ||
\tag{tt} | ||
|
||
% definition theorem lemma construction observation | ||
% convention corollary axiom example exercise proof | ||
% discussion remark notation | ||
\refdeft{forgetful functor}{3.1, example 3}{kostecki2011introduction}{ | ||
\p{The \newvocab{forgetful functor}, which \em{forgets} some part of structure, however arrows, compositions and identities are preserved. | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\import{tt-macros} | ||
% clifford hopf spin tt math draft | ||
\tag{tt} | ||
|
||
% definition theorem lemma construction observation | ||
% convention corollary axiom example exercise proof | ||
% discussion remark notation | ||
\refdeft{inclusion functor}{3.1, example 4}{kostecki2011introduction}{ | ||
\p{ | ||
Let #{\C} be a \vocabk{subcategory}{tt-002Y} of #{\D}. The \newvocab{inclusion functor}, denoted #{\hookrightarrow}, sends objects and arrows of #{\D} into themselves in category #{\D}.} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
\import{tt-macros} | ||
% clifford hopf spin tt math draft | ||
\tag{tt} | ||
|
||
% definition theorem lemma construction observation | ||
% convention corollary axiom example exercise proof | ||
% discussion remark notation | ||
\refdeft{diagonal functor}{3.1, example 6}{kostecki2011introduction}{ | ||
\p{ | ||
The \newvocab{diagonal functor} #{\Delta: \C \to \C \times \C, \Delta(X)=(X, X)} and #{\Delta(f)=(f, f)} for #{f: X \to X^{\prime}}. | ||
} | ||
} |