Skip to content

Commit 3eb39da

Browse files
committed
Update Ramification Theory
1 parent 5274fd6 commit 3eb39da

File tree

3 files changed

+265
-22
lines changed

3 files changed

+265
-22
lines changed

category_theory.tex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,20 @@ \section{Category}
213213
\end{itemize}
214214
\end{definition}
215215

216+
\begin{definition}{Initial Object}{}
217+
Let $\mathsf{C}$ be a category. An object $c\in \mathrm{Ob}(\mathsf{C})$ is called an \textbf{initial object} if for any object $X\in \mathrm{Ob}(\mathsf{C})$, there exists a unique morphism $c\to X$, or equivalently, $\mathrm{Hom}_{\mathsf{C}}(c,X)$ is a singleton set.
218+
\end{definition}
219+
220+
\begin{definition}{Terminal Object}{}
221+
Let $\mathsf{C}$ be a category. An object $c\in \mathrm{Ob}(\mathsf{C})$ is called a \textbf{terminal object} if for any object $X\in \mathrm{Ob}(\mathsf{C})$, there exists a unique morphism $X\to c$, or equivalently, $\mathrm{Hom}_{\mathsf{C}}(X,c)$ is a singleton set.
222+
\end{definition}
223+
224+
\begin{proposition}{}{}
225+
Let $\mathsf{C}$ be a category. If $c\in \mathrm{Ob}(\mathsf{C})$ is an initial (or terminal) object then any object isomorphic to $c$ is also an initial (or terminal) object.
226+
\end{proposition}
227+
\begin{prf}
228+
Suppose $c\in \mathrm{Ob}(\mathsf{C})$ is an initial object and $c'\in \mathrm{Ob}(\mathsf{C})$ is isomorphic to $c$. Then there exists an isomorphism $f:c\to c'$. For any object $X\in \mathrm{Ob}(\mathsf{C})$, there exists a unique morphism $g:c\to X$. Hence there exists a morphism $c'\to X$ given by $g\circ f^{-1}$. We assert $\mathrm{Hom}_{\mathsf{C}}(c',X)=g\circ f^{-1}$. If there exists a morphism $h:c'\to X$, then $h\circ f:c\to X$ is morphism. $\mathrm{Hom}_{\mathsf{C}}(c,X)=g$ forces $h\circ f=g$, which implies $h=g\circ f^{-1}$. Hence $c'$ is an initial object. The proof for terminal object is similar.
229+
\end{prf}
216230

217231

218232
\begin{definition}{Zero Object}{}

0 commit comments

Comments
 (0)