Newer
Older
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathtools}
\title{Bridgeland Stabilities and Finding Walls}
\subtitle{}
\author{Luke Naylor}
\date{March 2023}
\newcommand\RR{\mathbb{R}}
\newcommand\CC{\mathbb{C}}
\newcommand\centralcharge{\mathcal{Z}}
\newcommand\coh{\operatorname{Coh}}
\newcommand\rank{\operatorname{rk}}
\newcommand\degree{\operatorname{deg}}
\newcommand\realpart{\mathfrak{Re}}
\newcommand\imagpart{\mathfrak{Im}}
\begin{sagesilent}
from sagetexscripts import *
\end{sagesilent}
\section{Transitioning to Stab on Triangulated Categories}
\begin{frame}{Central Charge for Mumford Stability}
\begin{align*}
&\centralcharge \colon \coh(X) \to \CC \\
&\centralcharge (E) = - \degree(E) + i \rank(E)
\begin{columns}[T] % align columns
\begin{column}{.48\linewidth}
\[
\centralcharge (E) = r(E) e^{i\pi \varphi(E)}
\]
\begin{center}
\begin{large}
$\varphi$ called "phase"
\end{large}
\end{center}
\end{column}%
%\hfill%
\begin{column}{.48\linewidth}
\[
\mu(E) =
\frac{
- \realpart(\centralcharge(E))
}{
\imagpart(\centralcharge(E))
}
\quad
\]
\begin{center}
\begin{large}
(allow for $+\infty$)
\end{large}
\end{center}
\resizebox{0.5\hsize}{!}{
\sageplot{fig2.plot()}
}
\end{frame}
\begin{frame}
\resizebox{0.5\hsize}{!}{
\sageplot{fig3.plot()}
}
\end{frame}
\begin{frame}
\resizebox{0.5\hsize}{!}{
\sageplot{fig4.plot()}
}
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
\begin{frame}{title}
\begin{columns}[t,onlytextwidth] % align columns
\begin{column}{.33\linewidth}%
\resizebox{1.1\hsize}{!}{
\sageplot{fig2.plot()}
}
\end{column}%
%\hfill%
\begin{column}{.33\linewidth}%
\resizebox{1.1\hsize}{!}{
\sageplot{fig3.plot()}
}
\end{column}%
%\hfill%
\begin{column}{.33\linewidth}%
\resizebox{1.1\hsize}{!}{
\sageplot{fig4.plot()}
}
\end{column}%
\end{columns}
\vfill
\begin{itemize}
\item $\centralcharge(\bigO_X) = \centralcharge(\bigO_X[2])$
\item But $\phi(\bigO_X) \not= \phi(\bigO_X[2])$
\item Stability decided among $E \in D^b(X) \colon \phi(E) \in (0, \pi]$
\end{itemize}
\end{frame}
\section{Section 1}
\section{Section 2}
\subsection{Subsection 2.1}
\end{document}