Skip to content

Commit c671bc9

Browse files
committed
Expand algebraic and tensor product content in notes
Added detailed explanations and new propositions on tensor products, algebraic elements, minimal polynomials, and coproducts in commutative algebra and field theory. Improved definitions and universal properties, clarified relationships between irreducible and prime elements in PIDs, and expanded the treatment of normal extensions and splitting fields. Various minor corrections and enhancements to mathematical rigor and cross-referencing were also made.
1 parent b233783 commit c671bc9

File tree

8 files changed

+759
-440
lines changed

8 files changed

+759
-440
lines changed

algebraic_construction.tex

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\documentclass{report}
22

3+
34
% \usepackage[extract=python]{memoize}
45
% \mmzset{%
56
% prefix=memos/,
@@ -11,17 +12,9 @@
1112
\input{preamble}
1213

1314

14-
\usepackage[page,toc,titletoc,title]{appendix}
15-
\usepackage{chemfig}
16-
\usepackage{relsize}
17-
\usepackage{multirow}
18-
\usepackage{colortbl}
19-
\usepackage{mathrsfs}
20-
\usepackage{stmaryrd}
21-
\usepackage{bbm}
22-
\usepackage{graphicx}
2315

24-
\usepackage{leftindex}
16+
% make index
17+
\makeindex[columns=2, title=Index, intoc]
2518

2619
\newcommand{\divides}{\mid}
2720

@@ -161,6 +154,8 @@
161154
\csname qendmydef\endcsname
162155
}
163156

157+
158+
164159
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
165160
% Start document
166161
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -250,6 +245,8 @@ \chapter*{Notation Conventions}
250245

251246
\include{appendices}
252247

248+
\printindex
249+
253250
% \begin{Theorem}{Title}{label}
254251
% This is the statement of the theorem.
255252
% \end{Theorem}

associative_algebra.tex

Lines changed: 213 additions & 8 deletions
Large diffs are not rendered by default.

category_theory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,7 @@ \subsection{Fibered Product and Fibered Coproduct}
35373537

35383538
\end{example}
35393539

