Skip to content

Commit 82d146c

Browse files
committed
EnsembleSpaces: integrated results from discussion with Jacky
1 parent 2b9a7fa commit 82d146c

1 file changed

Lines changed: 42 additions & 10 deletions

File tree

pm_EnsembleSpaces.tex

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ \subsection{Affine combinations}
12761276
A convex space $X$ is \textbf{cancellative} if $p \ens[a] + \bar{p} \ens = p \ens[b] + \bar{p} \ens$ for some $p \in (0,1)$ implies $\ens[a] = \ens[b]$.
12771277
\end{defn}
12781278

1279-
\begin{thrm}[Ensemble spaces are cancellative]
1279+
\begin{thrm}[Ensemble spaces are cancellative]\label{pm-es-ensembleSpaceCancellative}
12801280
Let $\Ens$ be an ensemble space. Let $\ens[a], \ens[b], \ens \in \Ens$ such that $p\ens[a] + \bar{p} \ens = p \ens[b] + \bar{p} \ens$ for some $p \in (0,1)$. Then $\ens[a] = \ens[b]$.
12811281
\end{thrm}
12821282

@@ -1351,6 +1351,27 @@ \subsection{Affine combinations}
13511351
\end{equation}
13521352
Since $S(\lambda\ens[a] + \bar{\lambda}\ens[b]) = \lambda S(\lambda\ens[a] + \bar{\lambda}\ens[b]) + \bar{\lambda} S(\lambda\ens[a] + \bar{\lambda}\ens[b]) = \lambda S(\ens[a]) + \bar{\lambda} S(\ens[b])$, $\ens[a] = \ens[b]$ by strict concavity.
13531353
\end{proof}
1354+
1355+
TODO: review
1356+
1357+
\begin{coro}\label{pm-es-uniqueMixtureCoefficient}
1358+
Let $\ens[a], \ens[b] \in \Ens$ and $p,\lambda \in [0,1]$. Then $p\ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + \bar{\lambda} \ens[b]$ if and only if $\ens[a] = \ens[b]$ or $p=\lambda$.
1359+
\end{coro}
1360+
1361+
\begin{proof}
1362+
Suppose that $\ens[a] = \ens[b]$ then $p\ens[a] + \bar{p} \ens[b] = p\ens[a] + \bar{p} \ens[a] = \ens[a] = \lambda \ens[a] + \bar{\lambda} \ens[a] = \lambda \ens[a] + \bar{\lambda} \ens[b]$ for all $p,\lambda \in [0,1]$. Suppose $p=\lambda$. Then $p\ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + \bar{\lambda} \ens[b]$.
1363+
1364+
Now suppose $p\ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + \bar{\lambda} \ens[b]$. If $p=\lambda$, the relationship is satisfied for all $\ens[a],\ens[b] \in \Ens$. Without loss of generality, suppose $p \geq \lambda$. We have
1365+
\begin{align}
1366+
\lambda \ens[a] + \bar{\lambda} \ens[b] &= p \ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + (p-\lambda) \ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + \bar{\lambda}\left(\frac{p-\lambda}{\bar{\lambda}} \ens[a] + \frac{\bar{p}}{\bar{\lambda}} \ens[b] \right).
1367+
\end{align}
1368+
Using \ref{pm-es-ensembleSpaceCancellative}, we have
1369+
\begin{align}
1370+
\frac{p-\lambda}{\bar{\lambda}} \ens[a] + \frac{\bar{p}}{\bar{\lambda}} \ens[b] &= \ens[b] = \frac{p-\lambda}{\bar{\lambda}} \ens[b] + \frac{\bar{p}}{\bar{\lambda}} \ens[b].
1371+
\end{align}
1372+
Using \ref{pm-es-ensembleSpaceCancellative} again, we have $\ens[a] = \ens[b]$.
1373+
\end{proof}
1374+
13541375
\end{mathSection}
13551376

13561377
The fact that the convex space is cancellative essentially allows us to ``invert'' a convex combination, allowing affine combinations. An affine combination is a linear combination where the coefficients sum to one, like in a convex combination, but coefficients can be negative, unlike in a convex combination. Conceptually we can ``take part of an ensemble out'' from another ensemble. The ability in quantum mechanics to use negative pseudo-probability, for example in Wigner functions, stems from the fact that the space of ensembles allows affine combinations because it is cancellative.
@@ -2026,7 +2047,7 @@ \subsection{Mixing entropy as pseudo-distance}
20262047
Since both the entropy and the mixing operation are continuous, the mixing entropy is also continuous. An entropic open ball is the reverse image of an open set through a continuous function and it is therefore an open set.
20272048
\end{proof}
20282049

