You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: associative_algebra.tex
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,8 @@ \section{Algebra over Field}
366
366
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$.
367
367
368
368
369
-
\section{Commutative Algebra}
369
+
\chapter{Commutative Unital Algebra}
370
+
\section{Basic Properties}
370
371
\begin{definition}{Commutative Algebra}{}
371
372
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$.
372
373
\end{definition}
@@ -375,7 +376,7 @@ \section{Commutative Algebra}
375
376
There is a category isomorphism $R\text{-}\mathsf{CAlg}\cong\left(R/\mathsf{CRing}\right)$.
376
377
\end{remark}
377
378
378
-
\subsection{Polynomial Algebra}
379
+
\section{Polynomial Algebra}
379
380
\begin{definition}{Polynomial Ring}{}
380
381
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.$$
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
0 commit comments