Skip to content

Commit 52b6b3d

Browse files
committed
Add field theory and bilinear form enhancements
Expanded field theory content with definitions and propositions on algebraic and separable extensions, minimal polynomials, separable degree, and trace pairing. Improved vector space notes with bilinear map, bilinear form, and nondegeneracy definitions and characterizations. Updated .gitignore for additional LaTeX build artifacts. Refined example box styling in preamble.tex. Minor corrections and clarifications in associative_algebra.tex and field.tex.
1 parent c16f37a commit 52b6b3d

File tree

5 files changed

+289
-48
lines changed

5 files changed

+289
-48
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*.thm
99
*.auxlock
1010
*.mmz
11+
*.idx
12+
*.ilg
13+
*.ind
14+
*.bbl
1115

1216
.history/*
1317
.idea/*

associative_algebra.tex

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -402,18 +402,6 @@ \subsection{Exterior Algebra and Symmetric Algebra}
402402
\]
403403
\end{definition}
404404

405-
\[
406-
\begin{tikzcd}[ampersand replacement=\&]
407-
\mathsf{PoFin}_I^{\mathrm{op}}\&[-25pt]\&[+10pt]\&[-30pt] \mathsf{Mble}\&[-30pt]\&[-30pt] \\ [-15pt]
408-
J_2 \arrow[dd, ""{name=L, left}]
409-
\&[-25pt] \& [+10pt]
410-
\& [-30pt]\prod\limits_{i \in J_2}(\Omega_i,\mathcal{F}_i)\arrow[dd, "\mathrm{pr}_{J_1\subseteq J_2}"{name=R}] \&[-20pt]\ni\& [+20pt](\omega_i)_{i\in J_2} \arrow[dd, mapsto, ""{name=L, right}]
411-
\\ [-10pt]
412-
\& \phantom{.}\arrow[r, "U\circ F", squigarrow]\&\phantom{.} \& \\[-10pt]
413-
J_1\& \& \& \prod\limits_{i \in J_1}(\Omega_i,\mathcal{F}_i)\&[-0pt]\ni\& (\omega_i)_{i\in J_1}
414-
\end{tikzcd}
415-
\]
416-
417405

418406
\begin{proposition}{Adjunction $\Largewedge^{\bullet}\dashv U_{\mathsf{R\text{-}\mathsf{Mod}}}$}{}
419407
Let $R$ be a commutative ring. Suppose $U:R\text{-}\mathsf{AcAlg_{\mathbb{Z}}}\to R\text{-}\mathsf{Mod}$ is the forgetful functor. Then the exterior algebra functor $\Largewedge^{\bullet}:R\text{-}\mathsf{Mod}\to R\text{-}\mathsf{AcAlg_{\mathbb{Z}}}$ is left adjoint to $U$.
@@ -591,7 +579,7 @@ \section{Algebra over Field}
591579
\end{prf}
592580

593581
\begin{definition}{Algebraic Element and Transcendental Element}{algebraic_element_and_transcendental_element}
594-
Let $K$ be a field and $A$ be a $K$-algebra. Consider the evaluation ring homomorphism
582+
Let $K$ be a field, $A$ be a $K$-algebra, and $a \in A$. Consider the evaluation ring homomorphism
595583
\begin{align*}
596584
\mathrm{ev}_a:K[X] &\longrightarrow A\\
597585
f &\longmapsto f(a).

field.tex

Lines changed: 135 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ \section{Field Extension}
4343

4444

4545
\begin{definition}{$K$-embedding and $K$-isomorphism}{}
46-
A \textbf{$K$-embedding} is a morphism in the \hyperref[th:coslice_category]{coslice category} $(K/\mathsf{Field})$. A \textbf{$K$-isomorphism} is an isomorphism in $(K/\mathsf{Field})$. We say two field extensions $L_1/K$ and $L_2/K$ are \textbf{$K$-isomorphic} if there exists a $K$-isomorphism between them.
46+
A \textbf{$K$-embedding} is a morphism in the \hyperref[th:coslice_category]{coslice category} $(\mathsf{Field}/K)$. A \textbf{$K$-isomorphism} is an isomorphism in $(\mathsf{Field}/K)$. We say two field extensions $L_1/K$ and $L_2/K$ are \textbf{$K$-isomorphic} if there exists a $K$-isomorphism between them.
4747
\end{definition}
4848

4949
\begin{proposition}{Equivalent Characterizations of $K$-embedding}{equivalent_characterizations_of_K_embedding}
@@ -61,7 +61,7 @@ \section{Field Extension}
6161
\end{enumerate}
6262
\end{proposition}
6363
\begin{prf}
64-
Note $(K/\mathsf{Field})$ is a full subcategory of $(K/\mathsf{CRing})\cong K\text{-}\mathsf{CAlg}$.
64+
Note $(\mathsf{Field}/K)$ is a full subcategory of $(K/\mathsf{CRing})\cong K\text{-}\mathsf{CAlg}$.
6565
\end{prf}
6666

6767
\begin{corollary}{$K$-endomorphism Fixes Base Field}{}
@@ -78,10 +78,10 @@ \section{Field Extension}
7878
\]
7979
be the set of roots of $f$ in $L$. Then $\phi|_{S_f}:S_f\to S_f$ is a bijection and we can define a monoid homomorphism
8080
\begin{align*}
81-
\mathrm{End}_{(K/\mathsf{Field})}(L/K)&\longrightarrow \mathrm{Aut}_{\mathsf{Set}}\left(S_f\right)\\
81+
\mathrm{End}_{(\mathsf{Field}/K)}(L/K)&\longrightarrow \mathrm{Aut}_{\mathsf{Set}}\left(S_f\right)\\
8282
\phi&\longmapsto \phi|_{S_f}
8383
\end{align*}
84-
Moreover, $\mathrm{Aut}_{(K/\mathsf{Field})}(L/K)$ acts on $S_f$ through this map.
84+
Moreover, $\mathrm{Aut}_{(\mathsf{Field}/K)}(L/K)$ acts on $S_f$ through this map.
8585
\end{proposition}
8686
\begin{prf}
8787
Let $x\in S_f$. Since
@@ -90,7 +90,7 @@ \section{Field Extension}
9090
\]
9191
we have $\phi(x)\in S_f$. Hence $\phi(S_f)\subseteq S_f$. Since $S_f$ is finite set and $\phi$ is injective, we see $\phi|_{S_f}:S_f\to S_f$ is a bijection. It is easy to check
9292
\begin{align*}
93-
\mathrm{Aut}_{(K/\mathsf{Field})}(L/K)&\longrightarrow \mathrm{Aut}_{\mathsf{Set}}\left(S_f\right)\\
93+
\mathrm{Aut}_{(\mathsf{Field}/K)}(L/K)&\longrightarrow \mathrm{Aut}_{\mathsf{Set}}\left(S_f\right)\\
9494
\phi&\longmapsto \phi|_{S_f}
9595
\end{align*}
9696
is a group homomorphism.
@@ -251,19 +251,67 @@ \section{Field Extension}
251251
If $\Bbbk$ is any field and $\mathfrak{m}$ is a maximal ideal of $\Bbbk\left[x_1, \ldots, x_n\right]$, then $\Bbbk\left[x_1, \ldots, x_n\right]/\mathfrak{m}$ is a finite extension of $\Bbbk$.
252252
\end{theorem}
253253

254+
\begin{proposition}{}{}
255+
If $K$ is a field, then any finite subgroup of $K^\times$ is cyclic.
256+
\end{proposition}
254257

255-
256-
258+
\begin{prf}
259+
Let $G$ be any subgroup of $K^\times$. By the structure theorem for finite abelian groups, we can write
260+
\[
261+
G\cong C_{n_1}\times C_{n_2}\times\cdots \times C_{n_r}
262+
\]
263+
with $n_1\divides n_2 \divides\cdots\divides n_r$. Let $n=G=n_1n_2\cdots n_r$. It is sufficient to show that $r=1$. Since for any $g=(g_1,\cdots, g_r)\in C_{n_1}\times C_{n_2}\times\cdots \times C_{n_r}$, we have
264+
\[
265+
g^{n_r}-1=(g_1^{n_r},g_2^{n_r},\cdots, g_r^{n_r})-(1,1,\cdots, 1)=0,
266+
\]
267+
we know the polynomial $f(X)=X^{n_r}-1$ has $n$ distinct roots in $K$. Since
268+
\[
269+
n\le \deg f= n_r,
270+
\]
271+
there must be $n=n_r$ and $r=1$.
272+
\end{prf}
257273

258274

259275

260276

261277
\subsection{Algebraic Extension}
262278

279+
\begin{definition}{Algebraic Element and Transcendental Element}{algebraic_element_and_transcendental_element_for_field_extension}
280+
Let $L/K$ be a field extension and $\alpha \in L$. Consider the evaluation ring homomorphism
281+
\begin{align*}
282+
\mathrm{ev}_\alpha:K[X] &\longrightarrow L\\
283+
f &\longmapsto f(\alpha).
284+
\end{align*}
285+
and $\ker \mathrm{ev}_\alpha=(P_\alpha)$ for some $P_\alpha\in K[X]$. Polynomials in $\ker \mathrm{ev}_\alpha$ are called \textbf{annihilating polynomials} of $\alpha$ over $K$.
286+
\begin{itemize}
287+
\item If $P_\alpha=0$, then $\alpha$ is called a \textbf{transcendental element} over $K$. In this case, zero polynomial is the only annihilating polynomial of $\alpha$ over $K$.
288+
\item If $P_\alpha\ne 0$, then $\alpha$ is called an \textbf{algebraic element} over $K$. Suppose $P_\alpha(X)=\sum_{i=0}^n a_iX^i$ with $a_n\in K^\times$. Then the monic polynomial $m_\alpha(X)=P_\alpha(X)/a_n$ is called the \textbf{minimal polynomial}\index{minimal polynomial} of $\alpha$ over $K$, which is irreducible in $K[X]$.
289+
\end{itemize}
290+
\end{definition}
291+
\begin{remark}
292+
This definition is a special case of \Cref{th:algebraic_element_and_transcendental_element}.
293+
\end{remark}
294+
263295
\begin{definition}{Algebraic Extension}{}
264296
A field extension $L/K$ is \textbf{algebraic} if every element of $L$ is \hyperref[th:algebraic_element_and_transcendental_element]{algebraic} over $K$. That is, for any $\alpha\in L$, there exists a nonzero polynomial $f\in K[X]$ such that $f(\alpha)=0$.
265297
\end{definition}
266298

299+
\begin{proposition}{}{}
300+
Let $L/K$ be a field extension and $\alpha\in L$ be an algebraic element over $K$. Suppose $P(X)\in K[X]$ is an irreducible annihilating polynomial of $\alpha$, or equivalently $P(X)\in K[X]-\{0\}$ is a constant multiple of the minimal polynomial $m_\alpha(X)$ of $\alpha$ over $K$. Then
301+
\[
302+
K(\alpha)\cong K[X]/(P(X))
303+
\]
304+
and $[K(\alpha):K]=\deg P(X)$.
305+
\end{proposition}
306+
\begin{prf}
307+
The equivalence between irreducible annihilating polynomial and constant multiple of minimal polynomial follows from \Cref{th:irreducible_annihilating_polynomial_is_minimal_polynomial}. According to \Cref{th:structure_of_K_a}, we see
308+
\[
309+
K[X]/(P(X))\cong K[\alpha]=\left\{ f(\alpha) \in L\midv f\in K[X]
310+
\right\},
311+
\]
312+
$K[\alpha]$ is a field and $[K[\alpha]:K]=\deg P(X)$. It is sufficient to show $K(\alpha)=K[\alpha]$. It is clear that $K[\alpha]\subseteq K(\alpha)$. Since $K(\alpha)$ is the smallest subfield of $L$ containing $K$ and $\alpha$, we have $K(\alpha)\subseteq K[\alpha]$. Therefore, $K(\alpha)=K[\alpha]$.
313+
\end{prf}
314+
267315

268316
\begin{proposition}{}{K_embedding_is_K_isomorphism_for_algebraic_extension}
269317
Let $L/K$ be an algebraic extension. Then any $K$-embedding $L\hookrightarrow L$ is an $K$-isomorphism, namely
@@ -387,6 +435,9 @@ \section{Algebraic Closure}
387435
Let $K$ be a field and $f\in K[X]$ be a irreducible polynomial. Denote $L:=K[X]/(f)$ and $\alpha:=X+(f(X))\in L$. Then
388436
\begin{enumerate}[(i)]
389437
\item $u:K\hookrightarrow K[X]\twoheadrightarrow L$ is a field extension of degree $\deg f$.
438+
\[
439+
[L:K]=\deg f.
440+
\]
390441
\item $L=K(\alpha)$.
391442
\item $\alpha$ is algebraic over $K$ with minimal polynomial $f\in K[X]$.
392443
\end{enumerate}
@@ -491,24 +542,24 @@ \section{Algebraic Closure}
491542
\end{prf}
492543

493544
\begin{corollary}{}{}
494-
Let $L/K$ be a simple extension and $L=K(\alpha)$ for some $\alpha\in L$. Suppose $m(X)\in K[X]$ is the minimal polynomial of $\alpha$ over $K$. Then
545+
Let $L/K$ be a simple extension and $L=K(\alpha)$ for some $\alpha\in L$. Suppose $m_\alpha(X)\in K[X]$ is the minimal polynomial of $\alpha$ over $K$. Then
495546
\begin{align*}
496-
\mathrm{ev}_{\alpha}:\mathrm{Aut}_{(K/\mathsf{Field})}(K(\alpha)/K)&\longrightarrow \left\{ x\in K(\alpha)\midv m(x)=0\right\}\\
547+
\mathrm{ev}_{\alpha}:\mathrm{Aut}_{(\mathsf{Field}/K)}(K(\alpha)/K)&\longrightarrow \left\{ x\in K(\alpha)\midv m_\alpha(x)=0\right\}\\
497548
\sigma&\longmapsto \sigma(\alpha)
498549
\end{align*}
499550
is a bijection and we have
500551
\[
501-
|\mathrm{Aut}_{(K/\mathsf{Field})}(K(\alpha)/K)|=\left|\left\{ x\in K(\alpha)\midv m(x)=0\right\}\right|\le \deg m(X),
552+
|\mathrm{Aut}_{(\mathsf{Field}/K)}(K(\alpha)/K)|=\left|\left\{ x\in K(\alpha)\midv m_\alpha(x)=0\right\}\right|\le \deg m_\alpha(X),
502553
\]
503-
with equality if and only if $m(X)$ splits over $K(\alpha)$ into $\deg m(X)$ distinct linear factors.
554+
with equality if and only if $m_\alpha(X)$ splits over $K(\alpha)$ into $\deg m_\alpha(X)$ distinct linear factors.
504555
\end{corollary}
505556
\begin{prf}
506557
Suppose $\sigma:K(\alpha)\hookrightarrow K(\alpha)$ is a $K$-automorphism. By \Cref{th:K_embedding_preserves_algebraic_element_and_minimal_polynomial}, $u(\alpha)$ is algebraic over $K$ with minimal polynomial $m(X)$. Thus we can define a map
507558
\begin{align*}
508-
\mathrm{ev}_{\alpha}:\mathrm{Aut}_{(K/\mathsf{Field})}(K(\alpha)/K)&\longrightarrow \left\{ x\in L\midv m(x)=0\right\}\\
559+
\mathrm{ev}_{\alpha}:\mathrm{Aut}_{(\mathsf{Field}/K)}(K(\alpha)/K)&\longrightarrow \left\{ x\in L\midv m(x)=0\right\}\\
509560
\sigma&\longmapsto \sigma(\alpha)
510561
\end{align*}
511-
Since $\sigma$ is totally determined by $\sigma(\alpha)$, for any $\sigma_1, \sigma_2\in \mathrm{Aut}_{(K/\mathsf{Field})}(K(\alpha)/K)$, we have
562+
Since $\sigma$ is totally determined by $\sigma(\alpha)$, for any $\sigma_1, \sigma_2\in \mathrm{Aut}_{(\mathsf{Field}/K)}(K(\alpha)/K)$, we have
512563
\[
513564
\sigma_1(\alpha)=\sigma_2(\alpha)\implies \sigma_1=\sigma_2.
514565
\]
@@ -566,11 +617,11 @@ \section{Algebraic Closure}
566617
\begin{proposition}{Embed Algebraic Extension into Algebraic Closure}{embed_algebraic_extension_into_algebraic_closure}
567618
Let $L/K$ be an algebraic extension and $\overline{K}/K$ be an algebraic closure of $K$. Then there exists a $K$-embedding $\gamma:L\hookrightarrow \overline{K}$, namely
568619
\[
569-
\mathrm{Hom}_{(\mathsf{Field}/K)}(L/K,\overline{K}/K)\ne \varnothing.
620+
\mathrm{Hom}_{(\mathsf{Field}/K)}(L,\overline{K})\ne \varnothing.
570621
\]
571622
If $L/K$ is a finite extension, then
572623
\[
573-
|\mathrm{Hom}_{(\mathsf{Field}/K)}(L/K,\overline{K}/K)|\le \left[L:K\right].
624+
|\mathrm{Hom}_{(\mathsf{Field}/K)}(L,\overline{K})|\le \left[L:K\right].
574625
\]
575626
\end{proposition}
576627
\begin{prf}
@@ -593,11 +644,11 @@ \section{Algebraic Closure}
593644
Thus we get a chain of restrictions of $\gamma$:
594645
\[
595646
\begin{tikzcd}
596-
{\mathrm{Hom}_{(K/\mathsf{Field})}\left(K(\alpha_1,\cdots,\alpha_n)/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_n"'] & \gamma \arrow[d, maps to] \\
597-
{\mathrm{Hom}_{(K/\mathsf{Field})}\left(K(\alpha_1,\cdots,\alpha_{n-1})/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_{n-1}"'] & {\gamma|_{K(\alpha_1,\cdots,\alpha_{n-1})}} \arrow[d, maps to] \\
647+
{\mathrm{Hom}_{(\mathsf{Field}/K)}\left(K(\alpha_1,\cdots,\alpha_n)/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_n"'] & \gamma \arrow[d, maps to] \\
648+
{\mathrm{Hom}_{(\mathsf{Field}/K)}\left(K(\alpha_1,\cdots,\alpha_{n-1})/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_{n-1}"'] & {\gamma|_{K(\alpha_1,\cdots,\alpha_{n-1})}} \arrow[d, maps to] \\
598649
{\raisebox{1.5ex}{$\vdots$}} \arrow[d, "\mathrm{res}_{2}"'] & {\raisebox{1.5ex}{$\vdots$}} \arrow[d,maps to] \\
599-
{\mathrm{Hom}_{(K/\mathsf{Field})}\left(K(\alpha_1)/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_1"'] & \gamma|_{K(\alpha_1)} \arrow[d, maps to] \\
600-
{\mathrm{Hom}_{(K/\mathsf{Field})}\left(K/K,\overline{K}/K\right)} & \gamma|_{K}
650+
{\mathrm{Hom}_{(\mathsf{Field}/K)}\left(K(\alpha_1)/K,\overline{K}/K\right)} \arrow[d, "\mathrm{res}_1"'] & \gamma|_{K(\alpha_1)} \arrow[d, maps to] \\
651+
{\mathrm{Hom}_{(\mathsf{Field}/K)}\left(K/K,\overline{K}/K\right)} & \gamma|_{K}
601652
\end{tikzcd}
602653
\]
603654
\end{prf}
@@ -729,6 +780,13 @@ \section{Separable Extension}
729780
Let $K$ be a field and $f\in K[X]$ be a nonzero polynomial. We say $f$ is \textbf{separable} if $f$ has no multiple roots in an algebraic closure of $K$. We say $f$ is \textbf{inseparable} if $f$ is not separable.
730781
\end{definition}
731782

783+
\begin{definition}{Separable Degree of Irreducible Polynomial}{separable_degree_of_irreducible_polynomial}
784+
Let $K$ be a field and $f\in K[x]$ be an irreducible polynomial. The \textbf{separable degree} of $f$ is the cardinality of the set of roots of $f$ in any algebraic closure $\overline{K}$ of $K$, which is denoted by
785+
\[
786+
\deg_s(f):= \left|\left\{\alpha \in \overline{K} : f(\alpha) = 0\right\}\right|
787+
\]
788+
\end{definition}
789+
732790
\begin{proposition}{Equivalent Characterization of Separable Polynomial}{equivalent_characterization_of_separable_polynomial}
733791
Let $K$ be a field and $f\in K[X]$ be a nonzero polynomial. The following are equivalent:
734792
\begin{enumerate}[(i)]
@@ -801,6 +859,50 @@ \section{Separable Extension}
801859
A algebraic extension $L/K$ is \textbf{separable} if every element of $L$ is separable over $K$.
802860
\end{definition}
803861

862+
863+
\begin{lemma}{}{}
864+
Let $L/K$ be a finite extension such that $L=K(\alpha_1,\cdots,\alpha_n)$ for some $\alpha_1,\cdots,\alpha_n\in L$. Suppose $\overline{K}/K$ is an algebraic closure of $K$. Define $K_0:=K$ and $K_i:=K_{i-1}(\alpha_i)$ for $1\le i\le n$. Denote the minimal polynomial of $\alpha_i$ over $K_{i-1}$ by $m_{\alpha_i}\in K_{i-1}[X]$.
865+
\begin{enumerate}[(i)]
866+
\item If $m_{\alpha_i}$ is separable for any $1\le i\le n$, then
867+
\[
868+
\left|\mathrm{Hom}_{\left(\mathsf{Field}/K\right)}(L,\overline{K})\right| = [L:K]
869+
\]
870+
and $L/K$ is separable.
871+
\item If there exists $1\le j\le n$ such that $m_{\alpha_j}$ is inseparable, then
872+
\[
873+
\left|\mathrm{Hom}_{\left(\mathsf{Field}/K\right)}(L,\overline{K})\right| < [L:K].
874+
\]
875+
\end{enumerate}
876+
\end{lemma}
877+
\begin{prf}
878+
If $\alpha_i$ is separable over $K_{i-1}$, then the minimal polynomial $m_{\alpha_i}$ is separable, which implies
879+
\[
880+
\operatorname{deg}_s\left(m_{\alpha_i}\right)=\operatorname{deg}\left(m_{\alpha_i}\right)=\left[K_i: K_{i-1}\right]
881+
\]
882+
(last equality by Lemma 9.9.2). By multiplicativity (Lemma 9.7.7) we have
883+
884+
$$
885+
[K: F]=\prod\left[K_i: K_{i-1}\right]=\prod \operatorname{deg}\left(m_{\alpha_i}\right)=\prod \operatorname{deg}_s\left(m_{\alpha_i}\right)=\left|\operatorname{Mor}_F(K, \bar{F})\right|
886+
$$
887+
888+
where the last equality is Lemma 9.12.9. By the exact same argument we get the strict inequality $\left|\operatorname{Mor}_F(K, \bar{F})\right|<[K: F]$ if one of the $\alpha_i$ is not separable over $K_{i-1}$.
889+
890+
Finally, assume again that each $\alpha_i$ is separable over $K_{i-1}$. We will show $K / F$ is separable. Let $\gamma=\gamma_1 \in K$ be arbitrary. Then we can find additional elements $\gamma_2, \ldots, \gamma_m$ such that $K=F\left(\gamma_1, \ldots, \gamma_m\right)$ (for example we could take $\gamma_2=\alpha_1, \ldots, \gamma_{n+1}=\alpha_n$ ). Then we see by the last part of the lemma (already proven above) that if $\gamma$ is not separable over $F$ we would have the strict inequality $\left|\operatorname{Mor}_F(K, \bar{F})\right|<[K: F]$ contradicting the very first part of the lemma (already prove above as well).
891+
\end{prf}
892+
\begin{proposition}{Equivalent Characterization of Finite Separable Extension}{}
893+
Let $L/K$ be a finite field extension. The following are equivalent:
894+
\begin{enumerate}[(i)]
895+
\item $L/K$ is a separable extension.
896+
\item $L=K(\alpha_1,\cdots,\alpha_n)$ for some separable elements $\alpha_1,\cdots,\alpha_n\in L$ over $K$.
897+
\item Let $\overline{K}/K$ be an algebraic closure of $K$.
898+
\[
899+
\left|\mathrm{Hom}_{\left(\mathsf{Field}/K\right)}(L,\overline{K})\right| = [L:K]
900+
\]
901+
\item The trace pairing is \hyperref[th:nondegenerate_bilinear_form]{nondegenerate}.
902+
\item $L \otimes_K \overline{K} \;\cong\; \overline{K} \times \cdots \times \overline{K}$
903+
\end{enumerate}
904+
\end{proposition}
905+
804906
\begin{definition}{Perfect Field}{perfect_field}
805907
A field $K$ is \textbf{perfect} if every finite extension of $K$ is separable.
806908
\end{definition}
@@ -835,7 +937,7 @@ \section{Separable Extension}
835937
\section{Trace and Norm of Field Extension}
836938

837939

838-
\begin{definition}{}{}
940+
\begin{definition}{Trace and Norm of Finite Extension}{}
839941
Let $L/K$ be a finite field extension and $\alpha\in L$ be an algebraic element over $K$. We can define a $K$-linear map
840942
\begin{align*}
841943
l_{\alpha}:L&\longrightarrow L\\
@@ -857,6 +959,19 @@ \section{Trace and Norm of Field Extension}
857959
\begin{remark}
858960
This definition is a special case of \Cref{th:trace_norm_and_characteristic_polynomial}.
859961
\end{remark}
962+
963+
964+
\begin{definition}{Trace Pairing}{}
965+
Let $L/K$ be a finite extension. The \textbf{trace pairing} is the symmetric $K$-bilinear form
966+
\begin{align*}
967+
\mathrm{Tr}_{L/K}:L\times L&\longrightarrow K\\
968+
(x,y)&\longmapsto \mathrm{Tr}_{L/K}(xy).
969+
\end{align*}
970+
\end{definition}
971+
972+
973+
974+
860975
\section{Finite Field}
861976

862977
\begin{definition}{Finite Field}{}

0 commit comments

Comments
 (0)