2029-
\begin{prop}
2050+
\begin{prop}\label{pm-es-Hausdorff}
20302051
Ensemble spaces are Hausdorff topological spaces.
20312052
\end{prop}
20322053

@@ -2111,21 +2132,32 @@ \subsection{Mixing entropy as pseudo-distance}
21112132
Let $\ens[a], \ens[b]_i\in \Ens$ and $\ens[c]_i = p \ens[a] +\bar{p} \ens[b]_i$ for some $p \in (0,1)$. Then $\ens[b]_i \to \ens[b]$ if and only if $\ens[c]_i \to \ens[c]$.
21122133
\end{conj}
21132134

2114-
\begin{conj}[Affine combinations are continuous]
2115-
Let $\ens \in \Ens$ and let $p \in [0,1]$. Let $+_{p\ens[a]} : \Ens \to \Ens$ be the curried function $+_{p\ens[a]}(\ens[b]) = p\ens[a] + \bar{p}\ens[b]$. The function is a homeomorphism between $\Ens$ and $+_{p\ens[a]}(\Ens)$.
2116-
\end{conj}
2135+
TODO: reorganize
21172136

2118-
\begin{conj}
2119-
Mixing is an open map.
2137+
\begin{remark}
2138+
Note that the curried function $+_{p\ens[a]}(\ens[b]) = p\ens[a] + \bar{p}\ens[b]$ is continuous and bijective, but it's not an open map over $\Ens$. Consider, in fact, $\ens[0,1]$ and take $p = 0.5$ and $\ens[a] = 0.5$. Then $+_{p\ens[a]}(\Ens) = [0.25,0.75]$ which is not an open set in the topology of $\Ens$. The map effectively shrinks sets by half, and the isolated points at the algebraic boundary are no longer isolated points in the bulk.
2139+
2140+
Note that $[0.25,0.75]$ is, however, an open set in the subspace topology. It may be, then, that the map is open on the subspace topology.
2141+
\end{remark}
2142+
2143+
\begin{conj}[Affine combinations are continuous]
2144+
Let $\ens \in \Ens$ and let $p \in [0,1]$. Let $+_{p\ens[a]} : \Ens \to \Ens$ be the curried function $+_{p\ens[a]}(\ens[b]) = p\ens[a] + \bar{p}\ens[b]$. The function is a homeomorphism between $\Ens$ and $+_{p\ens[a]}(\Ens)$. That is, $+_{p\ens[a]}$ is a topological embedding.
21202145
\end{conj}
21212146

21222147
\begin{conj}
21232148
An ensemble space embeds continuously into a topological vector space.
21242149
\end{conj}
21252150

2126-
\begin{conj}
2127-
Let $+_{\ens[a]\ens[b]} : [0,1] \to \Ens$ be the curried function $+_{\ens[a]\ens[b]}(p) = p\ens[a] + \bar{p}\ens[b]$. The function is a homeomorphism between $[0,1]$ and $+_{\ens[a]\ens[b]}([0,1])$.
2128-
\end{conj}
2151+
TODO: reorganize
2152+
2153+
\begin{prop}
2154+
Let $\ens[a], \ens[b] \in \Ens$ be two distinct ensembles. Let $+_{\ens[a]\ens[b]} : [0,1] \to \Ens$ be the curried function $+_{\ens[a]\ens[b]}(p) = p\ens[a] + \bar{p}\ens[b]$. The function is a homeomorphism between $[0,1]$ and $+_{\ens[a]\ens[b]}([0,1])$.
2155+
\end{prop}
2156+
2157+
\begin{proof}
2158+
The map $+_{\ens[a]\ens[b]}$ is continuous as it $+$ is continuous by the axiom of mixture. Since $\ens[a]$ and $\ens[b]$ are distinct, by \ref{pm-es-uniqueMixtureCoefficient}, $p\ens[a] + \bar{p} \ens[b] = \lambda \ens[a] + \bar{\lambda} \ens[b]$ if and only if $p=\lambda$, which means $+_{\ens[a]\ens[b]}$ is injective, and it is therefore bijective onto its image. The domain of $+_{\ens[a]\ens[b]}$ is $[0,1]$, which is a compact. The image $+_{\ens[a]\ens[b]}([0,1])$ is a Hausdorff space since $\Ens$ is Hausdorff by \ref{pm-es-Hausdorff}. Putting it all together, $+_{\ens[a]\ens[b]}$ is a continuous bijective function from a compact space to a Hausdorff space and is therefore a homeomorphism.
2159+
\end{proof}
2160+
21292161

21302162
\begin{remark}
21312163
These are all about showing that mixing allows a continuous inverse. It is easy to show that mixing gives us a continuous bijection. The problem is showing that the inverse is continuous.

0 commit comments

Comments
 (0)