21 lines
549 B
TeX
21 lines
549 B
TeX
% chapters/chap2.tex
|
|
\documentclass[../main.tex]{subfiles}
|
|
|
|
\ifSubfilesClassLoaded{
|
|
\addbibresource{../main.bib}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\chapter{Levy's family and observable diameters}
|
|
|
|
In this section, we will explore how the results from Hayden's concentration of measure theorem can be understood in terms of observable diameters from Gromov's perspective and what properties it reveals for entropy functions.
|
|
|
|
\section{Observable diameters}
|
|
|
|
\ifSubfilesClassLoaded{
|
|
\printbibliography[title={References}]
|
|
}
|
|
|
|
\end{document}
|