Skip to content

Commit 402b66e

Browse files
committed
cursor fixes blueprint?
1 parent eb9fb0a commit 402b66e

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

blueprint/src/chapter/Ch3_Preliminaries.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ \section{Sylow Theory}
9393
\end{corollary}
9494

9595
\begin{corollary}[Sylow's fifth theorem]
96+
\label{5thsylow}
9697
% \label{IsPGroup.exists_le_sylow}
9798
% \lean{IsPGroup.exists_le_sylow}
9899
% \leanok

blueprint/src/chapter/Ch5_PropertiesOfSLOverAlgClosedField.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ \section{The Projective Line \& Triple Transitivity}
12951295

12961296
This shows that $P_i$ is a fixed point of $x$ if and only if $g^{-1} P_i$ is a fixed point of $y$. Thus conjugate elements have the same number of fixed points. \\
12971297
\\
1298-
(iv) By Proposition \ref{ISL2_IsConj_d_or_IsConj_s_or_IsConj_neg_s_of_AlgClosed} every element of $\SL_2(F)$is conjugate to either $d_\delta$ or $\pm s_\sigma$, so since conjugate elements have the same number of fixed points, every element of $\SL_2(F)\! \setminus \! Z$ has either the same number of fixed points as $d_\delta$ (with $\delta \neq \pm 1$), namely 2, or the same number as $\pm s_\sigma$, (with $\sigma \neq 0$), namely 1.
1298+
(iv) By Proposition \ref{SL2_IsConj_d_or_IsConj_s_or_IsConj_neg_s_of_AlgClosed} every element of $\SL_2(F)$is conjugate to either $d_\delta$ or $\pm s_\sigma$, so since conjugate elements have the same number of fixed points, every element of $\SL_2(F)\! \setminus \! Z$ has either the same number of fixed points as $d_\delta$ (with $\delta \neq \pm 1$), namely 2, or the same number as $\pm s_\sigma$, (with $\sigma \neq 0$), namely 1.
12991299

13001300
\end{proof}
13011301

blueprint/src/print.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@
2525

2626
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
2727
\usepackage{fontspec}
28-
\setmathfont{latinmodern-math.otf}
29-
\setmathfont[range=\varnothing]{Asana-Math.otf}
30-
\setmathfont[range=\pitchfork]{Asana-Math.otf}
31-
\setmathfont[range=\intprod]{Asana-Math.otf}
32-
\setmathfont[range=\int]{latinmodern-math.otf}
28+
% Use Latin Modern Math as the main math font (widely available)
29+
\setmathfont{Latin Modern Math}
3330

3431
\usepackage[nameinlink, capitalize]{cleveref}
3532

0 commit comments

Comments
 (0)