Skip to content

Commit 5274fd6

Browse files
committed
update commutative algebra
1 parent 5b49292 commit 5274fd6

File tree

5 files changed

+669
-59
lines changed

5 files changed

+669
-59
lines changed

algebraic_construction.tex

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010

1111
\input{preamble}
1212

13-
14-
%\includeonly{category_theory}
13+
% \includeonly{set_theory, commutative_ring, associative_algebra,field, module, vector_space, valuation_theory}
14+
%\includeonly{ring, commutative_ring, module}
1515
%\includeonly{module}
1616
%\includeonly{topological_group}
17-
%\includeonly{commutative_ring}
17+
%\includeonly{set_theory,
18+
% group,topological_group,ring, commutative_ring,associative_algebra}
1819

1920

2021
\usepackage[page,toc,titletoc,title]{appendix}
@@ -27,6 +28,17 @@
2728
\usepackage{bbm}
2829
\usepackage{graphicx}
2930

31+
\usepackage{leftindex}
32+
33+
34+
\newcommand{\mathcalo}{\mathchoice
35+
{\scalebox{0.7}{$\mathcal{O}$}}% Display style
36+
{\scalebox{0.7}{$\mathcal{O}$}}% Text style
37+
{\scalebox{0.44}{$\mathcal{O}$}}% Script style
38+
{\scalebox{0.3}{$\mathcal{O}$}}% Script script style
39+
}
40+
% \newcommand{\mathcalo}{\scalebox{0.7}{$\mathcal{O}$}}
41+
3042
\newcommand{\poscell}[1]{\cellcolor{green!22}#1}
3143
\newcommand{\negcell}[1]{\cellcolor{red!20}#1}
3244

@@ -62,7 +74,7 @@
6274
\definecolor{arrowBlue}{RGB}{66, 135, 245}
6375
\definecolor{arrowRed}{RGB}{245, 93, 66}
6476

65-
\usetikzlibrary{cd, decorations.pathmorphing, nfold}
77+
\usetikzlibrary{cd, decorations.pathmorphing, nfold, fit}
6678
\tikzcdset{
6779
diagrams={/tikz/double/.append style=/tikz/nfold},
6880
}
@@ -159,20 +171,20 @@
159171
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160172
\begin{document}
161173
\begin{titlepage}
162-
\begin{center}
163-
~\\
164-
\vspace{6em}
165-
{\fontsize{34}{48}\selectfont\textsc{Algebraic Construction}}
166-
~\\
167-
\vspace{2.5em}
168-
{\Large }
169-
~\\
170-
\vspace{6em}
171-
\textsf{\Large Huyi Chen}
172-
~\\
173-
\vspace{5in}
174-
{\large Latest Update: \today}
175-
\end{center}
174+
\begin{center}
175+
~\\
176+
\vspace{6em}
177+
{\fontsize{34}{48}\selectfont\textsc{Algebraic Construction}}
178+
~\\
179+
\vspace{2.5em}
180+
{\Large }
181+
~\\
182+
\vspace{6em}
183+
\textsf{\Large Huyi Chen}
184+
~\\
185+
\vspace{5in}
186+
{\large Latest Update: \today}
187+
\end{center}
176188
\end{titlepage}
177189

178190
\makeatletter
@@ -182,11 +194,11 @@
182194
\def\MT_rightarrow_fill:{%
183195
\arrowfill@\relbar\relbar\rightarrow}
184196
\newcommand{\xrightleftarrows}[2][]{\mathrel{%
185-
\raise.55ex\hbox{%
186-
$\ext@arrow 0359\MT_rightarrow_fill:{\phantom{#1}}{#2}$}%
187-
\setbox0=\hbox{%
188-
$\ext@arrow 3095\MT_leftarrow_fill:{#1}{\phantom{#2}}$}%
189-
\kern-\wd0 \lower.55ex\box0}}
197+
\raise.55ex\hbox{%
198+
$\ext@arrow 0359\MT_rightarrow_fill:{\phantom{#1}}{#2}$}%
199+
\setbox0=\hbox{%
200+
$\ext@arrow 3095\MT_leftarrow_fill:{#1}{\phantom{#2}}$}%
201+
\kern-\wd0 \lower.55ex\box0}}
190202
\MHInternalSyntaxOff
191203
\makeatother
192204

@@ -206,34 +218,34 @@ \chapter*{Notation Conventions}
206218

207219
In this book, we use the following notation conventions:
208220
\begin{itemize}
209-
\item $\mathbb{N}$: the set of natural numbers $\{0,1,2,\cdots\}$.
221+
\item $\mathbb{N}$: the set of natural numbers $\{0,1,2,\cdots\}$.
210222
\end{itemize}
211223
We use sans-serif font for categories. Some common categories are
212224
\begin{itemize}
213-
\item $\mathsf{FinSet}$: the category of finite sets.
214-
\item $\mathsf{Set}$: the category of sets.
215-
\item $\mathsf{Mon}$: the category of monoids.
216-
\item $\mathsf{Grp}$: the category of groups.
217-
\item $\mathsf{Ab}$: the category of abelian groups.
218-
\item $\mathsf{Ring}$: the category of rings.
219-
\item $\mathsf{CRing}$: the category of commutative rings.
220-
\item $\mathsf{Field}$: the category of fields.
221-
\item $R\text{-}\mathsf{Mod}$: the category of left $R$-modules, where $R\in \mathrm{Ob}\left(\mathsf{Ring}\right)$.
222-
\item $K\text{-}\mathsf{Vect}$: the category of $K$-vector spaces, where $K\in \mathrm{Ob}\left(\mathsf{Field}\right)$.
223-
\item $R\text{-}\mathsf{Alg}$: the category of associative $R$-algebras, where $R\in \mathrm{Ob}\left(\mathsf{CRing}\right)$.
224-
\item $R\text{-}\mathsf{CAlg}$: the category of commutative $R$-algebras, where $R\in \mathrm{Ob}\left(\mathsf{CRing}\right)$.
225-
\item $\mathsf{Top}$: the category of topological spaces.
225+
\item $\mathsf{FinSet}$: the category of finite sets.
226+
\item $\mathsf{Set}$: the category of sets.
227+
\item $\mathsf{Mon}$: the category of monoids.
228+
\item $\mathsf{Grp}$: the category of groups.
229+
\item $\mathsf{Ab}$: the category of abelian groups.
230+
\item $\mathsf{Ring}$: the category of rings.
231+
\item $\mathsf{CRing}$: the category of commutative rings.
232+
\item $\mathsf{Field}$: the category of fields.
233+
\item $R\text{-}\mathsf{Mod}$: the category of left $R$-modules, where $R\in \mathrm{Ob}\left(\mathsf{Ring}\right)$.
234+
\item $K\text{-}\mathsf{Vect}$: the category of $K$-vector spaces, where $K\in \mathrm{Ob}\left(\mathsf{Field}\right)$.
235+
\item $R\text{-}\mathsf{Alg}$: the category of associative $R$-algebras, where $R\in \mathrm{Ob}\left(\mathsf{CRing}\right)$.
236+
\item $R\text{-}\mathsf{CAlg}$: the category of commutative $R$-algebras, where $R\in \mathrm{Ob}\left(\mathsf{CRing}\right)$.
237+
\item $\mathsf{Top}$: the category of topological spaces.
226238
\end{itemize}
227239

228240

229241
\include{set_theory}
230242
\include{category_theory}
231243
\include{group}
232-
\include{topological_group}
233244
\include{ring}
234245
\include{commutative_ring}
235246
\include{module}
236247
\include{associative_algebra}
248+
\include{vector_space}
237249
\include{field}
238250
\include{valuation_theory}
239251
\include{number_theory}

associative_algebra.tex

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ \section{Commutative Algebra}
235235

236236
\subsection{Construction}
237237

238-
\begin{definition}{Free Commutative Algebra}{}
238+
\begin{definition}{Free Commutative Algebra}{free_commutative_algebra}
239239
Let $X$ be a set and $R$ be a commutative ring. The \textbf{free commutative $R$-algebra} on $X$, denoted by $\mathrm{Free}_{R\text{-}\mathsf{CAlg}}(X)$, together with a map $\iota:X\to \mathrm{Free}_{R\text{-}\mathsf{CAlg}}(X)$, is defined by the following universal property: for any commutative $R$-algebra $A$ and any map $f:X\to A$, there exists a unique homomorphism $\widetilde{f}:\mathrm{Free}_{R\text{-}\mathsf{CAlg}}(X)\to A$ such that the following diagram commutes
240240
\begin{center}
241241
\begin{tikzcd}[ampersand replacement=\&]
@@ -244,6 +244,27 @@ \subsection{Construction}
244244
\end{tikzcd}
245245
\end{center}
246246
The free commutative $R$-algebra $\mathrm{Free}_{R\text{-}\mathsf{CAlg}}(X)$ can be contructed as the polynomial algebra $R[X]$.
247+
248+
And we can define a functor
249+
\[
250+
\begin{tikzcd}[ampersand replacement=\&]
251+
\mathsf{CRing}\&[-25pt]\&[+10pt]\&[-30pt] \mathsf{CRing}\&[-30pt]\&[-30pt] \\ [-15pt]
252+
R \arrow[dd, "\varphi"{name=L, left}]
253+
\&[-25pt] \& [+10pt]
254+
\& [-30pt] R[X]\arrow[dd, "{{}^{\varphi}\!(-)}"{name=R}] \&[-20pt]\ni\& [+10pt]f(X)=\sum\limits_{\beta} a_\beta x^\beta \arrow[dd, mapsto, ""{name=L, right}]
255+
\\ [-10pt]
256+
\& \phantom{.}\arrow[r, "{\mathrm{Free}_{\bullet\text{-}\mathsf{CAlg}}(X)}", squigarrow]\&\phantom{.} \& \\[-10pt]
257+
S\& \& \& S[X]\&[-0pt]\ni\& ~^\varphi\!f(X)=\sum\limits_{\beta} \varphi(a_\beta) x^\beta
258+
\end{tikzcd}
259+
\]
247260
\end{definition}
261+
\begin{prf}
262+
We can check that $\mathrm{Free}_{\bullet\text{-}\mathsf{CAlg}}(X)$ is a functor
263+
\[
264+
\leftindex^{\psi\circ \varphi}f(X)=\sum\limits_{\beta} (\psi\circ \varphi)(a_\beta) x^\beta=\sum\limits_{\beta} \psi(\varphi(a_\beta)) x^\beta=\leftindex^\psi(\leftindex^\varphi f)(X).
265+
\]
266+
\end{prf}
267+
268+
248269

249270

0 commit comments

Comments
 (0)