3540-
\begin{proposition}{}{}
3540+
\begin{proposition}{Diagonal Base Change for Fibered Products}{diagonal_base_change_fibered_product}
35413541
Let $\mathsf{C}$ be a category which admits fibered products. Let $\sigma: S\to T$, $f: X\to S$, and $g:Y\to S$ be morphisms in $\mathsf{C}$. Then there is an isomorphism
35423542
\[
35433543
X \times_{S} Y \cong \left(X \times_{T} Y\right) \times_{(S \times_{T} S)} S.

commutative_ring.tex

Lines changed: 53 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ \subsection{Prime Elements}
318318
\end{definition}
319319

320320

321-
\begin{proposition}{}{}
321+
\begin{proposition}{}{divisibility_ideal_characterization}
322322
Let $R$ be a commutative ring.
323323
\begin{enumerate}[(i)]
324-
\item $a \mid b\iff(b) \subseteq (a)$.
324+
\item $a \divides b\iff(b) \subseteq (a)$.
325325
\item $u\in R^\times \iff (u) = R \iff \forall r\in R,\,u\mid r$.
326326
\end{enumerate}
327327
\end{proposition}
@@ -337,7 +337,7 @@ \subsection{Prime Elements}
337337

338338

339339

340-
\begin{proposition}{Prime Element and Prime Ideal}{equivalent_characterization_of_prime_element}
340+
\begin{proposition}{Prime Element and Nonzero Prime Ideal}{equivalent_characterization_of_prime_element}
341341
Suppose $R$ is a commutative ring and $a\in R$. Then
342342
\[
343343
a\text{ is prime }\iff (a)\text{ is a nonzero prime ideal}.
@@ -433,14 +433,28 @@ \section{Integral Domain}
433433

434434
Associatedness can also be described in terms of the action of $R^\times$ on $R$ via multiplication: two elements of $R$ are associates if they are in the same $R^\times$-orbit.
435435
\begin{definition}{Irreducible Element}{}
436-
Let $R$ be an integral domain. An element $a\in R$ is called \textbf{irreducible} if
436+
Let $R$ be an integral domain. An non-zero element $a\in R$ is called \textbf{irreducible} if
437437
\begin{enumerate}[(i)]
438438
\item $a\notin R^\times$, i.e. $a$ is not a unit.
439439
\item $a=bc\implies b\in R^\times\text{ or }c\in R^\times$.
440440
\end{enumerate}
441441
\end{definition}
442442

443443
0 is never an irreducible element.
444+
445+
\begin{proposition}{Dividing Irreducible Element in PID Implies Associate or Unit}{dividing_irreducible_element_in_PID_implies_associate_or_unit}
446+
Let $R$ be an integral domain and $f,g\in R$. If $f$ is irreducible and $f \in (g)$, then one of the following holds:
447+
\begin{enumerate}[(i)]
448+
\item $g \in R^\times$, i.e. $(g) = R$.
449+
\item $g$ is an associate of $f$, i.e. $(g) = (f)$.
450+
\end{enumerate}
451+
\end{proposition}
452+
\begin{prf}
453+
Since $f \in (g)$, there exists $h \in R$ such that $f = gh$. Since $f$ is irreducible, we have $g \in R^\times$ or $h \in R^\times$. If $g \in R^\times$, then $(g) = R$. If $h \in R^\times$, then $g$ is an associate of $f$ and $(g) = (f)$.
454+
\end{prf}
455+
456+
457+
444458
\begin{proposition}{Prime Element $\implies$ Irreducible Element in Integral Domain}{prime_element_implies_irreducible_element_in_integral_domain}
445459
Let $R$ be an integral domain. Then every prime element in $R$ is irreducible.
446460
\end{proposition}
@@ -505,16 +519,30 @@ \section{Principal Ideal Domain}
505519

506520

507521
\begin{proposition}{Nonzero Prime Ideal $\iff$ Maximal Ideal in PID}{nonzero_prime_ideal_iff_maximal_ideal_in_PID}
508-
Let $R$ be a PID and $(p)$ be any nonzero prime ideal in $R$. Then $(p)$ is a maximal ideal and $p$ is an irreducible element.
522+
Let $R$ be a PID and $p\in R$. Then the following are equivalent:
523+
\begin{enumerate}[(i)]
524+
\item $p$ is a prime element.
525+
\item $p$ is an irreducible element.
526+
\item $(p)$ is a nonzero prime ideal.
527+
\item $(p)$ is a maximal ideal.
528+
\end{enumerate}
509529
\end{proposition}
510530

511531
\begin{prf}
512-
Let $I=(p)\subseteq R$ be a prime ideal. We only need to show $R/I$ is a field. Let $\overline{a}\in R/I$ be a nonzero element. Then $a\notin I$. Since $I$ is prime, $a$ is not a multiple of any prime element in $R$. Thus $a$ is irreducible. Since $R$ is a PID, $a$ is prime. Thus $\overline{a}$ is prime in $R/I$. Since $R/I$ is an integral domain, $\overline{a}$ is a maximal ideal in $R/I$. That implies $R/I$ is a field. Hence $I$ is a maximal ideal.
513-
514-
By \Cref{th:equivalent_characterization_of_prime_element}, $p$ is a prime element. Since \hyperref[th:irreducible_element_iff_prime_element_in_UFD]{ in UFD, prime elements are irreducible elements}, we conclude $p$ is irreducible.
515-
\end{prf}
532+
By \Cref{th:equivalent_characterization_of_prime_element}, (i)$\iff$(iii). Since \hyperref[th:irreducible_element_iff_prime_element_in_UFD]{ in UFD, prime elements are irreducible elements}, (i)$\iff$(ii). Since maximal ideals are prime, (iv)$\implies$(iii).
516533

517534

535+
To show (ii)$\implies$(iv), suppose $p$ is irreducible. Let $I$ be an ideal of $R$ such that
536+
\[
537+
(p)\subseteq I \subseteq R.
538+
\]
539+
Since $R$ is a PID, there exists some $a\in R$ such that $I=(a)$. Then we have $(p)\subseteq (a)$, which implies there exists $r\in R$ such that $p=ra$ by \Cref{th:divisibility_ideal_characterization}. Because $p$ is irreducible, by definition we have $a\in R^\times$ or $r\in R^\times$.
540+
\begin{itemize}
541+
\item If $a\in R^\times$, then $I=(a)=R$.
542+
\item If $r\in R^\times$, then $a=r^{-1}p$, which implies $(a)\subseteq (p)$ and thus $I=(a)=(p)$.
543+
\end{itemize}
544+
This shows that there are no ideals strictly between $(p)$ and $R$. Hence $(p)$ is maximal.
545+
\end{prf}
518546

519547

520548
\section{Construction}
@@ -547,6 +575,20 @@ \subsection{Product}
547575
This implies $I_1\times I_2$ is an ideal of $R_1\times R_2$.
548576
\end{prf}
549577

578+
\subsection{Coproduct}
579+
Since we have the isomorphisms of categories
580+
$$
581+
\mathsf{CRing}\cong (\mathsf{CRing}/\mathbb{Z})\cong \mathbb{Z}\hspace{0.5pt}{\text -}\mathsf{CAlg},
582+
$$
583+
the coproduct in the category of commutative rings is given by the tensor product of commutative $\mathbb{Z}$-algebras.
584+
\begin{definition}{Coproduct of Commutative Rings}{}
585+
Let $R$, $S$ be commutative rings. The \textbf{coproduct} of $R$ and $S$, denoted by $R\otimes_{\mathbb{Z}} S$, is the tensor product of $R$ and $S$ over $\mathbb{Z}$. The addition and multiplication are defined as follows:
586+
\begin{align*}
587+
(r_1\otimes s_1)+(r_2\otimes s_2)&=(r_1+r_2)\otimes (s_1+s_2)-r_1\otimes s_2 - r_2\otimes s_1,\\
588+
(r_1\otimes s_1)\cdot(r_2\otimes s_2)&=(r_1r_2)\otimes (s_1s_2).
589+
\end{align*}
590+
\end{definition}
591+
550592

551593
\subsection{Quotient Ring}
552594
\begin{definition}{Quotient Ring}{}
@@ -902,12 +944,12 @@ \subsection{Localization}
902944
\begin{prf}
903945
Note
904946
\[
905-
\{I \in \operatorname{Spec} R: I \cap S=\varnothing\}=\{I \in \operatorname{Spec} R: I \cap (R-\frak{p})=\varnothing\}=\{I \in \operatorname{Spec} R: I\subseteq \frak{p}\}.
947+
\{I \in \operatorname{Spec} R: I \cap S=\varnothing\}=\{I \in \operatorname{Spec} R: I \cap (R-\mathfrak{p})=\varnothing\}=\{I \in \operatorname{Spec} R: I\subseteq \mathfrak{p}\}.
906948
\]
907949
For any ideal $S^{-1}I \in \spec S^{-1}R$, where
908950
$I\in \{I \in \operatorname{Spec} R: I \cap S=\varnothing\}$, we have $I\subseteq \mathfrak{p}$, which implies $S^{-1}I\subseteq S^{-1}\mathfrak{p}$. Thus we see $S^{-1}\mathfrak{p}$ is the unique maximal ideal of $S^{-1}R$.
909951

910-
According to \Cref{th:localization_at_ideal_respects_quotients}, we have an isomorphism $(R/\frak{p})_{\frak{p}}\cong R_\frak{p}/\frak{p}R_\frak{p}$ and the following commutative diagram in $R\text{-}\mathsf{CAlg}$
952+
According to \Cref{th:localization_at_ideal_respects_quotients}, we have an isomorphism $(R/\mathfrak{p})_{\mathfrak{p}}\cong R_\mathfrak{p}/\mathfrak{p}R_\mathfrak{p}$ and the following commutative diagram in $R\text{-}\mathsf{CAlg}$
911953
\[
912954
\begin{tikzcd}
913955
R \arrow[r, "\pi_\mathfrak{p}"] \arrow[d, "l_{R-\mathfrak{p}}"'] &[+5em] R/\mathfrak{p} \arrow[d, "l_{R-\mathfrak{p}}"] \\[+2em]

0 commit comments

Comments
 (0)