Skip to content

Commit a765533

Browse files
committed
Refine inertia group definition and page layout
Moved and expanded the definition of inertia group in commutative_ring.tex for better logical flow and added explanatory context. Clarified notation for submodules defined by principal ideals in module.tex. Updated page geometry and footer to display page numbers at the bottom right in preamble.tex.
1 parent ea63ce2 commit a765533

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

commutative_ring.tex

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,18 +2276,6 @@ \subsection{Ramification Theory}
22762276
\]
22772277
\end{prf}
22782278

2279-
\begin{definition}{Inertia Group}{}
2280-
Let $\mathcalo$ be a Dedekind domain with field of fractions $K=\mathrm{Frac}(\mathcalo)$. Let $L/K$ be a finite Galois extension and $\mathcal{O}$ be the integral closure of $\mathcalo$ in $L$. Suppose $\mathfrak{P}$ is a maximal ideal over $\mathfrak{p}\in \spec\left(\mathcalo\right)$. The \textbf{inertia group} of $\mathfrak{P}$ is defined as the kernel of the surjective group homomorphism
2281-
\begin{align*}
2282-
\xi:D_{\mathfrak{P}}&\longrightarrow \mathrm{Aut}_{\left(\kappa(\mathfrak{p})/\mathsf{Field}\right)}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)\\
2283-
\sigma&\longmapsto \widetilde{\sigma}.
2284-
\end{align*}
2285-
denote by $I_{\mathfrak{P}}:=\ker \xi$. And we have the following exact sequence
2286-
\[
2287-
1\longrightarrow I_{\mathfrak{P}}\longrightarrow D_{\mathfrak{P}}\longrightarrow \mathrm{Aut}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)\longrightarrow 1.
2288-
\]
2289-
\end{definition}
2290-
22912279
\begin{proposition}{}{}
22922280
Let $\mathcalo$ be a normal integral domain with fraction field $K$. Let $L/K$ be a (possibly infinite) Galois extension. Let $G = \text{Gal}(L/K)$ and let
22932281
$\mathcal{O}$ be the integral closure of $\mathcalo$ in $L$.
@@ -2309,6 +2297,23 @@ \subsection{Ramification Theory}
23092297
\url{https://stacks.math.columbia.edu/tag/0BRK}
23102298
\end{prf}
23112299

2300+
This proposition enables us to define the inertia group.
2301+
2302+
\begin{definition}{Inertia Group}{}
2303+
Let $\mathcalo$ be a Dedekind domain with field of fractions $K=\mathrm{Frac}(\mathcalo)$. Let $L/K$ be a finite Galois extension and $\mathcal{O}$ be the integral closure of $\mathcalo$ in $L$. Suppose $\mathfrak{P}$ is a maximal ideal over $\mathfrak{p}\in \spec\left(\mathcalo\right)$. The \textbf{inertia group} of $\mathfrak{P}$ is defined as the kernel of the surjective group homomorphism
2304+
\begin{align*}
2305+
\xi:D_{\mathfrak{P}}&\longrightarrow \mathrm{Aut}_{\left(\kappa(\mathfrak{p})/\mathsf{Field}\right)}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)\\
2306+
\sigma&\longmapsto \widetilde{\sigma}.
2307+
\end{align*}
2308+
denote by $I_{\mathfrak{P}}:=\ker \xi$. And we have the following exact sequence
2309+
\[
2310+
1\longrightarrow I_{\mathfrak{P}}\longrightarrow D_{\mathfrak{P}}\longrightarrow \mathrm{Aut}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)\longrightarrow 1.
2311+
\]
2312+
\end{definition}
2313+
2314+
Therefore, the decomposition group $D_{\mathfrak{P}}$ controls the splitting behavior of $\mathfrak{p}$ in $L$, with size $|D_{\mathfrak{P}}|=ef$. If we further assume that $\kappa(\mathfrak{P})/\kappa(\mathfrak{p})$ is a finite separable extension, then $\mathrm{Aut}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)=\mathrm{Gal}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)$ and $|\mathrm{Gal}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)|=f$. Thus by the exact sequence, the inertia group $I_{\mathfrak{P}}$ has size $|I_{\mathfrak{P}}|=e$. In this case, the inertia group $I_{\mathfrak{P}}$ measures the ramification of $\mathfrak{p}$ in $L$, while $\mathrm{Gal}\left(\kappa(\mathfrak{P})/\kappa(\mathfrak{p})\right)$ measures the inertia.
2315+
2316+
23122317
\begin{definition}{Frobenius Element}{}
23132318
Let $\mathcalo$ be a Dedekind domain with field of fractions $K=\mathrm{Frac}(\mathcalo)$. Let $L/K$ be a finite Galois extension and $\mathcal{O}$ be the integral closure of $\mathcalo$ in $L$. Suppose $\mathfrak{P}$ is a maximal ideal over $\mathfrak{p}\in \spec\left(\mathcalo\right)$ and $\kappa(\mathfrak{p})$ is a finite field isomorphic to $\mathbb{F}_{q}$. Then $\kappa(\mathfrak{P})/\kappa(\mathfrak{p})$ is a finite Galois extension and we have the following exact sequence
23142319
\[

module.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@ \section{Torsion-Free Modules}
13391339
\[
13401340
M[\mathfrak{a}]:=\left\{m\in M\midv \forall a\in \mathfrak{a}, am=0\right\}.
13411341
\]
1342+
If $\mathfrak{a}=a R$ is a principal right ideal generated by $a\in R$, we simply write $M[a]$ instead of $M[\mathfrak{a}]$.
13421343
\end{definition}
13431344
\begin{prf}
13441345
We can check that $M[\mathfrak{a}]$ is a submodule of $M$. For any $m_1, m_2\in M[\mathfrak{a}]$, we have

preamble.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
% --- 1. SETUP & FUNDAMENTALS (Load these first to define page/colors) ---
77
% Load xcolor FIRST to avoid "Option Clash" with tikz/tcolorbox
88
\usepackage[table]{xcolor}
9-
\usepackage[tmargin=2cm,rmargin=1in,lmargin=1in,margin=0.85in,bmargin=1.5cm,footskip=.2in]{geometry}
9+
\usepackage[tmargin=2cm,rmargin=1in,lmargin=1in,margin=0.85in,bmargin=1.5cm,footskip=0.8cm]{geometry}
1010
\usepackage{etoolbox}
1111
\usepackage{anyfontsize}
1212

@@ -81,14 +81,15 @@
8181
% Section name on the right of the header
8282
\fancyhead[R]{\rightmark}
8383

84-
% Page number on the bottom right in the format "- 34 -"
85-
\fancyhead[C]{\raisebox{-0pt}{-\hspace{4pt}\thepage\hspace{4pt}-}}
84+
% Page number on the bottom right
85+
\fancyfoot[R]{\thepage}
8686

8787
% Line at the top of the header
8888
\renewcommand{\headrulewidth}{0.0pt}
8989

9090
\fancypagestyle{plain}{%
9191
\fancyhf{} % clear all header and footer fields
92+
\fancyfoot[R]{\thepage}
9293
\renewcommand{\headrulewidth}{0pt} % remove the header rule
9394
\renewcommand{\footrulewidth}{0pt} % remove the footer rule
9495
}

0 commit comments

Comments
 (0)