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
Copy file name to clipboardExpand all lines: associative_algebra.tex
+46-12Lines changed: 46 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@ \chapter{Associative Algebra}
3
3
4
4
\section{Basic Properties}
5
5
\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
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$.
@@ -184,7 +187,38 @@ \section{Exterior Algebra and Symmetric Algebra}
184
187
Moreover, we have $\Largewedge^{m}(M)=0$ for all $m>n$.
185
188
\end{enumerate}
186
189
\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$.
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
\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$.
0 commit comments