This commit is contained in:
Zheyuan Wu
2026-03-11 16:01:12 -05:00
parent 1944fa612a
commit 254eec3be5
49 changed files with 3866 additions and 3915 deletions

314
latex/.gitignore vendored
View File

@@ -1,314 +0,0 @@
# ---> TeX
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bbl-SAVE-ERROR
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
*.rubbercache
rubber.cache
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# changes
*.soc
# comment
*.cut
# cprotect
*.cpt
# elsarticle (documentclass of Elsevier journals)
*.spl
# endnotes
*.ent
# fixme
*.lox
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs
*.lzo
*.lzs
*.slg
*.slo
*.sls
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist
# gnuplot
*.gnuplot
*.table
# gnuplottex
*-gnuplottex-*
# gregoriotex
*.gaux
*.glog
*.gtex
# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref
# hypdoc
*.hd
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
# *.tikz
*-tikzDictionary
# listings
*.lol
# luatexja-ruby
*.ltjruby
# makeidx
*.idx
*.ilg
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
# minted
_minted*
*.pyg
# morewrites
*.mw
# newpax
*.newpax
# nomencl
*.nlg
*.nlo
*.nls
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# scrwfile
*.wrt
# svg
svg-inkscape/
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
# pythontex
*.pytxcode
pythontex-files-*/
# tcolorbox
*.listing
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# titletoc
*.ptc
# todonotes
*.tdo
# vhistory
*.hst
*.ver
# easy-todo
*.lod
# xcolor
*.xcp
# xmpincl
*.xmpi
# xindy
*.xdy
# xypic precompiled matrices and outlines
*.xyc
*.xyd
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# LyX
*.lyx~
# Kile
*.backup
# gummi
.*.swp
# KBibTeX
*~[0-9]*
# TeXnicCenter
*.tps
# auto folder when using emacs and auctex
./auto/*
*.el
# expex forward references with \gathertags
*-tags.tex
# standalone packages
*.sta
# Makeindex log files
*.lpz
# xwatermark package
*.xwm
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
# additional trash files
*.bcf-*
# python
__pycache__

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,244 +1,435 @@
% 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.
We will try to use the results from previous sections to estimate the observable diameter for complex projective spaces.
\section{Observable diameters}
Recall from previous sections, an arbitrary 1-Lipschitz function $f:S^n\to \mathbb{R}$ concentrates near a single value $a_0\in \mathbb{R}$ as strongly as the distance function does.
\begin{defn}
\label{defn:mm-space}
Let $X$ be a topological space with the following:
\begin{enumerate}
\item $X$ is a complete (every Cauchy sequence converges)
\item $X$ is a metric space with metric $d_X$
\item $X$ has a Borel probability measure $\mu_X$
\end{enumerate}
Then $(X,d_X,\mu_X)$ is a \textbf{metric measure space}.
\end{defn}
\begin{defn}
\label{defn:diameter}
Let $(X,d_X)$ be a metric space. The \textbf{diameter} of a set $A\subset X$ is defined as
$$
\diam(A)=\sup_{x,y\in A}d_X(x,y).
$$
\end{defn}
\begin{defn}
\label{defn:partial-diameter}
Let $(X,d_X,\mu_X)$ be a metric measure space, For any real number $\alpha\leq 1$, the \textbf{partial diameter} of $X$ is defined as
$$
\diam(A;\alpha)=\inf_{A\subseteq X|\mu_X(A)\geq \alpha}\diam(A).
$$
\end{defn}
This definition generalize the relation between the measure and metric in the metric-measure space. Intuitively, the space with smaller partial diameter can take more volume with the same diameter constrains.
However, in higher dimensions, the volume may tend to concentrates more around a small neighborhood of the set, as we see in previous chapters with high dimensional sphere as example. We can safely cut $\kappa>0$ volume to significantly reduce the diameter, this yields better measure for concentration for shapes in spaces with high dimension.
\begin{defn}
\label{defn:observable-diameter}
Let $X$ be a metric-measure space, $Y$ be a metric space, and $f:X\to Y$ be a 1-Lipschitz function. Then $f_*\mu_X=\mu_Y$ is a push forward measure on $Y$.
For any real number $\kappa>0$, the \textbf{$\kappa$-observable diameter with screen $Y$} is defined as
$$
\obdiam_Y(X;\kappa)=\sup\{\diam(f_*\mu_X;1-\kappa)\}
$$
And the \textbf{obbservable diameter with screen $Y$} is defined as
$$
\obdiam_Y(X)=\inf_{\kappa>0}\max\{\obdiam_Y(X;\kappa)\}
$$
If $Y=\R$, we call it the \textbf{observable diameter}.
\end{defn}
If we collapse it naively via
$$
\inf_{\kappa>0}\obdiam_Y(X;\kappa),
$$
we typically get something degenerate: as $\kappa\to 1$, the condition ``mass $\ge 1-\kappa$'' becomes almost empty space, so $\diam(\nu;1-\kappa)$ can be forced to be $0$ (take a tiny set of positive mass), and hence the infimum tends to $0$ for essentially any non-atomic space.
This is why one either:
\begin{enumerate}
\item keeps $\obdiam_Y(X;\kappa)$ as a \emph{function of $\kappa$} (picking $\kappa$ to be small but not $0$), or
\item if one insists on a single number, balances ``spread'' against ``exceptional mass'' by defining $\obdiam_Y(X)=\inf_{\kappa>0}\max\{\obdiam_Y(X;\kappa),\kappa\}$ as above.
\end{enumerate}
The point of the $\max\{\cdot,\kappa\}$ is that it prevents cheating by taking $\kappa$ close to $1$: if $\kappa$ is large then the maximum is large regardless of how small $\obdiam_Y(X;\kappa)$ is, so the infimum is forced to occur where the exceptional mass and the observable spread are small.
Few additional proposition in \cite{shioya2014metricmeasuregeometry} will help us to estimate the observable diameter for complex projective spaces.
\begin{prop}
\label{prop:observable-diameter-domination}
Let $X$ and $Y$ be two metric-measure spaces and $\kappa>0$, and let $f:Y\to X$ be a 1-Lipschitz function ($Y$ dominates $X$, denoted as $X\prec Y$) then:
\begin{enumerate}
\item
$
\diam(X,1-\kappa)\leq \diam(Y,1-\kappa)
$
\item $\obdiam(X;-\kappa)\leq \diam(X;1-\kappa)$, and $\obdiam(X)$ is finite.
\item
$
\obdiam(X;-\kappa)\leq \obdiam(Y;-\kappa)
$
\end{enumerate}
\end{prop}
\begin{proof}
Since $f$ is 1-Lipschitz, we have $f_*\mu Y=\mu_X$. Let $A$ be any Borel set of $Y$ with $\mu_Y(A)\geq 1-\kappa$ and $\overline{f(A)}$ be the closure of $f(A)$ in $X$. We have $\mu_X(\overline{f(A)})=\mu_Y(f^{-1}(\overline{f(A)}))\geq \mu_Y(A)\geq 1-\kappa$ and by the 1-lipschitz property, $\diam(\overline{f(A)})\leq \diam(A)$, so $\diam(X;1-\kappa)\leq \diam(A)\leq \diam(Y;1-\kappa)$.
Let $g:X\to \R$ be any 1-lipschitz function, since $(\R,|\cdot|,g_*\mu_X)$ is dominated by $X$, $\diam(\R;1-\kappa)\leq \diam(X;1-\kappa)$. Therefore, $\obdiam(X;-\kappa)\leq \diam(X;1-\kappa)$.
and
$$
\diam(g_*\mu_X;1-\kappa)\leq \diam((f\circ g)_*\mu_Y;1-\kappa)\leq \obdiam(Y;1-\kappa)
$$
\end{proof}
\begin{prop}
\label{prop:observable-diameter-scale}
Let $X$ be an metric-measure space. Then for any real number $t>0$, we have
$$
\obdiam(tX;-\kappa)=t\obdiam(X;-\kappa)
$$
Where $tX=(X,tdX,\mu X)$.
\end{prop}
\begin{proof}
$$
\begin{aligned}
\obdiam(tX;-\kappa)&=\sup\{\diam(f_*\mu_X;1-\kappa)|f:tX\to \R \text{ is 1-Lipschitz}\}\\
&=\sup\{\diam(f_*\mu_X;1-\kappa)|t^{-1}f:X\to \R \text{ is 1-Lipschitz}\}\\
&=\sup\{\diam((tg)_*\mu_X;1-\kappa)|g:X\to \R \text{ is 1-Lipschitz}\}\\
&=t\sup\{\diam(g_*\mu_X;1-\kappa)|g:X\to \R \text{ is 1-Lipschitz}\}\\
&=t\obdiam(X;-\kappa)
\end{aligned}
$$
\end{proof}
\subsection{Observable diameter for class of spheres}
In this section, we will try to use the results from previous sections to estimate the observable diameter for class of spheres.
\begin{theorem}
\label{thm:observable-diameter-sphere}
For any real number $\kappa$ with $0<\kappa<1$, we have
$$
\obdiam(S^n(1);-\kappa)=O(\sqrt{n})
$$
\end{theorem}
\begin{proof}
First, recall that by maxwell boltzmann distribution, we have that for any $n>0$, let $I(r)$ denote the measure of standard gaussian measure on the interval $[0,r]$. Then we have
$$
\begin{aligned}
\lim_{n\to \infty} \obdiam(S^n(\sqrt{n});-\kappa)&=\lim_{n\to \infty} \sup\{\diam((\pi_{n,k})_*\sigma^n;1-\kappa)|\pi_{n,k} \text{ is 1-Lipschitz}\}\\
&=\lim_{n\to \infty} \sup\{\diam(\gamma^1;1-\kappa)|\gamma^1 \text{ is the standard gaussian measure}\}\\
&=\diam(\gamma^1;1-\kappa)\\
&=2I^{-1}(\frac{1-\kappa}{2})\text { cutting the extremum for normal distribution}\\
\end{aligned}
$$
By proposition \ref{prop:observable-diameter-scale}, we have
$$
\obdiam(S^n(\sqrt{n});-\kappa)=\sqrt{n}\obdiam(S^n(1);-\kappa)
$$
So $\obdiam(S^n(1);-\kappa)=\sqrt{n}(2I^{-1}(\frac{1-\kappa}{2}))=O(\sqrt{n})$.
\end{proof}
From the previous discussion, we see that the only remaining for finding observable diameter of $\C P^n$ is to find the lipchitz function that is isometric with consistent push-forward measure.
To find such metric, we need some additional results from previous sections.
A natural measure for $\C P^n$ is the normalized volume measure on $\C P^n$ induced from the Fubini-Study metric. \cite{lee_introduction_2018} Example 2.30
\begin{defn}
\label{defn:fubini-study-metric}
Let $n$ be a positive integer, and consider the complex projective space $\C P^n$ defined as the quotient space of $\C^{n+1}$ by the equivalence relation $z\sim z'$ if there exists $\lambda \in \C$ such that $z=\lambda z'$. The map $\pi:\C^{n+1}\setminus\{0\}\to \C P^n$ sending each point in $\C^{n+1}\setminus\{0\}$ to its span is surjective smooth submersion.
Identifying $\C^{n+1}$ with $\R^{2n+2}$ with its Euclidean metric, we can view the unit sphere $S^{2n+1}$ with its roud metric $\mathring{g}$ as an embedded Riemannian submanifold of $\C^{n+1}\setminus\{0\}$. Let $p:S^{2n+1}\to \C P^n$ denote the restriction of the map $\pi$. Then $p$ is smooth, and its is surjective, because every 1-dimensional complex subspace contains elements of unit norm.
\end{defn}
There are many additional properties for such construction, we will check them just for curiosity.
We need to show that it is a submersion.
\begin{proof}
Let $z_0\in S^{2n+1}$ and set $\zeta_0=p(z_0)\in \C P^n$. Since $\pi$ is a smooth submersion, it has a smooth local section $\sigma: U\to \C^{n+1}$ defined on a neighborhood $U$ of $\zeta_0$ and satisfying $\sigma(\zeta_0)=z_0$ by the local section theorem (Theorem \ref{theorem:local_section_theorem}). Let $v:\C^{n+1}\setminus\{0\}\to S^{2n+1}$ be the radial projection on to the sphere:
$$
v(z)=\frac{z}{|z|}
$$
Since dividing an element of $\C^{n+1}$ by a nonzero scalar does not change its span, it follows that $p\circ v=\pi$. Therefore, if we set $\tilde{\sigma}=v\circ \sigma$, then $\tilde{\sigma}$ is a smooth local section of $p$. Apply the local section theorem (Theorem \ref{theorem:local_section_theorem}) again, this shows that $p$ is a submersion.
Define an action of $S^1$ on $S^{2n+1}$ by complex multiplication:
$$
\lambda (z^1,z^2,\ldots,z^{n+1})=(\lambda z^1,\lambda z^2,\ldots,\lambda z^{n+1})
$$
for $\lambda\in S^1$ (viewed as complex number of norm 1) and $z=(z^1,z^2,\ldots,z^{n+1})\in S^{2n+1}$. This is easily seen to be isometric, vertical, and transitive on fibers of $p$.
By (Theorem \ref{theorem:riemannian-submersion}). Therefore, there is a unique metric on $\C P^n$ such that the map $p:S^{2n+1}\to \C P^n$ is a Riemannian submersion. This metric is called the Fubini-study metric.
\end{proof}
\subsection{Observable diameter for complex projective spaces}
Using the projection map and Hopf's fibration, we can estimate the observable diameter for complex projective spaces from the observable diameter of spheres.
\begin{theorem}
\label{thm:observable-diameter-complex-projective-space}
For any real number $\kappa$ with $0<\kappa<1$, we have
$$
\obdiam(\mathbb{C}P^n(1);-\kappa)\leq O(\sqrt{n})
$$
\end{theorem}
\begin{proof}
Recall from Example 2.30 in \cite{lee_introduction_2018}, the Hopf fibration $f_n:S^{2n+1}(1)\to \C P^n$ is 1-Lipschitz continuous with respect to the Fubini-Study metric on $\C P^n$. and the push-forward $(f_n)_*\sigma^{2n+1}$ coincides with the normalized volume measure on $\C P^n$ induced from the Fubini-Study metric.
By proposition \ref{prop:observable-diameter-domination}, we have $\obdiam(\mathbb{C}P^n(1);-\kappa)\leq \obdiam(S^{2n+1}(1);-\kappa)\leq O(\sqrt{n})$.
\end{proof}
\section{Use entropy function as estimator of observable diameter for complex projective spaces}
In this section, we wish to use observable diameter to estimate the statics of thermal dynamics of some classical systems.
\ifSubfilesClassLoaded{
\printbibliography[title={References}]
}
\end{document}
% 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.
We will try to use the results from previous sections to estimate the observable diameter for complex projective spaces.
\section{Observable diameters}
Recall from previous sections, an arbitrary 1-Lipschitz function $f:S^n\to \mathbb{R}$ concentrates near a single value $a_0\in \mathbb{R}$ as strongly as the distance function does.
\begin{defn}
\label{defn:mm-space}
Let $X$ be a topological space with the following:
\begin{enumerate}
\item $X$ is a complete (every Cauchy sequence converges)
\item $X$ is a metric space with metric $d_X$
\item $X$ has a Borel probability measure $\mu_X$
\end{enumerate}
Then $(X,d_X,\mu_X)$ is a \textbf{metric measure space}.
\end{defn}
\begin{defn}
\label{defn:diameter}
Let $(X,d_X)$ be a metric space. The \textbf{diameter} of a set $A\subset X$ is defined as
$$
\diam(A)=\sup_{x,y\in A}d_X(x,y).
$$
\end{defn}
\begin{defn}
\label{defn:partial-diameter}
Let $(X,d_X,\mu_X)$ be a metric measure space, For any real number $\alpha\leq 1$, the \textbf{partial diameter} of $X$ is defined as
$$
\diam(A;\alpha)=\inf_{A\subseteq X|\mu_X(A)\geq \alpha}\diam(A).
$$
\end{defn}
This definition generalize the relation between the measure and metric in the metric-measure space. Intuitively, the space with smaller partial diameter can take more volume with the same diameter constrains.
However, in higher dimensions, the volume may tend to concentrates more around a small neighborhood of the set, as we see in previous chapters with high dimensional sphere as example. We can safely cut $\kappa>0$ volume to significantly reduce the diameter, this yields better measure for concentration for shapes in spaces with high dimension.
\begin{defn}
\label{defn:observable-diameter}
Let $X$ be a metric-measure space, $Y$ be a metric space, and $f:X\to Y$ be a 1-Lipschitz function. Then $f_*\mu_X=\mu_Y$ is a push forward measure on $Y$.
For any real number $\kappa>0$, the \textbf{$\kappa$-observable diameter with screen $Y$} is defined as
$$
\obdiam_Y(X;\kappa)=\sup\{\diam(f_*\mu_X;1-\kappa)\}
$$
And the \textbf{obbservable diameter with screen $Y$} is defined as
$$
\obdiam_Y(X)=\inf_{\kappa>0}\max\{\obdiam_Y(X;\kappa)\}
$$
If $Y=\R$, we call it the \textbf{observable diameter}.
\end{defn}
If we collapse it naively via
$$
\inf_{\kappa>0}\obdiam_Y(X;\kappa),
$$
we typically get something degenerate: as $\kappa\to 1$, the condition ``mass $\ge 1-\kappa$'' becomes almost empty space, so $\diam(\nu;1-\kappa)$ can be forced to be $0$ (take a tiny set of positive mass), and hence the infimum tends to $0$ for essentially any non-atomic space.
This is why one either:
\begin{enumerate}
\item keeps $\obdiam_Y(X;\kappa)$ as a \emph{function of $\kappa$} (picking $\kappa$ to be small but not $0$), or
\item if one insists on a single number, balances ``spread'' against ``exceptional mass'' by defining $\obdiam_Y(X)=\inf_{\kappa>0}\max\{\obdiam_Y(X;\kappa),\kappa\}$ as above.
\end{enumerate}
The point of the $\max\{\cdot,\kappa\}$ is that it prevents cheating by taking $\kappa$ close to $1$: if $\kappa$ is large then the maximum is large regardless of how small $\obdiam_Y(X;\kappa)$ is, so the infimum is forced to occur where the exceptional mass and the observable spread are small.
Few additional proposition in \cite{shioya2014metricmeasuregeometry} will help us to estimate the observable diameter for complex projective spaces.
\begin{prop}
\label{prop:observable-diameter-domination}
Let $X$ and $Y$ be two metric-measure spaces and $\kappa>0$, and let $f:Y\to X$ be a 1-Lipschitz function ($Y$ dominates $X$, denoted as $X\prec Y$) then:
\begin{enumerate}
\item
$
\diam(X,1-\kappa)\leq \diam(Y,1-\kappa)
$
\item $\obdiam(X;-\kappa)\leq \diam(X;1-\kappa)$, and $\obdiam(X)$ is finite.
\item
$
\obdiam(X;-\kappa)\leq \obdiam(Y;-\kappa)
$
\end{enumerate}
\end{prop}
\begin{proof}
Since $f$ is 1-Lipschitz, we have $f_*\mu Y=\mu_X$. Let $A$ be any Borel set of $Y$ with $\mu_Y(A)\geq 1-\kappa$ and $\overline{f(A)}$ be the closure of $f(A)$ in $X$. We have $\mu_X(\overline{f(A)})=\mu_Y(f^{-1}(\overline{f(A)}))\geq \mu_Y(A)\geq 1-\kappa$ and by the 1-lipschitz property, $\diam(\overline{f(A)})\leq \diam(A)$, so $\diam(X;1-\kappa)\leq \diam(A)\leq \diam(Y;1-\kappa)$.
Let $g:X\to \R$ be any 1-lipschitz function, since $(\R,|\cdot|,g_*\mu_X)$ is dominated by $X$, $\diam(\R;1-\kappa)\leq \diam(X;1-\kappa)$. Therefore, $\obdiam(X;-\kappa)\leq \diam(X;1-\kappa)$.
and
$$
\diam(g_*\mu_X;1-\kappa)\leq \diam((f\circ g)_*\mu_Y;1-\kappa)\leq \obdiam(Y;1-\kappa)
$$
\end{proof}
\begin{prop}
\label{prop:observable-diameter-scale}
Let $X$ be an metric-measure space. Then for any real number $t>0$, we have
$$
\obdiam(tX;-\kappa)=t\obdiam(X;-\kappa)
$$
Where $tX=(X,tdX,\mu X)$.
\end{prop}
\begin{proof}
$$
\begin{aligned}
\obdiam(tX;-\kappa)&=\sup\{\diam(f_*\mu_X;1-\kappa)|f:tX\to \R \text{ is 1-Lipschitz}\}\\
&=\sup\{\diam(f_*\mu_X;1-\kappa)|t^{-1}f:X\to \R \text{ is 1-Lipschitz}\}\\
&=\sup\{\diam((tg)_*\mu_X;1-\kappa)|g:X\to \R \text{ is 1-Lipschitz}\}\\
&=t\sup\{\diam(g_*\mu_X;1-\kappa)|g:X\to \R \text{ is 1-Lipschitz}\}\\
&=t\obdiam(X;-\kappa)
\end{aligned}
$$
\end{proof}
\subsection{Observable diameter for class of spheres}
In this section, we will try to use the results from previous sections to estimate the observable diameter for class of spheres.
\begin{theorem}
\label{thm:observable-diameter-sphere}
For any real number $\kappa$ with $0<\kappa<1$, we have
$$
\obdiam(S^n(1);-\kappa)=O(\sqrt{n})
$$
\end{theorem}
\begin{proof}
First, recall that by maxwell boltzmann distribution, we have that for any $n>0$, let $I(r)$ denote the measure of standard gaussian measure on the interval $[0,r]$. Then we have
$$
\begin{aligned}
\lim_{n\to \infty} \obdiam(S^n(\sqrt{n});-\kappa)&=\lim_{n\to \infty} \sup\{\diam((\pi_{n,k})_*\sigma^n;1-\kappa)|\pi_{n,k} \text{ is 1-Lipschitz}\}\\
&=\lim_{n\to \infty} \sup\{\diam(\gamma^1;1-\kappa)|\gamma^1 \text{ is the standard gaussian measure}\}\\
&=\diam(\gamma^1;1-\kappa)\\
&=2I^{-1}(\frac{1-\kappa}{2})\text { cutting the extremum for normal distribution}\\
\end{aligned}
$$
By proposition \ref{prop:observable-diameter-scale}, we have
$$
\obdiam(S^n(\sqrt{n});-\kappa)=\sqrt{n}\obdiam(S^n(1);-\kappa)
$$
So $\obdiam(S^n(1);-\kappa)=\sqrt{n}(2I^{-1}(\frac{1-\kappa}{2}))=O(\sqrt{n})$.
\end{proof}
From the previous discussion, we see that the only remaining for finding observable diameter of $\C P^n$ is to find the lipchitz function that is isometric with consistent push-forward measure.
To find such metric, we need some additional results.
\begin{defn}
\label{defn:riemannian-metric}
Let $M$ be a smooth manifold. A \textit{\textbf{Riemannian metric}} on $M$ is a smooth covariant tensor field $g\in \mathcal{T}^2(M)$ such that for each $p\in M$, $g_p$ is an inner product on $T_pM$.
$g_p(v,v)\geq 0$ for each $p\in M$ and each $v\in T_pM$. equality holds if and only if $v=0$.
\end{defn}
% TODO: There is a hidden chapter on group action on manifolds, can you find that?
\begin{theorem}
\label{theorem:riemannian-submersion}
Let $(\tilde{M},\tilde{g})$ be a Riemannian manifold, let $\pi:\tilde{M}\to M$ be a surjective smooth submersion, and let $G$ be a group acting on $\tilde{M}$. If the \textbf{action} is
\begin{enumerate}
\item isometric: the map $x\mapsto \varphi\cdot x$ is an isometry for each $\varphi\in G$.
\item vertical: every element $\varphi\in G$ takes each fiber to itself, that is $\pi(\varphi\cdot p)=\pi(p)$ for all $p\in \tilde{M}$.
\item transitive on fibers: for each $p,q\in \tilde{M}$ such that $\pi(p)=\pi(q)$, there exists $\varphi\in G$ such that $\varphi\cdot p = q$.
\end{enumerate}
Then there is a unique Riemannian metric on $M$ such that $\pi$ is a Riemannian submersion.
\end{theorem}
A natural measure for $\C P^n$ is the normalized volume measure on $\C P^n$ induced from the Fubini-Study metric. \cite{lee_introduction_2018} Example 2.30
\begin{defn}
\label{defn:fubini-study-metric}
Let $n$ be a positive integer, and consider the complex projective space $\C P^n$ defined as the quotient space of $\C^{n+1}$ by the equivalence relation $z\sim z'$ if there exists $\lambda \in \C$ such that $z=\lambda z'$. The map $\pi:\C^{n+1}\setminus\{0\}\to \C P^n$ sending each point in $\C^{n+1}\setminus\{0\}$ to its span is surjective smooth submersion.
Identifying $\C^{n+1}$ with $\R^{2n+2}$ with its Euclidean metric, we can view the unit sphere $S^{2n+1}$ with its roud metric $\mathring{g}$ as an embedded Riemannian submanifold of $\C^{n+1}\setminus\{0\}$. Let $p:S^{2n+1}\to \C P^n$ denote the restriction of the map $\pi$. Then $p$ is smooth, and its is surjective, because every 1-dimensional complex subspace contains elements of unit norm.
\end{defn}
There are many additional properties for such construction, we will check them just for curiosity.
We need to show that it is a submersion.
\begin{proof}
Let $z_0\in S^{2n+1}$ and set $\zeta_0=p(z_0)\in \C P^n$. Since $\pi$ is a smooth submersion, it has a smooth local section $\sigma: U\to \C^{n+1}$ defined on a neighborhood $U$ of $\zeta_0$ and satisfying $\sigma(\zeta_0)=z_0$ by the local section theorem (Theorem \ref{theorem:local_section_theorem}). Let $v:\C^{n+1}\setminus\{0\}\to S^{2n+1}$ be the radial projection on to the sphere:
$$
v(z)=\frac{z}{|z|}
$$
Since dividing an element of $\C^{n+1}$ by a nonzero scalar does not change its span, it follows that $p\circ v=\pi$. Therefore, if we set $\tilde{\sigma}=v\circ \sigma$, then $\tilde{\sigma}$ is a smooth local section of $p$. Apply the local section theorem (Theorem \ref{theorem:local_section_theorem}) again, this shows that $p$ is a submersion.
Define an action of $S^1$ on $S^{2n+1}$ by complex multiplication:
$$
\lambda (z^1,z^2,\ldots,z^{n+1})=(\lambda z^1,\lambda z^2,\ldots,\lambda z^{n+1})
$$
for $\lambda\in S^1$ (viewed as complex number of norm 1) and $z=(z^1,z^2,\ldots,z^{n+1})\in S^{2n+1}$. This is easily seen to be isometric, vertical, and transitive on fibers of $p$.
By (Theorem \ref{theorem:riemannian-submersion}). Therefore, there is a unique metric on $\C P^n$ such that the map $p:S^{2n+1}\to \C P^n$ is a Riemannian submersion. This metric is called the Fubini-study metric.
\end{proof}
\subsection{Observable diameter for complex projective spaces}
Using the projection map and Hopf's fibration, we can estimate the observable diameter for complex projective spaces from the observable diameter of spheres.
\begin{theorem}
\label{thm:observable-diameter-complex-projective-space}
For any real number $\kappa$ with $0<\kappa<1$, we have
$$
\obdiam(\mathbb{C}P^n(1);-\kappa)\leq O(\sqrt{n})
$$
\end{theorem}
\begin{proof}
Recall from Example 2.30 in \cite{lee_introduction_2018}, the Hopf fibration $f_n:S^{2n+1}(1)\to \C P^n$ is 1-Lipschitz continuous with respect to the Fubini-Study metric on $\C P^n$. and the push-forward $(f_n)_*\sigma^{2n+1}$ coincides with the normalized volume measure on $\C P^n$ induced from the Fubini-Study metric.
By proposition \ref{prop:observable-diameter-domination}, we have $\obdiam(\mathbb{C}P^n(1);-\kappa)\leq \obdiam(S^{2n+1}(1);-\kappa)\leq O(\sqrt{n})$.
\end{proof}
\section{Use entropy function as estimator of observable diameter for complex projective spaces}
In this section we describe a Monte Carlo pipeline for comparing concentration phenomena across three metric-measure spaces using real-valued entropy observables. The goal is not to compute the exact observable diameter
$$
\operatorname{ObsDiam}_{\mathbb{R}}(X;-\kappa)
=
\sup_{f \in \operatorname{Lip}_1(X,\mathbb{R})}
\operatorname{diam}(f_*\mu_X;1-\kappa),
$$
but to estimate it by choosing a specific observable $f:X\to \mathbb{R}$ and then measuring the partial diameter of its push-forward distribution. Thus all numerical quantities below should be interpreted as \emph{entropy-based observable-diameter proxies}, not exact observable diameters in Gromov's sense \cite{MGomolovs,shioya2014metricmeasuregeometry}.
The screen is $\mathbb{R}$ equipped with the Euclidean metric, and for a fixed $\kappa \in (0,1)$ we set
$$
\alpha = 1-\kappa.
$$
Given sampled values $y_1,\dots,y_N \in \mathbb{R}$ of the observable, the code sorts them and computes the shortest interval $[a,b]$ containing at least $\lceil \alpha N \rceil$ samples. Its width
$$
b-a
$$
is the empirical partial diameter of the push-forward measure on $\mathbb{R}$.
To compare this width with the true observable diameter, the code also estimates an empirical Lipschitz constant of the chosen observable. If $x_i,x_j \in X$ are sampled states and $f(x_i),f(x_j)$ are the corresponding observable values, then the sampled slopes are
$$
\frac{|f(x_i)-f(x_j)|}{d_X(x_i,x_j)},
$$
where $d_X$ is the metric of the ambient space. The code records both the maximum sampled slope and the $0.99$-quantile of these slopes. Dividing the empirical partial diameter by these sampled Lipschitz constants gives two normalized proxies:
$$
\frac{\operatorname{diam}(f_*\mu_X;1-\kappa)}{L_{\max}}
\qquad \text{and} \qquad
\frac{\operatorname{diam}(f_*\mu_X;1-\kappa)}{L_{0.99}}.
$$
If the chosen observable were exactly $1$-Lipschitz, these normalized quantities would coincide with the raw width. In practice they should be viewed only as heuristic lower-scale corrections.
\subsection{Random sampling using standard uniform measure on the unit sphere}
The first family of spaces is the real unit sphere
$$
S^{m-1}
=
\left\{
x=(x_1,\dots,x_m)\in \mathbb{R}^m : \|x\|_2=1
\right\},
$$
equipped with the geodesic distance
$$
d_{S}(x,y)=\arccos \langle x,y\rangle
$$
and the normalized Riemannian volume measure. This is the standard metric-measure structure used in concentration of measure on spheres \cite{lee_introduction_2018,romanvershyni,shioya2014metricmeasuregeometry}.
Sampling is performed by drawing a standard Gaussian vector $g\in \mathbb{R}^m$ and normalizing:
$$
x=\frac{g}{\|g\|_2}.
$$
This produces the uniform distribution on $S^{m-1}$.
The observable is a Shannon entropy built from the squared coordinates:
$$
f_{\mathrm{sphere}}(x)
=
-\sum_{i=1}^m x_i^2 \log_2(x_i^2).
$$
Since $(x_1^2,\dots,x_m^2)$ is a probability vector, $f_{\mathrm{sphere}}$ takes values in $[0,\log_2 m]$, and the code records $\log_2 m$ as the natural upper bound of the observable.
For each chosen dimension $m$, the experiment generates $N$ independent samples $x^{(1)},\dots,x^{(N)}$, computes the values
$$
f_{\mathrm{sphere}}(x^{(1)}),\dots,f_{\mathrm{sphere}}(x^{(N)}),
$$
and then evaluates the shortest interval containing mass at least $1-\kappa$. This gives an empirical observable-diameter proxy for the sphere family. The code also computes the empirical mean, median, standard deviation, and the normalized proxies obtained from sampled Lipschitz ratios.
\subsection{Visualized the concentration of measure phenomenon on complex projective space}
The second family is complex projective space
$$
\mathbb{C}P^{d_A d_B-1},
$$
viewed as the space of pure states in $\mathbb{C}^{d_A}\otimes \mathbb{C}^{d_B}$ modulo global phase. Geometrically, this space is equipped with the Fubini--Study metric and its associated normalized volume measure \cite{lee_introduction_2018,Bengtsson_Zyczkowski_2017}. Numerically, a projective point is represented by a unit vector
$$
\psi \in \mathbb{C}^{d_A d_B},
\qquad
\|\psi\|=1,
$$
and distances are computed by the Fubini--Study formula
$$
d_{FS}([\psi],[\phi])
=
\arccos |\langle \psi,\phi\rangle|.
$$
Sampling is implemented by drawing a complex Gaussian matrix
$$
G \in \mathbb{C}^{d_A \times d_B},
$$
with independent standard complex normal entries, and then normalizing it so that
$$
\psi = \frac{\operatorname{vec}(G)}{\|\operatorname{vec}(G)\|}.
$$
This is equivalent to Haar sampling on the unit sphere in $\mathbb{C}^{d_A d_B}$ and hence induces the standard unitarily invariant measure on $\mathbb{C}P^{d_A d_B-1}$ \cite{Bengtsson_Zyczkowski_2017,Nielsen_Chuang_2010}.
The real-valued observable is the bipartite entanglement entropy. Writing
$$
\rho_A = \operatorname{Tr}_B |\psi\rangle\langle \psi|,
$$
the code defines
$$
f_{\mathrm{CP}}([\psi])
=
S(\rho_A)
=
-\operatorname{Tr}(\rho_A \log_2 \rho_A).
$$
Equivalently, if $\lambda_1,\dots,\lambda_{d_A}$ are the eigenvalues of $\rho_A$, then
$$
f_{\mathrm{CP}}([\psi])
=
-\sum_{i=1}^{d_A}\lambda_i \log_2 \lambda_i.
$$
This observable takes values in $[0,\log_2 d_A]$.
For each dimension pair $(d_A,d_B)$, the experiment samples $N$ independent Haar-random pure states, computes the entropy values, and then forms the empirical push-forward distribution on $\mathbb{R}$. The shortest interval containing mass at least $1-\kappa$ is reported as the entropy-based observable-diameter proxy. In addition, the code plots histograms, upper-tail deficit plots for
$$
\log_2 d_A - S(\rho_A),
$$
and family-wise comparisons of partial diameter, standard deviation, and mean deficit. When available, these plots are overlaid with the Page average entropy and with Hayden-style concentration scales, which serve as theoretical guides rather than direct outputs of the simulation \cite{Hayden,Hayden_2006,Pages_conjecture_simple_proof}.
\subsection{Random sampling using Majorana Stellar representation}
The third family is the symmetric subspace
$$
\operatorname{Sym}^N(\mathbb{C}^2),
$$
which is naturally identified with $\mathbb{C}P^N$ after projectivization. In this model, a pure symmetric $N$-qubit state is written in the Dicke basis as
$$
|\psi\rangle
=
\sum_{k=0}^{N} c_k |D^N_k\rangle,
\qquad
\sum_{k=0}^{N}|c_k|^2 = 1.
$$
The projective metric is again the Fubini--Study metric
$$
d_{FS}([\psi],[\phi])=\arccos |\langle \psi,\phi\rangle|.
$$
Sampling is performed by drawing a standard complex Gaussian vector
$$
(c_0,\dots,c_N)\in \mathbb{C}^{N+1}
$$
and normalizing it. This gives the unitarily invariant measure on the projective symmetric state space.
The observable used by the code is the one-particle entropy of the symmetric state. From the coefficient vector $(c_0,\dots,c_N)$ one constructs the one-qubit reduced density matrix $\rho_1$, and then defines
$$
f_{\mathrm{Maj}}([\psi])
=
S(\rho_1)
=
-\operatorname{Tr}(\rho_1 \log_2 \rho_1).
$$
Since $\rho_1$ is a qubit state, this observable takes values in $[0,1]$.
To visualize the same states in Majorana form, the code also associates to a sampled symmetric state its Majorana polynomial and computes its roots. After stereographic projection, these roots define $N$ points on $S^2$, called the Majorana stars \cite{Bengtsson_Zyczkowski_2017}. The resulting star plots are included only as geometric visualizations; they are not used to define the metric or the observable. The metric-measure structure used in the actual simulation remains the Fubini--Study metric and the unitarily invariant measure on the projective symmetric state space.
Thus, for each $N$, the simulation produces:
\begin{enumerate}
\item a sample of symmetric states,
\item the corresponding one-body entropy values,
\item the shortest interval containing mass at least $1-\kappa$ in the push-forward distribution on $\mathbb{R}$,
\item empirical Lipschitz-normalized versions of this width,
\item and a separate Majorana-star visualization of representative samples.
\end{enumerate}
Taken together, these three families allow us to compare how entropy-based concentration behaves on a real sphere, on a general complex projective space carrying bipartite entanglement entropy, and on the symmetric subspace described by Majorana stellar data.
\ifSubfilesClassLoaded{
\printbibliography[title={References}]
}
\end{document}

View File

@@ -1,57 +1,57 @@
% chapters/chap2.tex
\documentclass[../main.tex]{subfiles}
\ifSubfilesClassLoaded{
\addbibresource{../main.bib}
}
\begin{document}
\chapter{Seigel-Bargmann Space}
In this chapter, we will collect ideas and other perspective we have understanding the concentration of measure phenomenon. Especially with symmetric product of $\C P^1$ and see how it relates to Riemman surfaces and Seigel-Bargmann spaces.
\begin{figure}[h]
\centering
\begin{tikzpicture}[node distance=40mm, thick,
main/.style={draw, draw=white},
towards/.style={->},
towards_imp/.style={<->,red},
mutual/.style={<->}
]
\node[main] (cp) {$\mathbb{C}P^{n}$};
\node[main] (c) [below of=cp] {$\mathbb{C}^{n+1}$};
\node[main] (p) [right of=cp] {$\mathbb{P}^n$};
\node[main] (sym) [below of=p] {$\operatorname{Sym}_n(\mathbb{C}P^1)$};
% draw edges
\draw[towards] (c) -- (cp) node[midway, left] {$z\sim \lambda z$};
\draw[towards] (c) -- (p) node[midway, fill=white] {$w(z)=\sum_{i=0}^n Z_i z^i$};
\draw[towards_imp] (cp) -- (p) node[midway, above] {$w(z)\sim w(\lambda z)$};
\draw[mutual] (p) -- (sym) node[midway, right] {root of $w(z)$};
\end{tikzpicture}
\caption{Majorana stellar representation}
\label{fig:majorana_stellar_representation}
\end{figure}
Basically, there is a bijection between the complex projective space $\mathbb{C}P^n$ and the set of roots of a polynomial of degree $n$.
We can use a symmetric group of permutations of $n$ complex numbers (or $S^2$) to represent the $\mathbb{C}P^n$, that is, $\mathbb{C}P^n=S^2\times S^2\times \cdots \times S^2/S_n$.
One might be interested in the random sampling over the $\operatorname{Sym}_n(\mathbb{C}P^1)$ and the concentration of measure phenomenon on that.
\section{Majorana stellar representation of the quantum state}
\begin{defn}
Let $n$ be a positive integer. The Majorana stellar representation of the quantum state is the set of all roots of a polynomial of degree $n$ in $\mathbb{C}$.
\end{defn}
\section{Space of complex valued functions and pure states}
\ifSubfilesClassLoaded{
\printbibliography[title={References for Chapter 2}]
}
\end{document}
% chapters/chap2.tex
\documentclass[../main.tex]{subfiles}
\ifSubfilesClassLoaded{
\addbibresource{../main.bib}
}
\begin{document}
\chapter{Seigel-Bargmann Space}
In this chapter, we will collect ideas and other perspective we have understanding the concentration of measure phenomenon. Especially with symmetric product of $\C P^1$ and see how it relates to Riemman surfaces and Seigel-Bargmann spaces.
\begin{figure}[h]
\centering
\begin{tikzpicture}[node distance=40mm, thick,
main/.style={draw, draw=white},
towards/.style={->},
towards_imp/.style={<->,red},
mutual/.style={<->}
]
\node[main] (cp) {$\mathbb{C}P^{n}$};
\node[main] (c) [below of=cp] {$\mathbb{C}^{n+1}$};
\node[main] (p) [right of=cp] {$\mathbb{P}^n$};
\node[main] (sym) [below of=p] {$\operatorname{Sym}_n(\mathbb{C}P^1)$};
% draw edges
\draw[towards] (c) -- (cp) node[midway, left] {$z\sim \lambda z$};
\draw[towards] (c) -- (p) node[midway, fill=white] {$w(z)=\sum_{i=0}^n Z_i z^i$};
\draw[towards_imp] (cp) -- (p) node[midway, above] {$w(z)\sim w(\lambda z)$};
\draw[mutual] (p) -- (sym) node[midway, right] {root of $w(z)$};
\end{tikzpicture}
\caption{Majorana stellar representation}
\label{fig:majorana_stellar_representation}
\end{figure}
Basically, there is a bijection between the complex projective space $\mathbb{C}P^n$ and the set of roots of a polynomial of degree $n$.
We can use a symmetric group of permutations of $n$ complex numbers (or $S^2$) to represent the $\mathbb{C}P^n$, that is, $\mathbb{C}P^n=S^2\times S^2\times \cdots \times S^2/S_n$.
One might be interested in the random sampling over the $\operatorname{Sym}_n(\mathbb{C}P^1)$ and the concentration of measure phenomenon on that.
\section{Majorana stellar representation of the quantum state}
\begin{defn}
Let $n$ be a positive integer. The Majorana stellar representation of the quantum state is the set of all roots of a polynomial of degree $n$ in $\mathbb{C}$.
\end{defn}
\section{Space of complex valued functions and pure states}
\ifSubfilesClassLoaded{
\printbibliography[title={References for Chapter 2}]
}
\end{document}

View File

@@ -1,112 +1,112 @@
% main.tex
\documentclass[11pt]{book}
% --- Math + structure ---
\usepackage{amsmath,amssymb,amsthm}
\usepackage{hyperref}
\usepackage{subfiles} % allows chapters to compile independently
% --- Formatting ---
\usepackage{fancyhdr,parskip}
\usepackage{fullpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add special notation supports
\usepackage[mathscr]{euscript}
\usepackage{mathtools}
\usepackage{braket}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add image package and directory
\usepackage{graphicx}
\usepackage{tikz}
\graphicspath{{./images/}}
% dependency graph
\usetikzlibrary{trees,positioning,arrows.meta,backgrounds}
% floating graph
\usepackage{float}
% --- Bibliography: biblatex + biber ---
\usepackage[
backend=biber,
style=alphabetic,
sorting=nyt,
giveninits=true
]{biblatex}
% --- Beamer-like blocks (printer-friendly) ---
\usepackage[most]{tcolorbox}
\usepackage{xcolor}
% A dedicated "Examples" block (optional convenience wrapper)
\newtcolorbox{examples}[1][Example]{%
enhanced,
breakable,
colback=white,
colframe=black!90,
coltitle=white, % title text color
colbacktitle=black!90, % <<< grey 80 title bar
boxrule=0.6pt,
arc=1.5mm,
left=1.2mm,right=1.2mm,top=1.0mm,bottom=1.0mm,
fonttitle=\bfseries,
title=#1
}
% In the assembled book, we load *all* chapter bib files here,
% and print one combined bibliography at the end.
\addbibresource{main.bib}
%%
% Some convenient commands if you need to use integrals
\newcommand{\is}{\hspace{2pt}}
\newcommand{\dx}{\is dx}
%%%%%%%%%%%%%%%%%%%%%%
% These are commands you can use that will generate nice things in TeX. Feel free to define your own, too.
\newcommand{\Z}{\mathbb{Z}} % integers
\newcommand{\Q}{\mathbb{Q}} % rationals
\newcommand{\R}{\mathbb{R}} % reals
\newcommand{\C}{\mathbb{C}} % complex numbers
\newcommand{\ds}{\displaystyle} % invoke "display style", which makes fractions come out big, etc.
\newcommand{\charac}{\operatorname{char}} % characteristic of a field
\newcommand{\st}{\ensuremath{\,:\,}} % Makes the colon in set-builder notation space properly
%%%%%%%%%%%%%%%%%%%%%%
% These commands are for convenient notation for the concentration of measure theorem
\newcommand{\obdiam}{\operatorname{ObserDiam}}
\newcommand{\diam}{\operatorname{diam}}
%%%%%%%%%%%%%%%%%%%%%%
% These commands create theorem-like environments.
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{prop}[theorem]{Proposition}
\newtheorem{defn}[theorem]{Definition}
\title{Concentration of Measure And Quantum Entanglement}
\author{Zheyuan Wu}
\date{\today}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
% Each chapter is in its own file and included as a subfile.
% \subfile{preface}
\subfile{chapters/chap0}
\subfile{chapters/chap1}
\subfile{chapters/chap2}
% \subfile{chapters/chap3}
\backmatter
\cleardoublepage
\printbibliography[title={References}]
\end{document}
% main.tex
\documentclass[11pt]{book}
% --- Math + structure ---
\usepackage{amsmath,amssymb,amsthm}
\usepackage{hyperref}
\usepackage{subfiles} % allows chapters to compile independently
% --- Formatting ---
\usepackage{fancyhdr,parskip}
\usepackage{fullpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add special notation supports
\usepackage[mathscr]{euscript}
\usepackage{mathtools}
\usepackage{braket}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add image package and directory
\usepackage{graphicx}
\usepackage{tikz}
\graphicspath{{./images/}}
% dependency graph
\usetikzlibrary{trees,positioning,arrows.meta,backgrounds}
% floating graph
\usepackage{float}
% --- Bibliography: biblatex + biber ---
\usepackage[
backend=biber,
style=alphabetic,
sorting=nyt,
giveninits=true
]{biblatex}
% --- Beamer-like blocks (printer-friendly) ---
\usepackage[most]{tcolorbox}
\usepackage{xcolor}
% A dedicated "Examples" block (optional convenience wrapper)
\newtcolorbox{examples}[1][Example]{%
enhanced,
breakable,
colback=white,
colframe=black!90,
coltitle=white, % title text color
colbacktitle=black!90, % <<< grey 80 title bar
boxrule=0.6pt,
arc=1.5mm,
left=1.2mm,right=1.2mm,top=1.0mm,bottom=1.0mm,
fonttitle=\bfseries,
title=#1
}
% In the assembled book, we load *all* chapter bib files here,
% and print one combined bibliography at the end.
\addbibresource{main.bib}
%%
% Some convenient commands if you need to use integrals
\newcommand{\is}{\hspace{2pt}}
\newcommand{\dx}{\is dx}
%%%%%%%%%%%%%%%%%%%%%%
% These are commands you can use that will generate nice things in TeX. Feel free to define your own, too.
\newcommand{\Z}{\mathbb{Z}} % integers
\newcommand{\Q}{\mathbb{Q}} % rationals
\newcommand{\R}{\mathbb{R}} % reals
\newcommand{\C}{\mathbb{C}} % complex numbers
\newcommand{\ds}{\displaystyle} % invoke "display style", which makes fractions come out big, etc.
\newcommand{\charac}{\operatorname{char}} % characteristic of a field
\newcommand{\st}{\ensuremath{\,:\,}} % Makes the colon in set-builder notation space properly
%%%%%%%%%%%%%%%%%%%%%%
% These commands are for convenient notation for the concentration of measure theorem
\newcommand{\obdiam}{\operatorname{ObserDiam}}
\newcommand{\diam}{\operatorname{diam}}
%%%%%%%%%%%%%%%%%%%%%%
% These commands create theorem-like environments.
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{prop}[theorem]{Proposition}
\newtheorem{defn}[theorem]{Definition}
\title{Concentration of Measure And Quantum Entanglement}
\author{Zheyuan Wu}
\date{\today}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
% Each chapter is in its own file and included as a subfile.
% \subfile{preface}
\subfile{chapters/chap0}
\subfile{chapters/chap1}
\subfile{chapters/chap2}
% \subfile{chapters/chap3}
\backmatter
\cleardoublepage
\printbibliography[title={References}]
\end{document}

View File

@@ -1,86 +1,86 @@
% preface.tex
\documentclass[main.tex]{subfiles}
\ifSubfilesClassLoaded{
\addbibresource{main.bib}
}
\begin{document}
\chapter*{Preface}
\addcontentsline{toc}{chapter}{Preface}
Non-commutative probability theory is a branch of generalized probability theory that studies the probability of events in non-commutative algebras (e.g. the algebra of observables in quantum mechanics). In the 20th century, non-commutative probability theory has been applied to the study of quantum mechanics as the classical probability theory is not enough to describe quantum mechanics~\cite{kummer1998elements}.
Recently, the concentration of measure phenomenon has been applied to the study of non-commutative probability theory. Basically, the non-trivial observation, citing from Gromov's work~\cite{MGomolovs}, states that an arbitrary 1-Lipschitz function $f:S^n\to \mathbb{R}$ concentrates near a single value $a_0\in \mathbb{R}$ as strongly as the distance function does. That is,
$$
\mu\{x\in S^n: |f(x)-a_0|\geq\epsilon\} < \kappa_n(\epsilon)\leq 2\exp\left(-\frac{(n-1)\epsilon^2}{2}\right)
$$
is applied to computing the probability that, given a bipartite system $A\otimes B$, assume $\dim(B)\geq \dim(A)\geq 3$, as the dimension of the smaller system $A$ increases, with very high probability, a random pure state $\sigma=|\psi\rangle\langle\psi|$ selected from $A\otimes B$ is almost as good as the maximally entangled state.
Mathematically, that is:
Let $\psi\in \mathcal{P}(A\otimes B)$ be a random pure state on $A\otimes B$.
If we define $\beta=\frac{1}{\ln(2)}\frac{d_A}{d_B}$, then we have
$$
\operatorname{Pr}[H(\psi_A) < \log_2(d_A)-\alpha-\beta] \leq \exp\left(-\frac{1}{8\pi^2\ln(2)}\frac{(d_Ad_B-1)\alpha^2}{(\log_2(d_A))^2}\right)
$$
where $d_B\geq d_A\geq 3$~\cite{Hayden_2006}.
In this report, we will show the process of my exploration of the concentration of measure phenomenon in the context of non-commutative probability theory. We assume the reader is an undergraduate student in mathematics and is familiar with the basic concepts of probability theory, measure theory, linear algebra, and some basic skills of mathematical analysis. To make the report more self-contained, we will add detailed annotated proofs that I understand and references for the original sources.
\section*{How to use the dependency graph}
Since our topic integrates almost everything I've learned during undergraduate study, I will try to make some dependency graph for reader and for me to keep track of what are the necessary knowledge to understand part of the report.
One can imagine the project as a big tree, where the root is in undergrad math and branches out to the topics of the report, including many advanced topics and motivation to study them.
\bigskip
% --- Dependency tree graph (TikZ) ---
\begin{figure}[ht]
\centering
\begin{tikzpicture}[
node distance=10mm and 18mm,
box/.style={draw, rectangle, fill=white, align=center, inner sep=4pt},
arrow/.style={-Latex}
]
% \node[box] (lin) {Linear Algebra\\(bases, maps, eigenvalues)};
% \node[box, right=of lin] (real) {Real Analysis\\(limits, continuity, measure-lite)};
% \node[box, below=of lin] (prob) {Probability\\(expectation, variance, concentration)};
% \node[box, below=of real] (top) {Topology/Geometry\\(metrics, compactness)};
% \node[box, below=12mm of prob] (func) {Functional Analysis\\($L^p$, Hilbert spaces, operators)};
% \node[box, below=12mm of top] (quant) {Quantum Formalism\\(states, observables, partial trace)};
% \node[box, below=14mm of func, xshift=25mm] (book) {This Book\\(Chapters 1--n)};
% % draw arrows behind nodes
% \begin{scope}[on background layer]
% \draw[arrow] (lin) -- (func);
% \draw[arrow] (real) -- (func);
% \draw[arrow] (prob) -- (func);
% \draw[arrow] (func) -- (quant);
% \draw[arrow] (lin) -- (quant);
% \draw[arrow] (top) -- (quant);
% \draw[arrow] (func) -- (book);
% \draw[arrow] (quant) -- (book);
% \draw[arrow] (prob) -- (book);
% \end{scope}
\end{tikzpicture}
\caption{Dependency tree: prerequisites and how they feed into the main text.}
\label{fig:dependency-tree}
\end{figure}
\ifSubfilesClassLoaded{
\printbibliography[title={References}]
}
\end{document}
% preface.tex
\documentclass[main.tex]{subfiles}
\ifSubfilesClassLoaded{
\addbibresource{main.bib}
}
\begin{document}
\chapter*{Preface}
\addcontentsline{toc}{chapter}{Preface}
Non-commutative probability theory is a branch of generalized probability theory that studies the probability of events in non-commutative algebras (e.g. the algebra of observables in quantum mechanics). In the 20th century, non-commutative probability theory has been applied to the study of quantum mechanics as the classical probability theory is not enough to describe quantum mechanics~\cite{kummer1998elements}.
Recently, the concentration of measure phenomenon has been applied to the study of non-commutative probability theory. Basically, the non-trivial observation, citing from Gromov's work~\cite{MGomolovs}, states that an arbitrary 1-Lipschitz function $f:S^n\to \mathbb{R}$ concentrates near a single value $a_0\in \mathbb{R}$ as strongly as the distance function does. That is,
$$
\mu\{x\in S^n: |f(x)-a_0|\geq\epsilon\} < \kappa_n(\epsilon)\leq 2\exp\left(-\frac{(n-1)\epsilon^2}{2}\right)
$$
is applied to computing the probability that, given a bipartite system $A\otimes B$, assume $\dim(B)\geq \dim(A)\geq 3$, as the dimension of the smaller system $A$ increases, with very high probability, a random pure state $\sigma=|\psi\rangle\langle\psi|$ selected from $A\otimes B$ is almost as good as the maximally entangled state.
Mathematically, that is:
Let $\psi\in \mathcal{P}(A\otimes B)$ be a random pure state on $A\otimes B$.
If we define $\beta=\frac{1}{\ln(2)}\frac{d_A}{d_B}$, then we have
$$
\operatorname{Pr}[H(\psi_A) < \log_2(d_A)-\alpha-\beta] \leq \exp\left(-\frac{1}{8\pi^2\ln(2)}\frac{(d_Ad_B-1)\alpha^2}{(\log_2(d_A))^2}\right)
$$
where $d_B\geq d_A\geq 3$~\cite{Hayden_2006}.
In this report, we will show the process of my exploration of the concentration of measure phenomenon in the context of non-commutative probability theory. We assume the reader is an undergraduate student in mathematics and is familiar with the basic concepts of probability theory, measure theory, linear algebra, and some basic skills of mathematical analysis. To make the report more self-contained, we will add detailed annotated proofs that I understand and references for the original sources.
\section*{How to use the dependency graph}
Since our topic integrates almost everything I've learned during undergraduate study, I will try to make some dependency graph for reader and for me to keep track of what are the necessary knowledge to understand part of the report.
One can imagine the project as a big tree, where the root is in undergrad math and branches out to the topics of the report, including many advanced topics and motivation to study them.
\bigskip
% --- Dependency tree graph (TikZ) ---
\begin{figure}[ht]
\centering
\begin{tikzpicture}[
node distance=10mm and 18mm,
box/.style={draw, rectangle, fill=white, align=center, inner sep=4pt},
arrow/.style={-Latex}
]
% \node[box] (lin) {Linear Algebra\\(bases, maps, eigenvalues)};
% \node[box, right=of lin] (real) {Real Analysis\\(limits, continuity, measure-lite)};
% \node[box, below=of lin] (prob) {Probability\\(expectation, variance, concentration)};
% \node[box, below=of real] (top) {Topology/Geometry\\(metrics, compactness)};
% \node[box, below=12mm of prob] (func) {Functional Analysis\\($L^p$, Hilbert spaces, operators)};
% \node[box, below=12mm of top] (quant) {Quantum Formalism\\(states, observables, partial trace)};
% \node[box, below=14mm of func, xshift=25mm] (book) {This Book\\(Chapters 1--n)};
% % draw arrows behind nodes
% \begin{scope}[on background layer]
% \draw[arrow] (lin) -- (func);
% \draw[arrow] (real) -- (func);
% \draw[arrow] (prob) -- (func);
% \draw[arrow] (func) -- (quant);
% \draw[arrow] (lin) -- (quant);
% \draw[arrow] (top) -- (quant);
% \draw[arrow] (func) -- (book);
% \draw[arrow] (quant) -- (book);
% \draw[arrow] (prob) -- (book);
% \end{scope}
\end{tikzpicture}
\caption{Dependency tree: prerequisites and how they feed into the main text.}
\label{fig:dependency-tree}
\end{figure}
\ifSubfilesClassLoaded{
\printbibliography[title={References}]
}
\end{document}