Skip to content

Commit dd35fb9

Browse files
committed
Expand category theory and module tensor product sections
Added detailed definitions and universal properties for slice, coslice, and pointed object categories in category_theory.tex, including connected categories and limits. Enhanced module.tex with explicit definitions for bimodules, base change functor, and clarified tensor product constructions. Improved localization and tensor product explanations, including natural isomorphisms and universal properties.
1 parent fb3d069 commit dd35fb9

File tree

5 files changed

+380
-130
lines changed

5 files changed

+380
-130
lines changed

associative_algebra.tex

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ \section{Algebra over Field}
366366
Let $K$ be a field and $A$ be a $K$-algebra. Then $a\in A$ is algebraic over $K$ if and only if $a$ is integral over $K$.
367367

368368

369-
\section{Commutative Algebra}
369+
\chapter{Commutative Unital Algebra}
370+
\section{Basic Properties}
370371
\begin{definition}{Commutative Algebra}{}
371372
Let $R$ be a commutative ring. A \textbf{commutative $R$-algebra} is an $R$-algebra where the multiplication is commutative. Or equivalently, a commutative $R$-algebra is a commutative ring $A$ together with a ring homomorphism $R\to A$.
372373
\end{definition}
@@ -375,7 +376,7 @@ \section{Commutative Algebra}
375376
There is a category isomorphism $R\text{-}\mathsf{CAlg}\cong \left(R/\mathsf{CRing}\right)$.
376377
\end{remark}
377378

378-
\subsection{Polynomial Algebra}
379+
\section{Polynomial Algebra}
379380
\begin{definition}{Polynomial Ring}{}
380381
Let $R$ be a commutative ring. The \textbf{polynomial ring} in $n$ variables over $R$ is the ring $R[x_1,\cdots,x_n]$ defined as the set of all formal sums $$\sum_{\alpha\in\mathbb{N}^n}a_\alpha x^\alpha$$ where $a_\alpha\in R$ satisfies $a_\alpha=0$ for all but finitely many $\alpha\in\mathbb{N}^n$ and $x^\alpha:=x_1^{\alpha_1}\cdots x_n^{\alpha_n}$ for $\alpha=(\alpha_1,\cdots,\alpha_n)\in\mathbb{N}^n$. The addition and multiplication are defined as follows: $$\sum_{\alpha\in\mathbb{N}^n}a_\alpha x^\alpha+\sum_{\alpha\in\mathbb{N}^n}b_\alpha x^\alpha=\sum_{\alpha\in\mathbb{N}^n}(a_\alpha+b_\alpha)x^\alpha$$ and $$\left(\sum_{\alpha\in\mathbb{N}^n}a_\alpha x^\alpha\right)\left(\sum_{\beta\in\mathbb{N}^n}b_\beta x^\beta\right)=\sum_{\gamma\in\mathbb{N}^n}\left(\sum_{\alpha+\beta=\gamma}a_\alpha b_\beta\right)x^\gamma.$$
381382
\end{definition}
@@ -526,7 +527,9 @@ \subsection{Polynomial Algebra}
526527
If $\deg f\le 0$
527528
\end{example}
528529

529-
\subsection{Construction}
530+
\section{Construction}
531+
532+
\subsection{Free Object}
530533

531534
\begin{definition}{Free Commutative Algebra}{free_commutative_algebra}
532535
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
@@ -558,6 +561,8 @@ \subsection{Construction}
558561
\]
559562
\end{prf}
560563

564+
\subsection{Coproduct}
565+
561566

562567

563568

0 commit comments

Comments
 (0)