Skip to content

Commit 345535c

Browse files
committed
update
1 parent c244862 commit 345535c

File tree

7 files changed

+736
-188
lines changed

7 files changed

+736
-188
lines changed

algebraic_construction.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
\input{preamble}
1212

13-
% \includeonly{set_theory, commutative_ring, associative_algebra,field, module, vector_space, valuation_theory}
14-
%\includeonly{ring, commutative_ring, module}
13+
% \includeonly{set_theory, ring, commutative_ring, associative_algebra,field, module, vector_space, valuation_theory}
14+
%\includeonly{category_theory}
15+
%\includeonly{ring, commutative_ring, module, associative_algebra, field}
1516
%\includeonly{module}
1617
%\includeonly{topological_group}
1718
%\includeonly{set_theory,
@@ -30,6 +31,8 @@
3031

3132
\usepackage{leftindex}
3233

34+
\newcommand{\divides}{\mid}
35+
3336

3437
\newcommand{\mathcalo}{\mathchoice
3538
{\scalebox{0.7}{$\mathcal{O}$}}% Display style

associative_algebra.tex

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ \chapter{Associative Algebra}
33

44
\section{Basic Properties}
55
\begin{definition}{Associative Algebra over Commutative Ring}{}
6-
Let $R$ be a commutative ring. An \textbf{associative $R$-algebra} is a ring $A$ together with a ring homomorphism $\sigma:R\to Z(A)$, which makes $A$ an $R$-module by defining
7-
$$
8-
r\cdot a=\sigma(r)a
9-
$$
10-
for all $r\in R$ and $a\in A$. \\
11-
We can check that
12-
\[
13-
r\cdot (ab)=\sigma(r)ab=(r\cdot a)b=\sigma(r)ab=a\left(\sigma(r)b\right) =a(r\cdot b),
14-
\]
15-
which justifies the naming ``associative".
6+
Let $R$ be a commutative ring. An \textbf{associative $R$-algebra} is a ring $A$ together with a ring homomorphism $\varphi:R\to Z(A)$, which makes $A$ an $R$-module by defining the scalar multiplication as
7+
\begin{align*}
8+
R\times A &\longrightarrow A\\
9+
(r,a) &\longmapsto r\cdot a:=\varphi(r)a.
10+
\end{align*}
11+
$\varphi:R\to Z(A)$ is called the \textbf{structure homomorphism} of $A$.
1612
\end{definition}
13+
\begin{remark}
14+
We can check that
15+
\[
16+
r\cdot (ab)=\sigma(r)ab=(r\cdot a)b=\sigma(r)ab=a\left(\sigma(r)b\right) =a(r\cdot b),
17+
\]
18+
which justifies the naming ``associative".
19+
\end{remark}
1720

1821
We usually call associative $R$-algebra as $R$-algebra for short.
1922

@@ -88,7 +91,7 @@ \subsection{Graded Object}
8891

8992

9093

91-
\section{Tensor Algebra}
94+
\subsection{Tensor Algebra}
9295
\begin{definition}{Tensor Algebra $T^{\bullet}(M)$}{}
9396
Given a $R$-module $M$, the \textbf{$k$-th tensor power of $M$} is defined as
9497
\begin{align*}
@@ -128,7 +131,7 @@ \section{Tensor Algebra}
128131
\end{proposition}
129132

130133

131-
\section{Exterior Algebra and Symmetric Algebra}
134+
\subsection{Exterior Algebra and Symmetric Algebra}
132135
\begin{definition}{Exterior Algebra $\Largewedge^{\bullet} (M)$}{}
133136
Given an $R$-module $M$,
134137
\begin{align*}
@@ -184,7 +187,38 @@ \section{Exterior Algebra and Symmetric Algebra}
184187
Moreover, we have $\Largewedge^{m}(M)=0$ for all $m>n$.
185188
\end{enumerate}
186189
\end{proposition}
190+
\section{Integral Element}
191+
192+
\begin{definition}{Integral Element}{}
193+
Let $R$ be a commutative ring and $A$ be an $R$-algebra with structure homomorphism $\varphi:R\to Z(A)$. An element $x\in A$ is called \textbf{integral} over $R$ if there exists a monic polynomial $f\in R[T]$ such that $\leftindex^{\varphi}\!f(x)=0$.
194+
\end{definition}
195+
196+
197+
\begin{definition}{Generated Subalgebra}{generated_subalgebra}
198+
Let $R$ be a commutative ring and $A$ be an $R$-algebra. By the universal property of $R\langle T\rangle$, there exists a unique $R$-algebra homomorphism $\psi:R\langle T\rangle\to A$ such that
199+
$\psi(T)=x$.
200+
\begin{center}
201+
\begin{tikzcd}[ampersand replacement=\&]
202+
R\langle T\rangle\arrow[r, dashed, "\exists !\,\psi"] \& A\\[0.3cm]
203+
\{T\}\arrow[u, "\iota"] \arrow[ru, "\mathrm{const}_x"'] \&
204+
\end{tikzcd}
205+
\end{center}
206+
The \textbf{$R$-subalgebra of $A$ generated by $x$} is defined as
207+
\[
208+
R[x]:=\psi\left(R\langle T\rangle\right)=\left\{\sum_{k=0}^n r_k x^k \in A\;\middle|\; r_k\in R\right\}.
209+
\]
210+
\end{definition}
211+
212+
\begin{proposition}{Equivalent Definition of Integral Element}{equivalent_definition_of_integral_element}
213+
Let $R$ be a commutative ring and $A$ be an $R$-algebra. Let $R[x]$ be the \hyperref[th:generated_subalgebra]{$R$-subalgebra of $A$ generated by $x$}. Then $A$ is an $R[x]$-module. And the following statements are equivalent:
214+
\begin{enumerate}[(i)]
215+
\item $x$ is integral over $R$.
216+
\item $R[x]$ is a finitely generated $R$-module.
217+
\item There exists a faithful $R[x]$-submodule of $A$ that is finitely generated as an $R$-module and contains $x$.
218+
\end{enumerate}
219+
\end{proposition}
187220

221+
\
188222

189223
\section{Determinant and Trace}
190224

category_theory.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,7 @@ \section{Kan Extension}
41974197

41984198

41994199
\section{Monoidal Category}
4200-
\begin{definition}{Monoidal Category}{}
4200+
\begin{definition}{Monoidal Category}{monoidal_category}
42014201
A monoidal category is a category $\mathsf{V}$ equipped with
42024202
\begin{enumerate}[(i)]
42034203
\item Tensor product: a functor $\otimes:\mathsf{V}\times\mathsf{V}\to\mathsf{V}$.
@@ -4221,7 +4221,7 @@ \section{Monoidal Category}
42214221
\item Unit object: an object $1\in \mathrm{Ob}(\mathsf{V})$
42224222
\item An isomorphism in $\mathsf{V}$: $\iota:1\otimes 1\to 1$
42234223
\end{enumerate}
4224-
such that the following two condition holds
4224+
such that the following two conditions holds
42254225
\begin{enumerate}[(i)]
42264226
\item The pentagon axiom: the following diagram commutes
42274227
\[
@@ -4276,7 +4276,7 @@ \section{Monoidal Category}
42764276
\end{definition}
42774277

42784278

4279-
\begin{definition}{Symmetric Monoidal Category}{}
4279+
\begin{definition}{Symmetric Monoidal Category}{symmetric_monoidal_category}
42804280
A \textbf{symmetric monoidal category} is a braided monoidal category $\mathsf{V}$ satisfying the following condition:
42814281
\[
42824282
B_{Y,X}\circ B_{X,Y}=\mathrm{id}_{X\otimes Y}.

0 commit comments

Comments
 (0)