<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nathaniel Johnston</title>
	<atom:link href="http://www.njohnston.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.njohnston.ca</link>
	<description>A blog of recreational math and quantum information theory</description>
	<lastBuildDate>Fri, 10 May 2013 18:02:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The Minimal Superpermutation Problem</title>
		<link>http://www.njohnston.ca/2013/04/the-minimal-superpermutation-problem/</link>
		<comments>http://www.njohnston.ca/2013/04/the-minimal-superpermutation-problem/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 18:19:43 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Combinatorics]]></category>
		<category><![CDATA[Integer Sequences]]></category>
		<category><![CDATA[Open problems]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.njohnston.ca/?p=2215</guid>
		<description><![CDATA[Imagine that there is a TV series that you want to watch. The series consists of n episodes, with each episode on a single DVD. Unfortunately, however, the DVDs have become mixed up and the order of the episodes is in no way marked (and furthermore, the episodes of the TV show are not connected [...]]]></description>
				<content:encoded><![CDATA[<p>Imagine that there is a TV series that you want to watch. The series consists of n episodes, with each episode on a single DVD. Unfortunately, however, the DVDs have become mixed up and the order of the episodes is in no way marked (and furthermore, the episodes of the TV show are not connected by any continuous storyline – there is no way to determine the order of the episodes just from watching them).</p>
<p>Suppose that you want to watch the episodes of the TV series, consecutively, in the correct order. The question is: how many episodes must you watch in order to do this?</p>
<p>To illustrate what we mean by this question, suppose for now that n = 2 (i.e., the show was so terrible that it was <a href="http://www.imdb.com/title/tt1705811/">cancelled after only 2 episodes</a>). If we arbitrarily label one of the episodes &#8220;1&#8243; and the other episode &#8220;2&#8243;, then we could watch the episodes in the order &#8220;1&#8243;, &#8220;2&#8243;, and then &#8220;1&#8243; again. Then, regardless of which episode is really the first episode, we&#8217;ve seen the two episodes consecutively in the correct order. Furthermore, this is clearly minimal – there is no way to watch fewer than 3 episodes while ensuring that you see both episodes in the correct order.</p>
<p>So what is the minimal number of episodes we must watch for a TV show consisting of n episodes? Somewhat surprisingly, no one knows. So let&#8217;s discuss what <em>is</em> known.</p>
<h3>Minimal Superpermutations</h3>
<p>Rephrased a bit more mathematically, we are interested in finding a shortest possible string on the symbols &#8220;1&#8243;, &#8220;2&#8243;, &#8230;, &#8220;n&#8221; that contains every permutation of those symbols as a contiguous substring. We call a string that contains every permutation in this way a <em>superpermutation</em>, and one of minimal length is called a <em>minimal superpermutation</em>. Minimal superpermutations when n = 1, 2, 3, 4 are easily found via brute-force computer search, and are presented here:</p>
<table style="margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<th>n</th>
<th>Minimal Superpermutation</th>
<th>Length</th>
</tr>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<td>2</td>
<td>121</td>
<td>3</td>
</tr>
<tr>
<td>3</td>
<td>123121321</td>
<td>9</td>
</tr>
<tr>
<td>4</td>
<td>123412314231243121342132413214321</td>
<td>33</td>
</tr>
</tbody>
</table>
<p>By the time n = 5, the strings we are looking for are much too long to find via brute-force. However, the strings in the n ≤ 4 cases provide some insight that we can hope might generalize to larger n. For example, there is a natural construction that allows us to construct a short superpermutation on n+1 symbols from a short superpermutation on n symbols (which we will describe in the next section), and this construction gives the minimal superpermutations presented in the above table when n ≤ 4.</p>
<p>Similarly, the minimal superpermutations in the above table can be shown via brute-force to be unique (up the relabeling the characters – for example, we don&#8217;t count the string &#8220;213212312&#8243; as distinct from &#8220;123121321&#8243;, since they are related to each other simply by interchanging the roles of &#8220;1&#8243; and &#8220;2&#8243;). Are minimal superpermutations unique for all n?</p>
<h3>Minimal Length</h3>
<p>A trivial lower bound on the length of a superpermutation on n symbols is n! + n &#8211; 1, since it must contain each of the n! permutations as a substring – the first permutation contributes a length of n characters to the string, and each of the remaining n! &#8211; 1 permutations contributes a length of at least 1 character more.</p>
<p>It is not difficult to improve this lower bound to n! + (n-1)! + n &#8211; 2 (I won&#8217;t provide a proof here, but the idea is to note that when building the superpermutation, you can not add more than n-1 permutations by appending just 1 character each to the string – you eventually have to add 2 or more characters to add a permutation that is not already present). In fact, this argument can be stretched further to show that n! + (n-1)! + (n-2)! + n &#8211; 3 is a lower bound as well (a rough proof is provided <a href="http://mathsci.wikia.com/wiki/The_Haruhi_Problem">here</a>). However, the same arguments do <strong>not</strong> seem to extend to lower bounds like n! + (n-1)! + (n-2)! + (n-3)! + n &#8211; 4 and so on.</p>
<p>There is also a trivial upper bound on the length of a minimal superpermutation: n×n!, since this is the length of the string obtained by writing out the n! permutations in order without overlapping. However, there is a well-known construction of small superpermutations that provides a much better upper bound, which we now describe.</p>
<p>Suppose we know a small superpermutation on n symbols (such as one of the superpermutations provided in the table in the previous section) and we want to construct a small superpermutation on n+1 symbols. To do so, simply replace each permutation in the n-symbol superpermutation by: (1) that permutation, (2) the symbol n+1, and (3) that permutation again. For example, if we start with the 2-symbol superpermutation &#8220;121&#8243;, we replace the permutation &#8220;12&#8243; by &#8220;12312&#8243; and we replace the permutation &#8220;21&#8243; by &#8220;21321&#8243;, which results in the 3-symbol superpermutation &#8220;123121321&#8243;. The procedure for constructing a 4-symbol superpermutation from this 3-symbol superpermutation is illustrated in the following diagram:</p>
<div id="attachment_2244" class="wp-caption aligncenter" style="width: 624px"><a href="http://www.njohnston.ca/wp-content/uploads/2013/04/superperm_construct1.png"><img class=" wp-image-2244 " alt="A diagram that demonstrates how to construct a small superpermutation on 4 characters from a small superpermutation on 3 characters." src="http://www.njohnston.ca/wp-content/uploads/2013/04/superperm_construct1-1024x431.png" width="614" height="259" /></a><p class="wp-caption-text">A diagram that demonstrates how to construct a small superpermutation on 4 symbols from a small superpermutation on 3 symbols.</p></div>
<p>It is a straightforward inductive argument to show that the above method produces n-symbol superpermutations of length <img src='http://www.njohnston.ca/wp-content/latex/8aa/8aa53bb15655c54b0d2dd4c416e97c93-ffffff-000000-0.png' alt='\sum_{k=1}^nk!' title='\sum_{k=1}^nk!' class='latex' /> for all n. Although it has been conjectured that this superpermutation is minimal [1], this is only known to be true when n ≤ 4.</p>
<h3>Uniqueness</h3>
<p>As a result of minimal superpermutations being unique when n ≤ 4, it has been conjectured that they are unique for all n [1]. However, it turns out that there are in fact <em>many</em> superpermutations of the conjectured minimal length – the main result of [2] shows that there are at least</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/4a5/4a54e7ba3e2f1cddd6480107df0cf1c5-ffffff-000000-0.png' alt='\displaystyle\prod_{k=1}^{n-4}(n-k-2)^{k\cdot k!}' title='\displaystyle\prod_{k=1}^{n-4}(n-k-2)^{k\cdot k!}' class='latex' /></p>
<p>distinct n-symbol superpermutations of the conjectured minimal length. For n ≤ 4, this formula gives the empty product (and thus a value of 1), which agrees with the fact that minimal superpermutations are unique in these cases. However, the number of distinct superpermutations then grows extremely quickly with n: for n  = 5, 6, 7, 8, there are at least 2, 96, 8153726976, and approximately 3×10<sup>50</sup> superpermutations of the conjectured minimal length. The 2 such superpermutations in the n = 5 case are as follows (each superpermutation has length 153 and is written on two lines):</p>
<p>12345123415234125341235412314523142531423514231542312453124351243152431254312<br />
1345213425134215342135421324513241532413524132541321453214352143251432154321</p>
<p>and</p>
<p>12345123415234125341235412314523142531423514231542312453124351243152431254312<br />
1354213524135214352134521325413251432513425132451321543215342153241532145321</p>
<p>Similarly, a text file containing all 96 known superpermutations of the expected minimal length 873 in the n = 6 case can be viewed <a href="http://www.njohnston.ca/superperm6.txt">here</a>. It is unknown, however, whether or not these superpermutations are indeed minimal or if there are even more superpermutations of the conjectured minimal length.</p>
<p><strong>References</strong></p>
<ol>
<li><span style="line-height: 13px;">D. Ashlock and J. Tillotson. Construction of small superpermutations and minimal injective superstrings. <em>Congressus Numerantium</em>, 93:91–98, 1993.<br />
</span></li>
<li>N. Johnston. <a href="http://www.njohnston.ca/publications/non-uniqueness-of-minimal-superpermutations/">Non-uniqueness of minimal superpermutations</a>. <em></em><em>Discrete Mathematics</em>, 313:1553–1557, 2013.</li>
</ol>
<p><strong>Other Random Links Related to This Problem</strong></p>
<ol>
<li><span style="line-height: 13px;"><a href="http://oeis.org/A180632">A180632</a> – the main OEIS entry for this problem</span></li>
<li><a href="http://www.notatt.com/permutations.pdf">Permutation Strings</a> – a short note written by Jeffrey A. Barnett about this problem</li>
<li><a href="http://stackoverflow.com/questions/2253232/generate-sequence-with-all-permutations/">Generate sequence with all permutations</a> – a stackoverflow post about this problem</li>
<li><a href="http://math.stackexchange.com/questions/15510/what-is-the-shortest-string-that-contains-all-permutations-of-an-alphabet/">What is the shortest string that contains all permutations of an alphabet?</a> – a mathexchange post about this problem</li>
<li><a href="http://forums.xkcd.com/viewtopic.php?f=17&amp;t=68643">The shortest string containing all permutations of n symbols</a> – an XKCD forums post that I made about this problem a couple years ago</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2013/04/the-minimal-superpermutation-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Construct Minimal Unextendible Product Bases</title>
		<link>http://www.njohnston.ca/2013/03/how-to-construct-minimal-upbs/</link>
		<comments>http://www.njohnston.ca/2013/03/how-to-construct-minimal-upbs/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 21:27:22 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Quantum Information Theory]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Unextendible Product Bases]]></category>

		<guid isPermaLink="false">http://www.njohnston.ca/?p=2052</guid>
		<description><![CDATA[In quantum information theory, a product state  is a quantum state that can be written as an elementary tensor: while states that can not be written in this form are called entangled. In this post, we will be investigating unextendible product bases (UPBs), which are sets of mutually orthogonal product states with the property that [...]]]></description>
				<content:encoded><![CDATA[<p>In quantum information theory, a <em>product state</em> <img src='http://www.njohnston.ca/wp-content/latex/821/82165cd46aabc2845904f76699cf0505-ffffff-000000-0.png' alt='|v\rangle \in \mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' title='|v\rangle \in \mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' class='latex' /> is a quantum state that can be written as an elementary tensor:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/98e/98eea82b50e941c51ed27fcc1ec1b0aa-ffffff-000000-0.png' alt='|v\rangle=|v_1\rangle\otimes|v_2\rangle\text{ with }|v_i\rangle\in\mathbb{C}^{d_i}\ \text{ for } i=1,2,' title='|v\rangle=|v_1\rangle\otimes|v_2\rangle\text{ with }|v_i\rangle\in\mathbb{C}^{d_i}\ \text{ for } i=1,2,' class='latex' /></p>
<p style="text-align: left;">while states that can not be written in this form are called <em>entangled</em>. In this post, we will be investigating <em>unextendible product bases (UPBs)</em>, which are sets <img src='http://www.njohnston.ca/wp-content/latex/f82/f82e14c3cf0626af92eb5f6626b7216e-ffffff-000000-0.png' alt='S\subset\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' title='S\subset\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' class='latex' /> of mutually orthogonal product states with the property that no other product state is orthogonal to every member of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' />.</p>
<p style="text-align: left;">In this post, we will be looking at how to construct small UPBs. Note that UPBs can more generally be defined on multipartite spaces (i.e., <img src='http://www.njohnston.ca/wp-content/latex/3e5/3e554ad329a039fb2e820ac96396bf9b-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}\otimes\cdots\otimes\mathbb{C}^{d_p}' title='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}\otimes\cdots\otimes\mathbb{C}^{d_p}' class='latex' /> for arbitrary <img src='http://www.njohnston.ca/wp-content/latex/338/338c4a86a8ece2b12538440f9f63457f-ffffff-000000-0.png' alt='p\geq 2' title='p\geq 2' class='latex' />), but for simplicity we stick with the bipartite (i.e., <img src='http://www.njohnston.ca/wp-content/latex/abc/abc1ef64fa08047f81ac580e3384932e-ffffff-000000-0.png' alt='p= 2' title='p= 2' class='latex' />) case in this blog post.</p>
<h3 style="text-align: left;">Simple Examples</h3>
<p style="text-align: left;">The most trivial unextendible product basis is simply the computational basis:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/7a5/7a58fd75692f5e633e56ff832c384972-ffffff-000000-0.png' alt='S:=\big\{|0\rangle\otimes|0\rangle,\ldots,|0\rangle\otimes|d_2-1\rangle,\ldots,|d_1-1\rangle\otimes|0\rangle,\ldots,|d_1-1\rangle\otimes|d_2-1\rangle\big\}.' title='S:=\big\{|0\rangle\otimes|0\rangle,\ldots,|0\rangle\otimes|d_2-1\rangle,\ldots,|d_1-1\rangle\otimes|0\rangle,\ldots,|d_1-1\rangle\otimes|d_2-1\rangle\big\}.' class='latex' /></p>
<p style="text-align: left;">However, the above UPB is rather trivial – the unextendibility condition holds vacuously because <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> spans the entire Hilbert space, so of course there is no product state (or <em>any</em> state) orthogonal to every member of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' />.</p>
<p style="text-align: left;">It is known that when <img src='http://www.njohnston.ca/wp-content/latex/dce/dceb07121277db0ca2e659b82fba9cd4-ffffff-000000-0.png' alt='\min\{d_1,d_2\}\leq 2' title='\min\{d_1,d_2\}\leq 2' class='latex' />, the only UPBs that exist are trivial in this sense – they consist of a full set of <img src='http://www.njohnston.ca/wp-content/latex/24c/24ce5ddc67ff5d82aba1176e28237d31-ffffff-000000-0.png' alt='d_1d_2' title='d_1d_2' class='latex' /> states. We are more interested in UPBs that contain fewer vectors than the dimension of the Hilbert space (since, for example, these UPBs can be used to construct bound entangled states [<a href="#upb_refs">1</a>]). One of the first such UPBs to be constructed was called &#8220;Pyramid&#8221; [<a href="#upb_refs">1</a>]. To construct this UPB, define <img src='http://www.njohnston.ca/wp-content/latex/455/4558775eda9bb2380a6669e4ba338c06-ffffff-000000-0.png' alt='h:=\tfrac{1}{2}\sqrt{1+\sqrt{5}}' title='h:=\tfrac{1}{2}\sqrt{1+\sqrt{5}}' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/a78/a78a2d7d21581565a24931fc35eb748b-ffffff-000000-0.png' alt='N:=\tfrac{1}{2}\sqrt{5+\sqrt{5}}' title='N:=\tfrac{1}{2}\sqrt{5+\sqrt{5}}' class='latex' />, and let</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/f12/f12293de78945326dc279ddc4b0f3db2-ffffff-000000-0.png' alt='|\phi_j\rangle:=\tfrac{1}{N}[\cos(2\pi j/5),\sin(2\pi j/5),h]\text{ for }0\leq j\leq 4.' title='|\phi_j\rangle:=\tfrac{1}{N}[\cos(2\pi j/5),\sin(2\pi j/5),h]\text{ for }0\leq j\leq 4.' class='latex' /></p>
<p style="text-align: left;">Then the following set of 5 states in <img src='http://www.njohnston.ca/wp-content/latex/19c/19c5e775c6489f542bd710a3cf707584-ffffff-000000-0.png' alt='\mathbb{C}^3\otimes\mathbb{C}^3' title='\mathbb{C}^3\otimes\mathbb{C}^3' class='latex' /> is a UPB:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/ce0/ce06540beedd6da78cf17723ab139eec-ffffff-000000-0.png' alt='S_{\textup{pyr}}:=\big\{|v_0\rangle,|v_1\rangle,|v_2\rangle,|v_3\rangle,|v_4\rangle\big\},' title='S_{\textup{pyr}}:=\big\{|v_0\rangle,|v_1\rangle,|v_2\rangle,|v_3\rangle,|v_4\rangle\big\},' class='latex' /></p>
<p style="text-align: left;">where <img src='http://www.njohnston.ca/wp-content/latex/b62/b62f913296a64f813f9f7989f0e95587-ffffff-000000-0.png' alt='|v_i\rangle:=|\phi_i\rangle\otimes|\phi_{2i(\text{mod }5)}\rangle' title='|v_i\rangle:=|\phi_i\rangle\otimes|\phi_{2i(\text{mod }5)}\rangle' class='latex' />.</p>
<p style="text-align: left;">It is a straightforward calculation to verify that the members of <img src='http://www.njohnston.ca/wp-content/latex/b7c/b7c02c6f656178d5aeb6dbd8095dd701-ffffff-000000-0.png' alt='S_{\textup{pyr}}' title='S_{\textup{pyr}}' class='latex' /> are mutually orthogonal (and thus form a product basis). To verify that there is no product state orthogonal to every member of <img src='http://www.njohnston.ca/wp-content/latex/b7c/b7c02c6f656178d5aeb6dbd8095dd701-ffffff-000000-0.png' alt='S_{\textup{pyr}}' title='S_{\textup{pyr}}' class='latex' />, we first observe that any 3 of the <img src='http://www.njohnston.ca/wp-content/latex/0e2/0e223b8c471d05644ac42b85350b1195-ffffff-000000-0.png' alt='|\phi_j\rangle' title='|\phi_j\rangle' class='latex' />&#8216;s form a linearly independent set (verification of this claim is slightly tedious, but nonetheless straightforward). Thus there is no state <img src='http://www.njohnston.ca/wp-content/latex/304/3048e80b025425d129d6eec68e010645-ffffff-000000-0.png' alt='|w\rangle\in\mathbb{C}^3' title='|w\rangle\in\mathbb{C}^3' class='latex' /> that is orthogonal to more than 2 of the <img src='http://www.njohnston.ca/wp-content/latex/0e2/0e223b8c471d05644ac42b85350b1195-ffffff-000000-0.png' alt='|\phi_j\rangle' title='|\phi_j\rangle' class='latex' />&#8216;s. Thus no product state <img src='http://www.njohnston.ca/wp-content/latex/2ae/2ae9e301e6dc9ae39cc3742109c191c2-ffffff-000000-0.png' alt='|w_1\rangle\otimes|w_2\rangle\in\mathbb{C}^3\otimes\mathbb{C}^3' title='|w_1\rangle\otimes|w_2\rangle\in\mathbb{C}^3\otimes\mathbb{C}^3' class='latex' /> is orthogonal to more than 2 + 2 = 4 members of <img src='http://www.njohnston.ca/wp-content/latex/b7c/b7c02c6f656178d5aeb6dbd8095dd701-ffffff-000000-0.png' alt='S_{\textup{pyr}}' title='S_{\textup{pyr}}' class='latex' />, which verifies unextendibility.</p>
<h3 style="text-align: left;">Minimum Size</h3>
<p style="text-align: left;">One interesting question concerning unextendible product bases asks for their minimum cardinality. It was immediately noted that any UPB in <img src='http://www.njohnston.ca/wp-content/latex/f6f/f6fb33e22302b54f25a91a0342c29cf7-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' title='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' class='latex' /> must have cardinality at least <img src='http://www.njohnston.ca/wp-content/latex/518/518165447c8c5503b73c60db1cbe1f7d-ffffff-000000-0.png' alt='d_1+d_2-1' title='d_1+d_2-1' class='latex' />. To see this, suppose for a contradiction that there existed a UPB <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> containing <img src='http://www.njohnston.ca/wp-content/latex/02a/02a338a6d87827195c66066c2393e6d6-ffffff-000000-0.png' alt='(d_1-1)+(d_2-1)' title='(d_1-1)+(d_2-1)' class='latex' /> or fewer product states. Then we could construct another product state that is orthogonal to <img src='http://www.njohnston.ca/wp-content/latex/1be/1be049d41c85b21e75fe87baa87404dc-ffffff-000000-0.png' alt='d_1-1' title='d_1-1' class='latex' /> members of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> on <img src='http://www.njohnston.ca/wp-content/latex/a4c/a4cfc187837c45a8dde167ee1c9828dc-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}' title='\mathbb{C}^{d_1}' class='latex' /> and another <img src='http://www.njohnston.ca/wp-content/latex/06b/06b829fee4a0e1f0269ecba9fc069427-ffffff-000000-0.png' alt='d_2-1' title='d_2-1' class='latex' /> members of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> on <img src='http://www.njohnston.ca/wp-content/latex/c63/c63b992c87cfb3300c226634d1da2ddf-ffffff-000000-0.png' alt='\mathbb{C}^{d_2}' title='\mathbb{C}^{d_2}' class='latex' />, for a total of <img src='http://www.njohnston.ca/wp-content/latex/02a/02a338a6d87827195c66066c2393e6d6-ffffff-000000-0.png' alt='(d_1-1)+(d_2-1)' title='(d_1-1)+(d_2-1)' class='latex' /> members of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' />, which shows that <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> is extendible.</p>
<p style="text-align: left;">Despite being such a simple lower bound, it is also attainable for many values of <img src='http://www.njohnston.ca/wp-content/latex/d48/d48360e541e5250c022783f5f975eecb-ffffff-000000-0.png' alt='d_1,d_2' title='d_1,d_2' class='latex' /> [<a href="#upb_refs">2</a>] (and very close to attainable in the other cases [<a href="#upb_refs">3</a>,<a href="#upb_refs">4</a>]). The goal of this post is to focus on the case when there exists a UPB of cardinality <img src='http://www.njohnston.ca/wp-content/latex/518/518165447c8c5503b73c60db1cbe1f7d-ffffff-000000-0.png' alt='d_1+d_2-1' title='d_1+d_2-1' class='latex' />, which is characterized by the following result of Alon and Lovász:</p>
<p style="text-align: left; padding-left: 30px;"><strong>Theorem [2].</strong> There exists a UPB in <img src='http://www.njohnston.ca/wp-content/latex/f6f/f6fb33e22302b54f25a91a0342c29cf7-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' title='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' class='latex' /> of (necessarily minimal) size <img src='http://www.njohnston.ca/wp-content/latex/518/518165447c8c5503b73c60db1cbe1f7d-ffffff-000000-0.png' alt='d_1+d_2-1' title='d_1+d_2-1' class='latex' /> if and only if <img src='http://www.njohnston.ca/wp-content/latex/c63/c63b23b0c0efcaee9dfc0a3cb45da1a3-ffffff-000000-0.png' alt='d_1,d_2\geq 3' title='d_1,d_2\geq 3' class='latex' /> and at least one of <img src='http://www.njohnston.ca/wp-content/latex/03d/03d3ca3fa2226c9a550d3f4cef0a1dd5-ffffff-000000-0.png' alt='d_1' title='d_1' class='latex' /> or <img src='http://www.njohnston.ca/wp-content/latex/8db/8db9f9980d085b9184a30924aa6c6853-ffffff-000000-0.png' alt='d_2' title='d_2' class='latex' /> is odd.</p>
<p style="text-align: left;">In spite of the above result that demonstrates the existence of a UPB of the given minimal size in many cases, how to actually construct such a UPB in these cases is not immediately obvious, and is buried throughout the proofs of [<a href="#upb_refs">2</a>] and its references. The goal of the rest of this post is to make the construction of a minimal UPB in these cases explicit.</p>
<h3 style="text-align: left;">Orthogonality Graphs</h3>
<p style="text-align: left;">The <em>orthogonality graph</em> of a set of <img src='http://www.njohnston.ca/wp-content/latex/03c/03c7c0ace395d80182db07ae2c30f034-ffffff-000000-0.png' alt='s' title='s' class='latex' /> product states in <img src='http://www.njohnston.ca/wp-content/latex/f6f/f6fb33e22302b54f25a91a0342c29cf7-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' title='\mathbb{C}^{d_1}\otimes\mathbb{C}^{d_2}' class='latex' /> is graph with coloured edges (there are 2 colours) on <img src='http://www.njohnston.ca/wp-content/latex/03c/03c7c0ace395d80182db07ae2c30f034-ffffff-000000-0.png' alt='s' title='s' class='latex' /> vertices (one for each product state), such that there is an edge connecting two vertices with the <img src='http://www.njohnston.ca/wp-content/latex/865/865c0c0b4ab0e063e5caa3387c1a8741-ffffff-000000-0.png' alt='i' title='i' class='latex' />th colour if and only if the two corresponding product states are orthogonal on the <img src='http://www.njohnston.ca/wp-content/latex/865/865c0c0b4ab0e063e5caa3387c1a8741-ffffff-000000-0.png' alt='i' title='i' class='latex' />th party.</p>
<p style="text-align: left;">For example, the orthogonality graph of the Pyramid UPB introduced earlier is illustrated below. Black edges represent states that are orthogonal on the first party, and red dotted edges represent states that are orthogonal on the second party.</p>
<p style="text-align: center;"><a href="http://www.njohnston.ca/wp-content/uploads/2013/03/Image3.png"><img class=" wp-image-2152 aligncenter" alt="Pyramid Orthogonality Graph" src="http://www.njohnston.ca/wp-content/uploads/2013/03/Image3.png" width="262" height="232" /></a></p>
<p style="text-align: left;">If the product states under consideration are mutually orthogonal, then their orthogonality graph is the complete graph <img src='http://www.njohnston.ca/wp-content/latex/bd8/bd868dfcf160230df0dbd596480717f2-ffffff-000000-0.png' alt='K_s' title='K_s' class='latex' />. Unextendibility is a bit more difficult to determine, but nonetheless a useful technique for constructing UPBs is to first choose a colouring of the edges of <img src='http://www.njohnston.ca/wp-content/latex/bd8/bd868dfcf160230df0dbd596480717f2-ffffff-000000-0.png' alt='K_s' title='K_s' class='latex' />, and then try to construct product states that lead to that colouring.</p>
<h3 style="text-align: left;">A Minimal Construction</h3>
<p style="text-align: left;">In the orthogonality graph of the Pyramid UPB, all of the edges that connect a vertex to a neighbouring vertex are coloured black, and all other edges are coloured red. We can construct minimal UPBs by generalizing this graph in a natural way. Suppose without loss of generality that <img src='http://www.njohnston.ca/wp-content/latex/03d/03d3ca3fa2226c9a550d3f4cef0a1dd5-ffffff-000000-0.png' alt='d_1' title='d_1' class='latex' /> is odd, and we wish to construct a UPB of size <img src='http://www.njohnston.ca/wp-content/latex/588/5889b87a7b9a181bb6eb9ad1ec46d106-ffffff-000000-0.png' alt='s := d_1 + d_2 - 1' title='s := d_1 + d_2 - 1' class='latex' />. We construct the orthogonality graph by arranging <img src='http://www.njohnston.ca/wp-content/latex/03c/03c7c0ace395d80182db07ae2c30f034-ffffff-000000-0.png' alt='s' title='s' class='latex' /> vertices in a circle and connecting any vertices that are a distance of <img src='http://www.njohnston.ca/wp-content/latex/584/584cd58d5326554fee4afce524c08d0c-ffffff-000000-0.png' alt='(d_1-1)/2' title='(d_1-1)/2' class='latex' /> or less from each other via a black edge. All other edges are coloured red. For example, in the <img src='http://www.njohnston.ca/wp-content/latex/9d9/9d978e161016d6b8c25e77a8629bfc7d-ffffff-000000-0.png' alt='d_1 = d_2 = 3' title='d_1 = d_2 = 3' class='latex' /> case, this gives the orthogonality graph above. In the <img src='http://www.njohnston.ca/wp-content/latex/c30/c30b3391513ff37add22275dc5561df5-ffffff-000000-0.png' alt='d_1 = 5, d_2 = 4' title='d_1 = 5, d_2 = 4' class='latex' /> case, this gives the orthogonality graph below.</p>
<p style="text-align: center;"><a href="http://www.njohnston.ca/wp-content/uploads/2013/03/Image2.png"><img class="aligncenter  wp-image-2157" alt="(5,4) orthogonality graph" src="http://www.njohnston.ca/wp-content/uploads/2013/03/Image2.png" width="274" height="250" /></a></p>
<p style="text-align: left;">Our goal now is to construct product states that have the given orthogonality graph. This is straightforward to do, since every state must be orthogonal to <img src='http://www.njohnston.ca/wp-content/latex/1be/1be049d41c85b21e75fe87baa87404dc-ffffff-000000-0.png' alt='d_1-1' title='d_1-1' class='latex' /> of the other states on <img src='http://www.njohnston.ca/wp-content/latex/a4c/a4cfc187837c45a8dde167ee1c9828dc-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}' title='\mathbb{C}^{d_1}' class='latex' /> and orthogonal to the <img src='http://www.njohnston.ca/wp-content/latex/06b/06b829fee4a0e1f0269ecba9fc069427-ffffff-000000-0.png' alt='d_2-1' title='d_2-1' class='latex' /> other states on <img src='http://www.njohnston.ca/wp-content/latex/c63/c63b992c87cfb3300c226634d1da2ddf-ffffff-000000-0.png' alt='\mathbb{C}^{d_2}' title='\mathbb{C}^{d_2}' class='latex' />. Thus, we can just pick <img src='http://www.njohnston.ca/wp-content/latex/f92/f92ac723301612a1376f499e9656f9ef-ffffff-000000-0.png' alt='|v_0\rangle' title='|v_0\rangle' class='latex' /> arbitrarily, then pick <img src='http://www.njohnston.ca/wp-content/latex/2c1/2c1c8aab64f7ec66f05bddd700199396-ffffff-000000-0.png' alt='|v_1\rangle' title='|v_1\rangle' class='latex' /> randomly subject to the constraint that it is orthogonal to <img src='http://www.njohnston.ca/wp-content/latex/f92/f92ac723301612a1376f499e9656f9ef-ffffff-000000-0.png' alt='|v_0\rangle' title='|v_0\rangle' class='latex' /> on the first subsystem, and so on, working our way clockwise around the orthogonality graph, generating each product state randomly subject to the orthogonality conditions.</p>
<p style="text-align: left;">Furthermore, it can be shown (but will not be shown here – the techniques are similar to those of [<a href="#upb_refs">4</a>] and are a bit technical) that this procedure leads to a product basis that is in fact unextendible with probability 1. In order to verify unextendibility explicitly, one approach is to check that any subset of <img src='http://www.njohnston.ca/wp-content/latex/03d/03d3ca3fa2226c9a550d3f4cef0a1dd5-ffffff-000000-0.png' alt='d_1' title='d_1' class='latex' /> of the product states are linearly independent on <img src='http://www.njohnston.ca/wp-content/latex/a4c/a4cfc187837c45a8dde167ee1c9828dc-ffffff-000000-0.png' alt='\mathbb{C}^{d_1}' title='\mathbb{C}^{d_1}' class='latex' /> and any subset of <img src='http://www.njohnston.ca/wp-content/latex/8db/8db9f9980d085b9184a30924aa6c6853-ffffff-000000-0.png' alt='d_2' title='d_2' class='latex' /> of the product states are linearly independent on <img src='http://www.njohnston.ca/wp-content/latex/c63/c63b992c87cfb3300c226634d1da2ddf-ffffff-000000-0.png' alt='\mathbb{C}^{d_2}' title='\mathbb{C}^{d_2}' class='latex' />.</p>
<p><a name="upb_refs"></a></p>
<p style="text-align: left;"><strong>References</strong></p>
<ol>
<li><span style="line-height: 13px;">C. H. Bennett, D. P. DiVincenzo, T. Mor, P. W. Shor, J. A. Smolin, and B. M. Terhal. Unextendible product bases and bound entanglement. <em>Phys. Rev. Lett.</em>, 82:5385–5388, 1999. E-print: <a href="http://arxiv.org/abs/quant-ph/9808030">arXiv:quant-ph/9808030</a></span></li>
<li>N. Alon and L. Lovász. Unextendible product bases. <em>J. Combinatorial Theory, Ser. A</em>, 95:169–179, 2001.</li>
<li>K. Feng. Unextendible product bases and 1-factorization of complete graphs. <em>Discrete Appl. Math.</em>, 154:942–949, 2006.</li>
<li>J. Chen and N. Johnston. <a href="http://www.njohnston.ca/publications/minimum-upbs/">The minimum size of unextendible product bases in the bipartite case (and some multipartite cases)</a>. E-print: <a href="http://arxiv.org/abs/1301.1406">arXiv:1301.1406</a> [quant-ph], 2013.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2013/03/how-to-construct-minimal-upbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Norms and Dual Norms as Supremums and Infimums</title>
		<link>http://www.njohnston.ca/2012/05/norms-and-dual-norms-as-supremums-and-infimums/</link>
		<comments>http://www.njohnston.ca/2012/05/norms-and-dual-norms-as-supremums-and-infimums/#comments</comments>
		<pubDate>Sat, 26 May 2012 17:48:00 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Norms]]></category>
		<category><![CDATA[Quantum Information Theory]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.njohnston.ca/?p=1756</guid>
		<description><![CDATA[Let be a finite-dimensional Hilbert space over or (the fields of real and complex numbers, respectively). If we let be a norm on (not necessarily the norm induced by the inner product), then the dual norm of is defined by The double-dual of a norm is equal to itself (i.e., ) and the norm induced [...]]]></description>
				<content:encoded><![CDATA[<p>Let <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> be a finite-dimensional Hilbert space over <img src='http://www.njohnston.ca/wp-content/latex/236/2369a2488f59aa39a3fca53e0eff9f88-ffffff-000000-0.png' alt='\mathbb{R}' title='\mathbb{R}' class='latex' /> or <img src='http://www.njohnston.ca/wp-content/latex/55a/55a258c7bacb00bc87783ca5086e8b91-ffffff-000000-0.png' alt='\mathbb{C}' title='\mathbb{C}' class='latex' /> (the fields of real and complex numbers, respectively). If we let <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> be a norm on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> (not necessarily the norm induced by the inner product), then the dual norm of <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> is defined by</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/56e/56e2ca4e74ed7ea9a2dd6a3aae0175ba-ffffff-000000-0.png' alt='\displaystyle\|\mathbf{v}\|^\circ := \sup_{\mathbf{w} \in \mathcal{H}}\Big\{ \big| \langle \mathbf{v}, \mathbf{w} \rangle \big| : \|\mathbf{w}\| \leq 1 \Big\}.' title='\displaystyle\|\mathbf{v}\|^\circ := \sup_{\mathbf{w} \in \mathcal{H}}\Big\{ \big| \langle \mathbf{v}, \mathbf{w} \rangle \big| : \|\mathbf{w}\| \leq 1 \Big\}.' class='latex' /></p>
<p>The double-dual of a norm is equal to itself (i.e., <img src='http://www.njohnston.ca/wp-content/latex/4af/4afed4c6871ccac5f2fe5a029993eeea-ffffff-000000-0.png' alt='\|\cdot\|^{\circ\circ} = \|\cdot\|' title='\|\cdot\|^{\circ\circ} = \|\cdot\|' class='latex' />) and the norm induced by the inner product is the unique norm that is its own dual. Similarly, if <img src='http://www.njohnston.ca/wp-content/latex/f6c/f6cbbd07f8d15b6eff6ea89ed58da0a1-ffffff-000000-0.png' alt='\|\cdot\|_p' title='\|\cdot\|_p' class='latex' /> is the <a title="vector p-norm" href="http://en.wikipedia.org/wiki/Norm_(mathematics)#p-norm">vector p-norm</a>, then <img src='http://www.njohnston.ca/wp-content/latex/e9e/e9e8900cd34b21dda4d7f7353aa1c175-ffffff-000000-0.png' alt='\|\cdot\|_p^\circ = \|\cdot\|_q' title='\|\cdot\|_p^\circ = \|\cdot\|_q' class='latex' />, where <img src='http://www.njohnston.ca/wp-content/latex/769/7694f4a66316e53c8cdd9d9954bd611d-ffffff-000000-0.png' alt='q' title='q' class='latex' /> satisfies <img src='http://www.njohnston.ca/wp-content/latex/a7f/a7f769374ff336271954846bcddd9dc8-ffffff-000000-0.png' alt='1/p + 1/q = 1' title='1/p + 1/q = 1' class='latex' />.</p>
<p>In this post, we will demonstrate that <img src='http://www.njohnston.ca/wp-content/latex/852/8525505d1c25d5afa2d5cbe1a50e18e7-ffffff-000000-0.png' alt='\|\cdot\|^\circ' title='\|\cdot\|^\circ' class='latex' /> has an equivalent characterization as an infimum, and we use this characterization to provide a simple derivation of several known (but perhaps not well-known) formulas for norms such as the operator norm of matrices.</p>
<p>For certain norms (such as the &#8220;separability norms&#8221; presented at the end of this post), this ability to write a norm as both an infimum and a supremum is useful because computation of the norm may be difficult. However, having these two different characterizations of a norm allows us to bound it both from above and from below.</p>
<h3>The Dual Norm as an Infimum</h3>
<p style="padding-left: 30px;"><strong>Theorem 1.</strong> Let <img src='http://www.njohnston.ca/wp-content/latex/2b2/2b2a025e978b66a6e175e18063642bb3-ffffff-000000-0.png' alt='S \subseteq \mathcal{H}' title='S \subseteq \mathcal{H}' class='latex' /> be a bounded set satisfying <img src='http://www.njohnston.ca/wp-content/latex/bfb/bfbd18d947e540a0123e105b5d6635f1-ffffff-000000-0.png' alt='{\rm span}(S) = \mathcal{H}' title='{\rm span}(S) = \mathcal{H}' class='latex' /> and define a norm <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> by</p>
<p style="text-align: center; padding-left: 30px;"><img src='http://www.njohnston.ca/wp-content/latex/803/8033c7d0d6fa3b72d8ed07b6e3fa74ad-ffffff-000000-0.png' alt='\displaystyle\|\mathbf{v}\| := \sup_{\mathbf{w} \in S}\Big\{ \big| \langle \mathbf{v}, \mathbf{w} \rangle \big| \Big\}.' title='\displaystyle\|\mathbf{v}\| := \sup_{\mathbf{w} \in S}\Big\{ \big| \langle \mathbf{v}, \mathbf{w} \rangle \big| \Big\}.' class='latex' /></p>
<p style="padding-left: 30px;">Then <img src='http://www.njohnston.ca/wp-content/latex/852/8525505d1c25d5afa2d5cbe1a50e18e7-ffffff-000000-0.png' alt='\|\cdot\|^\circ' title='\|\cdot\|^\circ' class='latex' /> is given by</p>
<p style="text-align: center; padding-left: 30px;"><img src='http://www.njohnston.ca/wp-content/latex/221/221355fcc7d93b9f69e0475b9577e42c-ffffff-000000-0.png' alt='\displaystyle\|\mathbf{v}\|^\circ = \inf\Big\{ \sum_i |c_i| : \mathbf{v} = \sum_i c_i \mathbf{v}_i, \mathbf{v}_i \in S \ \forall \, i \Big\},' title='\displaystyle\|\mathbf{v}\|^\circ = \inf\Big\{ \sum_i |c_i| : \mathbf{v} = \sum_i c_i \mathbf{v}_i, \mathbf{v}_i \in S \ \forall \, i \Big\},' class='latex' /></p>
<p style="padding-left: 30px;">where the infimum is taken over all such decompositions of <img src='http://www.njohnston.ca/wp-content/latex/fb1/fb16e3e3f18c15edc61e1f2c0fa972ba-ffffff-000000-0.png' alt='\mathbf{v}' title='\mathbf{v}' class='latex' />.</p>
<p>Before proving the result, we make two observations. Firstly, the quantity <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> described by Theorem 1 really is a norm: boundedness of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> ensures that the supremum is finite, and <img src='http://www.njohnston.ca/wp-content/latex/bfb/bfbd18d947e540a0123e105b5d6635f1-ffffff-000000-0.png' alt='{\rm span}(S) = \mathcal{H}' title='{\rm span}(S) = \mathcal{H}' class='latex' /> ensures that <img src='http://www.njohnston.ca/wp-content/latex/22a/22a153a4b53f0b136f4f57591c34bf7d-ffffff-000000-0.png' alt='\|\mathbf{v}\| = 0 \implies \mathbf{v} = 0' title='\|\mathbf{v}\| = 0 \implies \mathbf{v} = 0' class='latex' />. Secondly, every norm on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> can be written in this way: we can always choose <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> to be the unit ball of the dual norm <img src='http://www.njohnston.ca/wp-content/latex/852/8525505d1c25d5afa2d5cbe1a50e18e7-ffffff-000000-0.png' alt='\|\cdot\|^\circ' title='\|\cdot\|^\circ' class='latex' />. However, there are times when other choices of <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> are more useful or enlightening (as we will see in the examples).</p>
<p style="padding-left: 30px;"><em>Proof of Theorem 1.</em> Begin by noting that if <img src='http://www.njohnston.ca/wp-content/latex/013/013b9e13bdd48357d084313298008dff-ffffff-000000-0.png' alt='\mathbf{w} \in S' title='\mathbf{w} \in S' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/134/134ce3f0ce17ece510104549a9a67b78-ffffff-000000-0.png' alt='\|\mathbf{v}\| \leq 1' title='\|\mathbf{v}\| \leq 1' class='latex' /> then <img src='http://www.njohnston.ca/wp-content/latex/d59/d59a4ad1a8e4534b416b416dd6432d0d-ffffff-000000-0.png' alt='\big| \langle \mathbf{v}, \mathbf{w} \rangle \big| \leq 1' title='\big| \langle \mathbf{v}, \mathbf{w} \rangle \big| \leq 1' class='latex' />. It follows that <img src='http://www.njohnston.ca/wp-content/latex/7fc/7fc534b12ec82a07d6ffe2c4232ee66b-ffffff-000000-0.png' alt='\|\mathbf{w}\|^{\circ} \leq 1' title='\|\mathbf{w}\|^{\circ} \leq 1' class='latex' /> whenever <img src='http://www.njohnston.ca/wp-content/latex/013/013b9e13bdd48357d084313298008dff-ffffff-000000-0.png' alt='\mathbf{w} \in S' title='\mathbf{w} \in S' class='latex' />. In fact, we now show that <img src='http://www.njohnston.ca/wp-content/latex/852/8525505d1c25d5afa2d5cbe1a50e18e7-ffffff-000000-0.png' alt='\|\cdot\|^\circ' title='\|\cdot\|^\circ' class='latex' /> is the largest norm on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> with this property. To this end, let <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> be another norm satisfying <img src='http://www.njohnston.ca/wp-content/latex/b69/b6963c3037ac1deafc0869700d8ce4df-ffffff-000000-0.png' alt='\|\mathbf{w}\|_{\prime}^{\circ} \leq 1' title='\|\mathbf{w}\|_{\prime}^{\circ} \leq 1' class='latex' /> whenever <img src='http://www.njohnston.ca/wp-content/latex/013/013b9e13bdd48357d084313298008dff-ffffff-000000-0.png' alt='\mathbf{w} \in S' title='\mathbf{w} \in S' class='latex' />. Then</p>
<p style="text-align: center; padding-left: 30px;"><img src='http://www.njohnston.ca/wp-content/latex/a0d/a0de8aa6eb3f4f3faf0459bfed1238e0-ffffff-000000-0.png' alt='\displaystyle \| \mathbf{v} \| = \sup_{\mathbf{w} \in S} \Big\{ \big| \langle \mathbf{w}, \mathbf{v} \rangle \big| \Big\} \leq \sup_{\mathbf{w}} \Big\{ \big| \langle \mathbf{w}, \mathbf{v} \rangle \big| : \|\mathbf{w}\|_{\prime}^{\circ} \leq 1 \Big\} = \|\mathbf{v}\|_\prime.' title='\displaystyle \| \mathbf{v} \| = \sup_{\mathbf{w} \in S} \Big\{ \big| \langle \mathbf{w}, \mathbf{v} \rangle \big| \Big\} \leq \sup_{\mathbf{w}} \Big\{ \big| \langle \mathbf{w}, \mathbf{v} \rangle \big| : \|\mathbf{w}\|_{\prime}^{\circ} \leq 1 \Big\} = \|\mathbf{v}\|_\prime.' class='latex' /></p>
<p style="padding-left: 30px;">Thus  <img src='http://www.njohnston.ca/wp-content/latex/019/019d9938557cbd2bc835a7d087b35ebc-ffffff-000000-0.png' alt='\| \cdot \| \leq \| \cdot \|_\prime' title='\| \cdot \| \leq \| \cdot \|_\prime' class='latex' />, so by taking duals we see that <img src='http://www.njohnston.ca/wp-content/latex/42c/42c01d61211d62796c734379595de258-ffffff-000000-0.png' alt='\| \cdot \|^\circ \geq \| \cdot \|_\prime^\circ' title='\| \cdot \|^\circ \geq \| \cdot \|_\prime^\circ' class='latex' />, as desired.</p>
<p style="padding-left: 30px;">For the remainder of the proof, we denote the infimum in the statement of the theorem by <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' />. Our goal now is to show that: (1) <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> is a norm, (2) <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> satisfies <img src='http://www.njohnston.ca/wp-content/latex/b8e/b8e293e9e0fa100c10e82ac4516e718e-ffffff-000000-0.png' alt='\|\mathbf{w}\|_{{\rm inf}} \leq 1' title='\|\mathbf{w}\|_{{\rm inf}} \leq 1' class='latex' /> whenever <img src='http://www.njohnston.ca/wp-content/latex/013/013b9e13bdd48357d084313298008dff-ffffff-000000-0.png' alt='\mathbf{w} \in S' title='\mathbf{w} \in S' class='latex' />, and (3) <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> is the largest norm satisfying property (2). The fact that <img src='http://www.njohnston.ca/wp-content/latex/ac3/ac3623dbe553ef56407190df98a95e80-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}} = \|\cdot\|^\circ' title='\|\cdot\|_{{\rm inf}} = \|\cdot\|^\circ' class='latex' /> will then follow from the first paragraph of this proof.</p>
<p style="padding-left: 30px;">To see (1) (i.e., to prove that <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> is a norm), we only prove the triangle inequality, since positive homogeneity and the fact that <img src='http://www.njohnston.ca/wp-content/latex/5cf/5cfaa7b77b45e6f3840e3910c6d601fe-ffffff-000000-0.png' alt='\|\mathbf{v}\|_{{\rm inf}} = 0' title='\|\mathbf{v}\|_{{\rm inf}} = 0' class='latex' /> if and only if <img src='http://www.njohnston.ca/wp-content/latex/96a/96acb169919346561e8d43e17318f276-ffffff-000000-0.png' alt='\mathbf{v} = 0' title='\mathbf{v} = 0' class='latex' /> are both straightforward (try them yourself!). Fix <img src='http://www.njohnston.ca/wp-content/latex/d74/d74ee6015ea3496d30f5596af4ffdeb0-ffffff-000000-0.png' alt='\varepsilon &gt; 0' title='\varepsilon &gt; 0' class='latex' /> and let <img src='http://www.njohnston.ca/wp-content/latex/143/1430fc49305e5bd92d9af14db6182a73-ffffff-000000-0.png' alt='\mathbf{v} = \sum_i c_i \mathbf{v}_i' title='\mathbf{v} = \sum_i c_i \mathbf{v}_i' class='latex' />, <img src='http://www.njohnston.ca/wp-content/latex/8a3/8a3b0ffa8f688a43e734f4e66ea61dfd-ffffff-000000-0.png' alt='\mathbf{w} = \sum_i d_i \mathbf{w}_i' title='\mathbf{w} = \sum_i d_i \mathbf{w}_i' class='latex' /> be decompositions of <img src='http://www.njohnston.ca/wp-content/latex/8f8/8f8171cf6b1169a2bce2cc57786f7b7a-ffffff-000000-0.png' alt='\mathbf{v}, \mathbf{w}' title='\mathbf{v}, \mathbf{w}' class='latex' /> with <img src='http://www.njohnston.ca/wp-content/latex/290/290cfb5997dcd25d6cfb80b4cb486d84-ffffff-000000-0.png' alt='\mathbf{v}_i, \mathbf{w}_i \in S' title='\mathbf{v}_i, \mathbf{w}_i \in S' class='latex' /> for all i, satisfying <img src='http://www.njohnston.ca/wp-content/latex/101/101c336a7522f7b27299fbd0f3c13575-ffffff-000000-0.png' alt='\sum_i |c_i| \leq \|\mathbf{v}\|_{{\rm inf}} + \varepsilon' title='\sum_i |c_i| \leq \|\mathbf{v}\|_{{\rm inf}} + \varepsilon' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/31b/31b92d1ad82d0c9980a250d695d26742-ffffff-000000-0.png' alt='\sum_i |d_i| \leq \|\mathbf{w}\|_{{\rm inf}} + \varepsilon' title='\sum_i |d_i| \leq \|\mathbf{w}\|_{{\rm inf}} + \varepsilon' class='latex' />. Then</p>
<p style="text-align: center; padding-left: 30px;"><img src='http://www.njohnston.ca/wp-content/latex/a9f/a9fcde5f579536fcd29d461364814660-ffffff-000000-0.png' alt='\displaystyle \|\mathbf{v} + \mathbf{w}\|_{{\rm inf}} \leq \sum_i |c_i| + \sum_i |d_i| \leq \|\mathbf{v}\|_{{\rm inf}} + \|\mathbf{w}\|_{{\rm inf}} + 2\varepsilon.' title='\displaystyle \|\mathbf{v} + \mathbf{w}\|_{{\rm inf}} \leq \sum_i |c_i| + \sum_i |d_i| \leq \|\mathbf{v}\|_{{\rm inf}} + \|\mathbf{w}\|_{{\rm inf}} + 2\varepsilon.' class='latex' /></p>
<p style="padding-left: 30px;">Since <img src='http://www.njohnston.ca/wp-content/latex/d74/d74ee6015ea3496d30f5596af4ffdeb0-ffffff-000000-0.png' alt='\varepsilon &gt; 0' title='\varepsilon &gt; 0' class='latex' /> was arbitrary, the triangle inequality follows, so <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> is a norm.</p>
<p style="padding-left: 30px;">To see (2) (i.e., to prove that <img src='http://www.njohnston.ca/wp-content/latex/c1f/c1f9e3d8937ee54829a147c3ab093b4c-ffffff-000000-0.png' alt='\|\mathbf{v}\|_{{\rm inf}} \leq 1' title='\|\mathbf{v}\|_{{\rm inf}} \leq 1' class='latex' /> whenever <img src='http://www.njohnston.ca/wp-content/latex/b43/b4326e24bfa543d7d39b29b57a5123fa-ffffff-000000-0.png' alt='\mathbf{v} \in S' title='\mathbf{v} \in S' class='latex' />), we simply write <img src='http://www.njohnston.ca/wp-content/latex/fb1/fb16e3e3f18c15edc61e1f2c0fa972ba-ffffff-000000-0.png' alt='\mathbf{v}' title='\mathbf{v}' class='latex' /> in its trivial decomposition <img src='http://www.njohnston.ca/wp-content/latex/6be/6be6a34b6db1cc1811de773c8b425e2a-ffffff-000000-0.png' alt='\mathbf{v} = \mathbf{v}' title='\mathbf{v} = \mathbf{v}' class='latex' />, which gives the single coefficient <img src='http://www.njohnston.ca/wp-content/latex/2b4/2b4f26730e181e63b8d0b196ba000918-ffffff-000000-0.png' alt='c_1 = 1' title='c_1 = 1' class='latex' />, so <img src='http://www.njohnston.ca/wp-content/latex/065/06526e52b09c8e7437fb909ee981085a-ffffff-000000-0.png' alt='\|\mathbf{v}\|_{{\rm inf}} \leq \sum_i c_i = c_1 = 1' title='\|\mathbf{v}\|_{{\rm inf}} \leq \sum_i c_i = c_1 = 1' class='latex' />.</p>
<p style="padding-left: 30px;">To see (3) (i.e., to prove that <img src='http://www.njohnston.ca/wp-content/latex/af0/af0b7e75cfc53e89ac6c774731b42ddc-ffffff-000000-0.png' alt='\|\cdot\|_{{\rm inf}}' title='\|\cdot\|_{{\rm inf}}' class='latex' /> is the largest norm on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> satisfying condition (2)), begin by letting <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> be any norm on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> with the property that <img src='http://www.njohnston.ca/wp-content/latex/572/572820a287ee92be57fcdc3f2718e5cb-ffffff-000000-0.png' alt='\|\mathbf{v}\|_{\prime} \leq 1' title='\|\mathbf{v}\|_{\prime} \leq 1' class='latex' /> for all <img src='http://www.njohnston.ca/wp-content/latex/b43/b4326e24bfa543d7d39b29b57a5123fa-ffffff-000000-0.png' alt='\mathbf{v} \in S' title='\mathbf{v} \in S' class='latex' />. Then using the triangle inequality for <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> shows that if <img src='http://www.njohnston.ca/wp-content/latex/143/1430fc49305e5bd92d9af14db6182a73-ffffff-000000-0.png' alt='\mathbf{v} = \sum_i c_i \mathbf{v}_i' title='\mathbf{v} = \sum_i c_i \mathbf{v}_i' class='latex' /> is any decomposition of <img src='http://www.njohnston.ca/wp-content/latex/fb1/fb16e3e3f18c15edc61e1f2c0fa972ba-ffffff-000000-0.png' alt='\mathbf{v}' title='\mathbf{v}' class='latex' /> with <img src='http://www.njohnston.ca/wp-content/latex/020/0203923859166f41ffd7c06466cf9527-ffffff-000000-0.png' alt='\mathbf{v}_i \in S' title='\mathbf{v}_i \in S' class='latex' /> for all i, then</p>
<p style="text-align: center; padding-left: 30px;"><img src='http://www.njohnston.ca/wp-content/latex/28f/28f776bf33a9b76835c7a368aa3f0fad-ffffff-000000-0.png' alt='\displaystyle\|\mathbf{v}\|_\prime = \Big\|\sum_i c_i \mathbf{v}_i\Big\|_\prime \leq \sum_i |c_i| \|\mathbf{v}_i\|_\prime = \sum_i |c_i|.' title='\displaystyle\|\mathbf{v}\|_\prime = \Big\|\sum_i c_i \mathbf{v}_i\Big\|_\prime \leq \sum_i |c_i| \|\mathbf{v}_i\|_\prime = \sum_i |c_i|.' class='latex' /></p>
<p style="padding-left: 30px;">Taking the infimum over all such decompositions of <img src='http://www.njohnston.ca/wp-content/latex/fb1/fb16e3e3f18c15edc61e1f2c0fa972ba-ffffff-000000-0.png' alt='\mathbf{v}' title='\mathbf{v}' class='latex' /> shows that <img src='http://www.njohnston.ca/wp-content/latex/79b/79b35645ac317f3db585ab31ba7fe7f3-ffffff-000000-0.png' alt='\|\mathbf{v}\|_\prime \leq \|\mathbf{v}\|_{{\rm inf}}' title='\|\mathbf{v}\|_\prime \leq \|\mathbf{v}\|_{{\rm inf}}' class='latex' />, which completes the proof.</p>
<p>The remainder of this post is devoted to investigating what Theorem 1 says about certain specific norms.</p>
<h3>Injective and Projective Cross Norms</h3>
<p>If we let <img src='http://www.njohnston.ca/wp-content/latex/f73/f73edf2bd77b1706a4c7718f4206cb16-ffffff-000000-0.png' alt='\mathcal{H} = \mathcal{H}_1 \otimes \mathcal{H}_2' title='\mathcal{H} = \mathcal{H}_1 \otimes \mathcal{H}_2' class='latex' />, where <img src='http://www.njohnston.ca/wp-content/latex/6f8/6f8182c8c091112018fb8e832cbc4ff8-ffffff-000000-0.png' alt='\mathcal{H}_1' title='\mathcal{H}_1' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/9d3/9d33dcc1a7a6dd6ad517cb44890e361d-ffffff-000000-0.png' alt='\mathcal{H}_2' title='\mathcal{H}_2' class='latex' /> are themselves finite-dimensional Hilbert spaces, then one often considers the <a href="http://en.wikipedia.org/wiki/Topological_tensor_product">injective and projective cross norms</a> on <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' />, defined respectively as follows:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/e37/e37d78fc1c0096d26404cc09682d0754-ffffff-000000-0.png' alt='\displaystyle \|\mathbf{v}\|_{I} := \sup\Big\{ \big| \langle \mathbf{v}, \mathbf{a} \otimes \mathbf{b} \rangle \big| : \|\mathbf{a}\| = \|\mathbf{b}\| = 1 \Big\} \text{ and}' title='\displaystyle \|\mathbf{v}\|_{I} := \sup\Big\{ \big| \langle \mathbf{v}, \mathbf{a} \otimes \mathbf{b} \rangle \big| : \|\mathbf{a}\| = \|\mathbf{b}\| = 1 \Big\} \text{ and}' class='latex' /></p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/fc3/fc3e610ae7ed8095c519d3dffbb149ce-ffffff-000000-0.png' alt='\displaystyle \|\mathbf{v}\|_{P} := \inf\Big\{ \sum_i \| \mathbf{a}_i \| \| \mathbf{b}_i \| : \mathbf{v} = \sum_i \mathbf{a}_i \otimes \mathbf{b}_i \Big\},' title='\displaystyle \|\mathbf{v}\|_{P} := \inf\Big\{ \sum_i \| \mathbf{a}_i \| \| \mathbf{b}_i \| : \mathbf{v} = \sum_i \mathbf{a}_i \otimes \mathbf{b}_i \Big\},' class='latex' /></p>
<p>where <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> here refers to the norm induced by the inner product on <img src='http://www.njohnston.ca/wp-content/latex/6f8/6f8182c8c091112018fb8e832cbc4ff8-ffffff-000000-0.png' alt='\mathcal{H}_1' title='\mathcal{H}_1' class='latex' /> or <img src='http://www.njohnston.ca/wp-content/latex/9d3/9d33dcc1a7a6dd6ad517cb44890e361d-ffffff-000000-0.png' alt='\mathcal{H}_2' title='\mathcal{H}_2' class='latex' />. The fact that <img src='http://www.njohnston.ca/wp-content/latex/972/972962526cd1f84314829d9a1f714e4f-ffffff-000000-0.png' alt='\|\cdot\|_{I}' title='\|\cdot\|_{I}' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/b38/b3857d125054d7ef4e44701c943880ae-ffffff-000000-0.png' alt='\|\cdot\|_{P}' title='\|\cdot\|_{P}' class='latex' /> are duals of each other is simply Theorem 1 in the case when S is the set of product vectors:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/910/9101725ccab9c329dad73093ff07a255-ffffff-000000-0.png' alt='\displaystyle S = \big\{ \mathbf{a} \otimes \mathbf{b} : \|\mathbf{a}\| = \|\mathbf{b}\| = 1 \big\}.' title='\displaystyle S = \big\{ \mathbf{a} \otimes \mathbf{b} : \|\mathbf{a}\| = \|\mathbf{b}\| = 1 \big\}.' class='latex' /></p>
<p>In fact, the typical proof that the injective and projective cross norms are duals of each other is very similar to the proof of Theorem 1 provided above (see [1, Chapter 1]).</p>
<h3>Maximum and Taxicab Norms</h3>
<p>Use <img src='http://www.njohnston.ca/wp-content/latex/7b8/7b8b965ad4bca0e41ab51de7b31363a1-ffffff-000000-0.png' alt='n' title='n' class='latex' /> to denote the dimension of <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' /> and let <img src='http://www.njohnston.ca/wp-content/latex/f47/f47dce65d9efd25806c4d06b10761f1c-ffffff-000000-0.png' alt='\{\mathbf{e}_i\}_{i=1}^n' title='\{\mathbf{e}_i\}_{i=1}^n' class='latex' /> be an orthonormal basis of <img src='http://www.njohnston.ca/wp-content/latex/679/6799f18bc6e3025d6c3434cd6936735d-ffffff-000000-0.png' alt='\mathcal{H}' title='\mathcal{H}' class='latex' />. If we let <img src='http://www.njohnston.ca/wp-content/latex/6d7/6d7a18786cd4ce3a4ef5703ed58a4de7-ffffff-000000-0.png' alt='S = \{\mathbf{e}_i\}_{i=1}^n' title='S = \{\mathbf{e}_i\}_{i=1}^n' class='latex' /> then the norm <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> in the statement of Theorem 1 is the <a href="http://en.wikipedia.org/wiki/Maximum_norm">maximum norm</a> (i.e., the p = ∞ norm):</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/21b/21be18b86905e87a35ff97d7775a3bcd-ffffff-000000-0.png' alt='\displaystyle\|\mathbf{v}\|_\infty = \sup_i\Big\{\big|\langle \mathbf{v}, \mathbf{e}_i \rangle \big| \Big\} = \max \big\{ |v_1|,\ldots,|v_n|\big\},' title='\displaystyle\|\mathbf{v}\|_\infty = \sup_i\Big\{\big|\langle \mathbf{v}, \mathbf{e}_i \rangle \big| \Big\} = \max \big\{ |v_1|,\ldots,|v_n|\big\},' class='latex' /></p>
<p>where <img src='http://www.njohnston.ca/wp-content/latex/b70/b7032ed4c07716e413d147a5c5547ef9-ffffff-000000-0.png' alt='v_i = \langle \mathbf{v}, \mathbf{e}_i \rangle' title='v_i = \langle \mathbf{v}, \mathbf{e}_i \rangle' class='latex' /> is the i-th coordinate of <img src='http://www.njohnston.ca/wp-content/latex/fb1/fb16e3e3f18c15edc61e1f2c0fa972ba-ffffff-000000-0.png' alt='\mathbf{v}' title='\mathbf{v}' class='latex' /> in the basis <img src='http://www.njohnston.ca/wp-content/latex/f47/f47dce65d9efd25806c4d06b10761f1c-ffffff-000000-0.png' alt='\{\mathbf{e}_i\}_{i=1}^n' title='\{\mathbf{e}_i\}_{i=1}^n' class='latex' />. The theorem then says that the dual of the maximum norm is</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/112/112e6016ec1b2fe9f30de9e545953336-ffffff-000000-0.png' alt='\displaystyle \|\mathbf{v}\|_\infty^\circ = \inf \Big\{ \sum_i |c_i| : \mathbf{v} = \sum_i c_i \mathbf{e}_i \Big\} = \sum_{i=1}^n |v_i|,' title='\displaystyle \|\mathbf{v}\|_\infty^\circ = \inf \Big\{ \sum_i |c_i| : \mathbf{v} = \sum_i c_i \mathbf{e}_i \Big\} = \sum_{i=1}^n |v_i|,' class='latex' /></p>
<p>which is the <a href="http://en.wikipedia.org/wiki/Taxicab_geometry">taxicab norm</a> (i.e., the p = 1 norm), as we expect.</p>
<h3>Operator and Trace Norm of Matrices</h3>
<p>If we let <img src='http://www.njohnston.ca/wp-content/latex/3a4/3a43b5f26555a34de9eb520bc04d49dd-ffffff-000000-0.png' alt='\mathcal{H} = M_n' title='\mathcal{H} = M_n' class='latex' />, the space of <img src='http://www.njohnston.ca/wp-content/latex/50f/50f17e5c11d610b19c0471830dc4dda1-ffffff-000000-0.png' alt='n \times n' title='n \times n' class='latex' /> complex matrices with the <a href="http://en.wikipedia.org/wiki/Hilbert%E2%80%93Schmidt_operator">Hilbert–Schmidt inner product</a></p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/be7/be785451dbed171030cfa751b15ca535-ffffff-000000-0.png' alt='\displaystyle \big\langle A, B \big\rangle := {\rm Tr}(AB^*),' title='\displaystyle \big\langle A, B \big\rangle := {\rm Tr}(AB^*),' class='latex' /></p>
<p>then it is well-known that the <a href="http://en.wikipedia.org/wiki/Operator_norm">operator norm</a> and the <a href="http://en.wikipedia.org/wiki/Schatten_norm">trace norm</a> are dual to each other:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/779/7797427cad1d033417ae035a385d4a4e-ffffff-000000-0.png' alt='\displaystyle \big\| A \big\|_{op} := \sup_{\mathbf{v}}\Big\{ \big\|A\mathbf{v}\big\| : \|\mathbf{v}\| = 1 \Big\} \text{ and}' title='\displaystyle \big\| A \big\|_{op} := \sup_{\mathbf{v}}\Big\{ \big\|A\mathbf{v}\big\| : \|\mathbf{v}\| = 1 \Big\} \text{ and}' class='latex' /></p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/543/543403c7f4eda30aacb3ea77260d6ae9-ffffff-000000-0.png' alt='\displaystyle \big\| A \big\|_{op}^\circ = \big\|A\big\|_{tr} := \sup_{U}\Big\{ \big| {\rm Tr}(AU) \big| : U \in M_n \text{ is unitary} \Big\},' title='\displaystyle \big\| A \big\|_{op}^\circ = \big\|A\big\|_{tr} := \sup_{U}\Big\{ \big| {\rm Tr}(AU) \big| : U \in M_n \text{ is unitary} \Big\},' class='latex' /></p>
<p>where <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> is the Euclidean norm on <img src='http://www.njohnston.ca/wp-content/latex/66c/66c24a196de169a5a366387891c135f6-ffffff-000000-0.png' alt='\mathbb{C}^n' title='\mathbb{C}^n' class='latex' />. If we let <img src='http://www.njohnston.ca/wp-content/latex/5db/5dbc98dcc983a70728bd082d1a47546e-ffffff-000000-0.png' alt='S' title='S' class='latex' /> be the set of unitary matrices in <img src='http://www.njohnston.ca/wp-content/latex/6fe/6fe15b3139707a5c8d2d140a27ac1684-ffffff-000000-0.png' alt='M_n' title='M_n' class='latex' />, then Theorem 1 provides the following alternate characterization of the operator norm:</p>
<p style="padding-left: 30px;"><strong>Corollary 1.</strong> Let <img src='http://www.njohnston.ca/wp-content/latex/3b7/3b7509a3e40ab2ea0666c996df04c9fc-ffffff-000000-0.png' alt='A \in M_n' title='A \in M_n' class='latex' />. Then</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/05b/05bfb12bdb262fb80a0e84fab2c85879-ffffff-000000-0.png' alt='\displaystyle \big\|A\big\|_{op} = \inf\Big\{ \sum_i |c_i| : A = \sum_i c_i U_i \text{ and each } U_i \text{ is unitary} \Big\}.' title='\displaystyle \big\|A\big\|_{op} = \inf\Big\{ \sum_i |c_i| : A = \sum_i c_i U_i \text{ and each } U_i \text{ is unitary} \Big\}.' class='latex' /></p>
<p>As an application of Corollary 1, we are able to provide the following characterization of unitarily-invariant norms (i.e., norms <img src='http://www.njohnston.ca/wp-content/latex/fa6/fa6c91fcfb65186833fd14f80bff1953-ffffff-000000-0.png' alt='\|\cdot\|_{\prime}' title='\|\cdot\|_{\prime}' class='latex' /> with the property that <img src='http://www.njohnston.ca/wp-content/latex/ddd/ddd3e653be6f5abf7e0592f26a088dae-ffffff-000000-0.png' alt='\big\|UAV\big\|_{\prime} = \big\|A\big\|_{\prime}' title='\big\|UAV\big\|_{\prime} = \big\|A\big\|_{\prime}' class='latex' /> for all unitary matrices <img src='http://www.njohnston.ca/wp-content/latex/8eb/8eb0eda8933aa411d4dd656e04456230-ffffff-000000-0.png' alt='U, V \in M_n' title='U, V \in M_n' class='latex' />):</p>
<p style="padding-left: 30px;"><strong>Corollary 2.</strong> Let <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> be a norm on <img src='http://www.njohnston.ca/wp-content/latex/6fe/6fe15b3139707a5c8d2d140a27ac1684-ffffff-000000-0.png' alt='M_n' title='M_n' class='latex' />. Then <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> is unitarily-invariant if and only if</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/f52/f527049373d5683be30a37e6f96f97d9-ffffff-000000-0.png' alt='\displaystyle \big\|ABC\big\|_\prime \leq \big\|A\big\|_{op}\big\|B\big\|_{\prime}\big\|C\big\|_{op}' title='\displaystyle \big\|ABC\big\|_\prime \leq \big\|A\big\|_{op}\big\|B\big\|_{\prime}\big\|C\big\|_{op}' class='latex' /></p>
<p style="padding-left: 30px; text-align: left;">for all <img src='http://www.njohnston.ca/wp-content/latex/34d/34d0031d09496fdcd4672d2ae08fbb83-ffffff-000000-0.png' alt='A, B, C \in M_n' title='A, B, C \in M_n' class='latex' />.</p>
<p style="padding-left: 30px;"><em>Proof of Corollary 2.</em> The &#8220;if&#8221; direction is straightforward: if we let <img src='http://www.njohnston.ca/wp-content/latex/7fc/7fc56270e7a70fa81a5935b72eacbe29-ffffff-000000-0.png' alt='A' title='A' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/0d6/0d61f8370cad1d412f80b84d143e1257-ffffff-000000-0.png' alt='C' title='C' class='latex' /> be unitary, then</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/742/742d96319d3852041124c6bc9d8148d6-ffffff-000000-0.png' alt='\displaystyle \big\|B\big\|_\prime = \big\|A^*ABCC^*\big\|_\prime \leq \big\|ABC\big\|_\prime \leq \big\|B\big\|_{\prime},' title='\displaystyle \big\|B\big\|_\prime = \big\|A^*ABCC^*\big\|_\prime \leq \big\|ABC\big\|_\prime \leq \big\|B\big\|_{\prime},' class='latex' /></p>
<p style="padding-left: 30px;">where we used the fact that <img src='http://www.njohnston.ca/wp-content/latex/aac/aac156acbd5f434ec0751a688ed213f8-ffffff-000000-0.png' alt='\big\|A\big\|_{op} = \big\|C\big\|_{op} = 1' title='\big\|A\big\|_{op} = \big\|C\big\|_{op} = 1' class='latex' />. It follows that <img src='http://www.njohnston.ca/wp-content/latex/1f2/1f2e36203deb62e0f7f662bd204593cb-ffffff-000000-0.png' alt='\big\|ABC\big\|_\prime = \big\|B\big\|_\prime' title='\big\|ABC\big\|_\prime = \big\|B\big\|_\prime' class='latex' />, so <img src='http://www.njohnston.ca/wp-content/latex/dba/dba46a0e846667d6a70f36e2246eafb5-ffffff-000000-0.png' alt='\|\cdot\|_\prime' title='\|\cdot\|_\prime' class='latex' /> is unitarily-invariant.</p>
<p style="padding-left: 30px;">To see the &#8220;only if&#8221; direction, write <img src='http://www.njohnston.ca/wp-content/latex/ad8/ad8934140fb8676aa999a37a2a2febbc-ffffff-000000-0.png' alt='A = \sum_i c_i U_i' title='A = \sum_i c_i U_i' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/f2f/f2f3031befc665bfc41b91e6cf85ec5f-ffffff-000000-0.png' alt='C = \sum_i d_i V_i' title='C = \sum_i d_i V_i' class='latex' /> with each <img src='http://www.njohnston.ca/wp-content/latex/261/2613ee0449498d55793453205b97e8b8-ffffff-000000-0.png' alt='U_i' title='U_i' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/3aa/3aa80d7d51539d94036ba2e47b2c0c49-ffffff-000000-0.png' alt='V_i' title='V_i' class='latex' /> unitary. Then</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/983/9832fa9a2916b1936603fed6e246bcf0-ffffff-000000-0.png' alt='\displaystyle \big\|ABC\big\|_\prime = \Big\|\sum_{i,j}c_i d_j U_i B V_j\Big\|_\prime \leq \sum_{i,j} |c_i| |d_j| \big\|U_i B V_j\big\|_\prime = \sum_{i,j} |c_i| |d_j| \big\|B\big\|_\prime.' title='\displaystyle \big\|ABC\big\|_\prime = \Big\|\sum_{i,j}c_i d_j U_i B V_j\Big\|_\prime \leq \sum_{i,j} |c_i| |d_j| \big\|U_i B V_j\big\|_\prime = \sum_{i,j} |c_i| |d_j| \big\|B\big\|_\prime.' class='latex' /></p>
<p style="padding-left: 30px;">By taking the infimum over all decompositions of <img src='http://www.njohnston.ca/wp-content/latex/7fc/7fc56270e7a70fa81a5935b72eacbe29-ffffff-000000-0.png' alt='A' title='A' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/0d6/0d61f8370cad1d412f80b84d143e1257-ffffff-000000-0.png' alt='C' title='C' class='latex' /> of the given form and using Corollary 1, the result follows.</p>
<p>An alternate proof of Corollary 2, making use of some results on singular values, can be found in [2, Proposition IV.2.4].</p>
<h3>Separability Norms</h3>
<p>As our final (and least well-known) example, let <img src='http://www.njohnston.ca/wp-content/latex/f38/f380ae95a33d96552eed4231c2e56915-ffffff-000000-0.png' alt='\mathcal{H} = M_m \otimes M_n' title='\mathcal{H} = M_m \otimes M_n' class='latex' />, again with the usual Hilbert–Schmidt inner product. If we let</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/1d9/1d985623d7cb53c032b2357a5599dcff-ffffff-000000-0.png' alt='\displaystyle S = \{ \mathbf{a}\mathbf{b}^* \otimes \mathbf{c}\mathbf{d}^* : \|\mathbf{a}\| = \|\mathbf{b}\| = \|\mathbf{c}\| = \|\mathbf{d}\| = 1 \},' title='\displaystyle S = \{ \mathbf{a}\mathbf{b}^* \otimes \mathbf{c}\mathbf{d}^* : \|\mathbf{a}\| = \|\mathbf{b}\| = \|\mathbf{c}\| = \|\mathbf{d}\| = 1 \},' class='latex' /></p>
<p>where <img src='http://www.njohnston.ca/wp-content/latex/7f6/7f659dc7e4736826b64479864082bbe7-ffffff-000000-0.png' alt='\|\cdot\|' title='\|\cdot\|' class='latex' /> is the Euclidean norm on <img src='http://www.njohnston.ca/wp-content/latex/b14/b146306ad9831e0c9da46d54ff2c2966-ffffff-000000-0.png' alt='\mathbb{C}^m' title='\mathbb{C}^m' class='latex' /> or <img src='http://www.njohnston.ca/wp-content/latex/66c/66c24a196de169a5a366387891c135f6-ffffff-000000-0.png' alt='\mathbb{C}^n' title='\mathbb{C}^n' class='latex' />, then Theorem 1 tells us that the following two norms are dual to each other:</p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/b8d/b8d10784a95722d66b99bd8d28c7dc63-ffffff-000000-0.png' alt='\displaystyle \big\|A\big\|_s := \sup\Big\{ \big| (\mathbf{a}^* \otimes \mathbf{c}^*)A(\mathbf{b} \otimes \mathbf{d}) \big| : \|\mathbf{a}\| = \|\mathbf{b}\| = \|\mathbf{c}\| = \|\mathbf{d}\| = 1 \Big\} \text{ and}' title='\displaystyle \big\|A\big\|_s := \sup\Big\{ \big| (\mathbf{a}^* \otimes \mathbf{c}^*)A(\mathbf{b} \otimes \mathbf{d}) \big| : \|\mathbf{a}\| = \|\mathbf{b}\| = \|\mathbf{c}\| = \|\mathbf{d}\| = 1 \Big\} \text{ and}' class='latex' /></p>
<p style="text-align: center;"><img src='http://www.njohnston.ca/wp-content/latex/cba/cbad0b517abfad1863fa259389d805f4-ffffff-000000-0.png' alt='\displaystyle \big\|A\big\|_s^\circ = \inf\Big\{ \sum_i \big\|A_i\big\|_{tr}\big\|B_i\big\|_{tr} : A = \sum_i A_i \otimes B_i \Big\}.' title='\displaystyle \big\|A\big\|_s^\circ = \inf\Big\{ \sum_i \big\|A_i\big\|_{tr}\big\|B_i\big\|_{tr} : A = \sum_i A_i \otimes B_i \Big\}.' class='latex' /></p>
<p>There&#8217;s actually a little bit of work to be done to show that <img src='http://www.njohnston.ca/wp-content/latex/baf/baf157e5c21cea39d5796bc8d689356e-ffffff-000000-0.png' alt='\|\cdot\|_s^\circ' title='\|\cdot\|_s^\circ' class='latex' /> has the given form, but it&#8217;s only a couple lines – consider it an exercise for the interested reader.</p>
<p>Both of these norms come up frequently when dealing with quantum entanglement. The norm <img src='http://www.njohnston.ca/wp-content/latex/baf/baf157e5c21cea39d5796bc8d689356e-ffffff-000000-0.png' alt='\|\cdot\|_s^\circ' title='\|\cdot\|_s^\circ' class='latex' /> was the subject of [3], where it was shown that a quantum state <img src='http://www.njohnston.ca/wp-content/latex/d26/d2606be4e0cd2c9a6179c8f2e3547a85-ffffff-000000-0.png' alt='\rho' title='\rho' class='latex' /> is entangled if and only if <img src='http://www.njohnston.ca/wp-content/latex/28d/28d9c292b25234258c36223f99448172-ffffff-000000-0.png' alt='\|\rho\|_s^\circ &gt; 1' title='\|\rho\|_s^\circ &gt; 1' class='latex' /> (I use the above duality relationship to provide an alternate proof of this fact in [4, Theorem 6.1.5]). On the other hand, the norm <img src='http://www.njohnston.ca/wp-content/latex/db9/db9d465345baf05d40fa04e751608b80-ffffff-000000-0.png' alt='\|\cdot\|_s' title='\|\cdot\|_s' class='latex' /> characterizes positive linear maps of matrices and was the subject of [5, 6].</p>
<p><strong>References</strong></p>
<ol>
<li>J. Diestel, J. H. Fourie, and J. Swart. <em><a href="http://www.amazon.com/gp/product/0821844407/ref=as_li_ss_tl?ie=UTF8&amp;tag=nathanieljohnston-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0821844407">The Metric Theory of Tensor Products: Grothendieck&#8217;s Résumé Revisited</a></em>. American Mathematical Society, 2008. Chapter 1: <a href="http://www.ams.org/bookstore/pspdf/mbk-52-prev.pdf">pdf</a></li>
<li>R. Bhatia. <em><a href="http://www.amazon.com/gp/product/0387948465/ref=as_li_ss_tl?ie=UTF8&amp;tag=nathanieljohnston-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0387948465">Matrix Analysis</a></em>. Springer, 1997.</li>
<li>O. Rudolph. A separability criterion for density operators. <em>J. Phys. A: Math. Gen.</em>, 33:3951–3955, 2000. E-print: <a href="http://arxiv.org/abs/quant-ph/0002026">arXiv:quant-ph/0002026</a></li>
<li>N. Johnston. <em><a href="http://www.njohnston.ca/publications/norms-and-cones-in-the-theory-of-quantum-entanglement/">Norms and Cones in the Theory of Quantum Entanglement</a></em>. PhD thesis, University of Guelph, 2012.</li>
<li>N. Johnston and D. W. Kribs. <a href="http://www.njohnston.ca/publications/schmidt-norms-for-quantum-states/">A Family of Norms With Applications in Quantum Information Theory</a>. <em>Journal of Mathematical Physics</em>, 51:082202, 2010.</li>
<li>N. Johnston and D. W. Kribs. <a href="http://www.njohnston.ca/publications/computation-of-schmidt-norms-with-applications-in-quantum-information/">A Family of Norms With Applications in Quantum Information Theory II</a>. <em>Quantum Information &amp; Computation</em>, 11(1 &amp; 2):104–123, 2011.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2012/05/norms-and-dual-norms-as-supremums-and-infimums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting and Solving Final Fantasy XIII-2&#8242;s Clock Puzzles</title>
		<link>http://www.njohnston.ca/2012/02/counting-and-solving-final-fantasy-xiii-2s-clock-puzzles/</link>
		<comments>http://www.njohnston.ca/2012/02/counting-and-solving-final-fantasy-xiii-2s-clock-puzzles/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:19:06 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Integer Sequences]]></category>
		<category><![CDATA[Popular Culture]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://www.njohnston.ca/?p=1661</guid>
		<description><![CDATA[Final Fantasy XIII-2 is a role-playing game, released last week in North America, that contains an abundance of mini-games. One of the more interesting mini-games is the &#8220;clock puzzle&#8221;, which presents the user with N integers arranged in a circle, with each integer being from 1 to . The way the game works is as [...]]]></description>
				<content:encoded><![CDATA[<p>Final Fantasy XIII-2 is a role-playing game, released last week in North America, that contains an abundance of mini-games. One of the more interesting mini-games is the &#8220;clock puzzle&#8221;, which presents the user with N integers arranged in a circle, with each integer being from 1 to <img src='http://www.njohnston.ca/wp-content/latex/481/481cd219f76f6af6429e47a265fcba95-ffffff-000000-0.png' alt='\lfloor N/2 \rfloor' title='\lfloor N/2 \rfloor' class='latex' />.</p>
<div id="attachment_1662" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-1662 " title="Clock puzzle" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/clock.jpg" width="600" height="350" /><p class="wp-caption-text">A challenging late-game clock puzzle with N = 12</p></div>
<p>The way the game works is as follows:</p>
<ol>
<li>The user may start by picking any of the N positions on the circle. Call the number in this position M.</li>
<li>You now have the option of picking either the number M positions clockwise from your last choice, or M positions counter-clockwise from your last choice. Update the value of M to be the number in the new position that you chose.</li>
<li>Repeat step 2 until you have performed it N-1 times.</li>
</ol>
<p>You win the game if you choose each of the N positions exactly once, and you lose the game otherwise (if you are forced to choose the same position twice, or equivalently if there is a position that you have not chosen after performing step 2 a total of N-1 times). During the game, N ranges from 5 to 13, though N could theoretically be as large as we like.</p>
<h3>Example</h3>
<p>To demonstrate the rules in action, consider the following simple example with N = 6 (I have labelled the six positions <span style="color: #0000ff;">0</span> &#8211; <span style="color: #0000ff;">5</span> in <span style="color: #0000ff;">blue</span> for easy reference):</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1671" title="Example" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/ex1.png" width="199" height="193" /></p>
<p style="text-align: left;">If we start by choosing the 1 in position <span style="color: #0000ff;">1</span>, then we have the option of choosing the 3 in either position <span style="color: #0000ff;">0</span> or <span style="color: #0000ff;">2</span>. Let&#8217;s choose the 3 in position <span style="color: #0000ff;">0</span>. Three moves either clockwise or counter-clockwise from here both give the 1 in position <span style="color: #0000ff;">3</span>, so that is our only possible next choice. We continue on in this way, going through the N = 6 positions in the order <span style="color: #0000ff;">1</span> – <span style="color: #0000ff;">0</span> – <span style="color: #0000ff;">3</span> – <span style="color: #0000ff;">4</span> – <span style="color: #0000ff;">2</span> – <span style="color: #0000ff;">5</span>, as in the following image:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1672" title="Example solution" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/ex2.png" width="199" height="193" /></p>
<p style="text-align: left;">We have now selected each position exactly once, so we are done – we solved the puzzle! In fact, this is the unique solution for the given puzzle.</p>
<h3 style="text-align: left;">Counting Clock Puzzles</h3>
<p style="text-align: left;">Let&#8217;s work on determining how many different clock puzzles there are of a given size. As mentioned earlier, a clock puzzle with N positions has an integer in the interval <img src='http://www.njohnston.ca/wp-content/latex/615/615df6e3e07c001fbdb58c458888c26e-ffffff-000000-0.png' alt='[1, \lfloor N/2 \rfloor]' title='[1, \lfloor N/2 \rfloor]' class='latex' /> in each of the  positions. There are thus <img src='http://www.njohnston.ca/wp-content/latex/800/800790d13ead648e90a9bb902eaf3283-ffffff-000000-0.png' alt='\lfloor N/2 \rfloor^N' title='\lfloor N/2 \rfloor^N' class='latex' /> distinct clock puzzles with N positions, which grows very quickly with N – its values for N = 1, 2, 3, &#8230; are given by the sequence 0, 1, 1, 16, 32, 729, 2187, 65536, 262144, &#8230; (<a href="https://oeis.org/A206344">A206344</a> in the OEIS).</p>
<p style="text-align: left;">However, this rather crude count of the number of clock puzzles ignores the fact that some clock puzzles have no solution. To illustrate this fact, we present the following simple proposition:</p>
<p style="text-align: left; padding-left: 30px;"><strong>Proposition.</strong> There are unsolvable clock puzzles with N positions if and only if N = 4 or N ≥ 6.</p>
<p style="text-align: left;">To prove this proposition, first note that the clock puzzles for N = 2 or N = 3 are trivially solvable, since each number in the puzzle is forced to be <img src='http://www.njohnston.ca/wp-content/latex/c82/c82ccf27704712e1dfcaf16584bfb70f-ffffff-000000-0.png' alt='\lfloor N/2 \rfloor = 1' title='\lfloor N/2 \rfloor = 1' class='latex' />. The 32 clock puzzles in the N = 5 case can all easily be shown to be solvable via computer brute force (does anyone have a simple or elegant argument for this case?).</p>
<p style="text-align: left;">In the N = 4 case, exactly 3 of the 16 clock puzzles are unsolvable:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1687" title="Unsolvable clock puzzles (N = 4)" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/four_unsolvable.png" width="645" height="155" /></p>
<p style="text-align: left;">To complete the proof, it suffices to demonstrate an unsolvable clock puzzle for each N ≥ 6. To this end, we begin by considering the following clock puzzle in the N = 6 case:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1690" title="Unsolvable clock puzzle (N = 6)" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/ex3.png" width="199" height="193" /></p>
<p style="text-align: left;">The above puzzle is unsolvable because the only way to reach position <span style="color: #0000ff;">0</span> is to select it first, but from there only one of positions <span style="color: #0000ff;">2</span> or <span style="color: #0000ff;">4</span> can be reached – not both. This example generalizes in a straightforward manner to any N ≥ 6 simply by adding more 1&#8242;s to the bottom: it will still be necessary to choose position <span style="color: #0000ff;">0</span> first, and then it is impossible to reach both position <span style="color: #0000ff;">2</span> and position <span style="color: #0000ff;">N-2</span> from there.</p>
<p style="text-align: left;">There doesn&#8217;t seem to be an elegant way to count the number of solvable clock puzzles with N positions (which is most likely related to the apparent difficulty of solving these puzzles, which will be discussed in the next section), so let&#8217;s count the number of solvable clock puzzles via brute force. Simply constructing each of the <img src='http://www.njohnston.ca/wp-content/latex/800/800790d13ead648e90a9bb902eaf3283-ffffff-000000-0.png' alt='\lfloor N/2 \rfloor^N' title='\lfloor N/2 \rfloor^N' class='latex' /> clock puzzles and determining which of them are solvable (via the MATLAB script linked at the end of this post) shows that the number of solvable clock puzzles for N = 1, 2, 3, &#8230; is given by the sequence 0, 1, 1, 13, 32, 507, 1998, 33136, 193995, &#8230; (<a href="https://oeis.org/A206345">A206345</a> in the OEIS).</p>
<p style="text-align: left;">This count of puzzles is perhaps still unsatisfying, though, since it counts puzzles that are simply mirror images or rotations of each other multiple times. Again, there doesn&#8217;t seem to be an elegant counting argument for enumerating the solvable clock puzzles up to rotation and reflection, so we compute this sequence by brute force: 0, 1, 1, 4, 8, 72, 236, 3665, 19037, &#8230; (<a href="https://oeis.org/A206346">A206346</a> in the OEIS).</p>
<h3 style="text-align: left;">Solving Clock Puzzles</h3>
<p style="text-align: left;">Clock puzzles are one of the most challenging parts of Final Fantasy XIII-2, and with good reason: they are a well-studied graph theory problem in disguise. We can consider each clock puzzle with N positions as a directed graph with N vertices. If position N contains the number M, then there is a directed edge going from vertex N to the vertices M positions clockwise and counter-clockwise from it. In other words, we consider a clock puzzle as a directed graph on N vertices, where the directed edges describe the valid moves around the circle.</p>
<div id="attachment_1698" class="wp-caption aligncenter" style="width: 176px"><img class=" wp-image-1698  " title="Directed graph" alt="" src="http://www.njohnston.ca/wp-content/uploads/2012/02/graph.png" width="166" height="166" /><p class="wp-caption-text">The directed graph corresponding to the earlier (solvable) N = 6 example</p></div>
<p style="text-align: left;">The problem of solving a clock puzzle is then exactly the problem of finding a directed <a href="http://en.wikipedia.org/wiki/Hamiltonian_path">Hamiltonian path</a> on the associated graph. Because finding a directed Hamiltonian path in general is NP-hard, this seems to suggest that solving clock puzzles might be as well. There of course is the problem that the directed graphs relevant to this problem have very special structure – in particular, every vertex has outdegree ≤ 2, and the graph has a symmetry property that results from clockwise/counter-clockwise movement allowed in the clock puzzles.</p>
<p style="text-align: left;">The main result of [1] shows that the fact that the outdegree of each vertex is no larger than 2 is no real help: finding directed Hamiltonian paths is still NP-hard given such a promise. However, the symmetry condition seems more difficult to characterize in graph theoretic terms, and could potentially be exploited to produce a fast algorithm for solving these puzzles.</p>
<p style="text-align: left;">Regardless of the problem&#8217;s computational complexity, the puzzles found in the game are quite small (N ≤ 13), so they can be easily solved by brute force. Attached is a MATLAB script (<a href="http://www.njohnston.ca/scripts/solve_clock.m">solve_clock.m</a>) that can be used to solve clock puzzles. The first input argument is a vector containing the numeric values in each of the positions, starting from the top and reading clockwise. By default, only one solution is computed. To compute <em>all</em> solutions, set the second (optional) input argument to 1.</p>
<p style="text-align: left;">The output of the script is either a vector of positions (labelled <span style="color: #0000ff;">0</span> through <span style="color: #0000ff;">N-1</span>, with <span style="color: #0000ff;">0</span> referring to the top position, <span style="color: #0000ff;">1</span> referring to one position clockwise from there, and so on) describing an order in which you can visit the positions to solve the puzzle, or 0 if there is no solution.</p>
<p style="text-align: left;">For example, the script can be used to find our solution to the N = 6 example provided earlier:</p>
<pre>&gt;&gt; solve_clock([3,1,3,1,2,3])

ans =
    1 0 3 4 2 5</pre>
<p style="text-align: left;">Similarly, the script can be used to find all four solutions to the puzzle in the screenshot at the very top of this post:</p>
<pre>&gt;&gt; solve_clock([6,5,1,4,2,1,6,4,2,1,5,2], 1)

ans =
    3 7 11 9 10 5 4 2 1 8 6 0
    7 3 11 9 10 5 4 2 1 8 6 0
    9 10 5 4 2 3 7 11 1 8 6 0
    9 8 10 5 4 2 3 7 11 1 6 0</pre>
<p style="text-align: left;"><strong>Download</strong></p>
<ul>
<li><a href="http://www.njohnston.ca/scripts/solve_clock.m">solve_clock.m</a> – a MATLAB script that solves clock puzzles</li>
</ul>
<p style="text-align: left;"><strong>References</strong></p>
<ol>
<li>J. Plesnik. <a href="http://www.aya.or.jp/~babalabo/DownLoad/Plesnik%208.4.192-196.pdf">The NP-completeness of the Hamiltonian cycle problem in planar digraphs with degree bound two</a>. <em>Inform. Process. Lett.</em>, 8:199–201, 1979.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2012/02/counting-and-solving-final-fantasy-xiii-2s-clock-puzzles/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>MATLAB Scripts for Computing Completely Bounded Norms via Semidefinite Programming</title>
		<link>http://www.njohnston.ca/2011/07/matlab-scripts-for-computing-the-completely-bounded-and-diamond-norms/</link>
		<comments>http://www.njohnston.ca/2011/07/matlab-scripts-for-computing-the-completely-bounded-and-diamond-norms/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 20:45:06 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Norms]]></category>
		<category><![CDATA[Operator Theory]]></category>
		<category><![CDATA[Quantum Information Theory]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=1600</guid>
		<description><![CDATA[In operator theory, the completely bounded norm of a linear map on complex matrices is defined by , where is the usual norm on linear maps defined by and is the operator norm of [1]. The completely bounded norm is particularly useful when thinking of and as operator spaces. The dual of the completely bounded [...]]]></description>
				<content:encoded><![CDATA[<p>In operator theory, the <strong>completely bounded norm</strong> of a linear map on complex matrices <img src='http://www.njohnston.ca/wp-content/latex/678/67898204827161e3fef36f8f3daf3cbc-ffffff-000000-0.png' alt='\Phi : M_m \rightarrow M_n' title='\Phi : M_m \rightarrow M_n' class='latex' /> is defined by <img src='http://www.njohnston.ca/wp-content/latex/c2c/c2c41b2405db3113c73986729f6c9828-ffffff-000000-0.png' alt='\|\Phi\|_{cb} := \sup_{k \geq 1} \| id_k \otimes \Phi \|' title='\|\Phi\|_{cb} := \sup_{k \geq 1} \| id_k \otimes \Phi \|' class='latex' />, where <img src='http://www.njohnston.ca/wp-content/latex/f46/f46aa269b89be1dbf5a82292d46669a5-ffffff-000000-0.png' alt='\|\Phi\|' title='\|\Phi\|' class='latex' /> is the usual norm on linear maps defined by <img src='http://www.njohnston.ca/wp-content/latex/f61/f61552fb7cf6d301f35a5c5d5ddc05fa-ffffff-000000-0.png' alt='\|\Phi\| := \sup_{X \in M_m} \{ \|\Phi(X)\| : \|X\| \leq 1\}' title='\|\Phi\| := \sup_{X \in M_m} \{ \|\Phi(X)\| : \|X\| \leq 1\}' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/43e/43e67ae95af79d704be0bb1b4a4d023f-ffffff-000000-0.png' alt='\|X\|' title='\|X\|' class='latex' /> is the <a href="http://en.wikipedia.org/wiki/Operator_norm">operator norm</a> of <img src='http://www.njohnston.ca/wp-content/latex/021/02129bb861061d1a052c592e2dc6b383-ffffff-000000-0.png' alt='X' title='X' class='latex' /> [1]. The completely bounded norm is particularly useful when thinking of <img src='http://www.njohnston.ca/wp-content/latex/d1c/d1c301f6f3c03669dca093befe423031-ffffff-000000-0.png' alt='M_m' title='M_m' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/6fe/6fe15b3139707a5c8d2d140a27ac1684-ffffff-000000-0.png' alt='M_n' title='M_n' class='latex' /> as <a href="http://en.wikipedia.org/wiki/Operator_space">operator spaces</a>.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Dual_norm">dual</a> of the completely bounded norm is called the <strong>diamond norm</strong>, which plays an important role in quantum information theory, as it can be used to measure the distance between <a href="http://en.wikipedia.org/wiki/Quantum_channel">quantum channels</a>. The diamond norm of <img src='http://www.njohnston.ca/wp-content/latex/2f5/2f51310acab41649af988ccebfe4186d-ffffff-000000-0.png' alt='\Phi' title='\Phi' class='latex' /> is typically denoted <img src='http://www.njohnston.ca/wp-content/latex/6d6/6d68a718fded22437389cd2c91c4b88d-ffffff-000000-0.png' alt='\|\Phi\|_{\diamond}' title='\|\Phi\|_{\diamond}' class='latex' />. For properties of the completely bounded and diamond norms, see [1,2,3].</p>
<p>A method for efficiently computing the completely bounded and diamond norms via <a href="http://en.wikipedia.org/wiki/Semidefinite_programming">semidefinite programming</a> was recently presented in [4]. The purpose of this post is to provide MATLAB scripts that implement this algorithm and demonstrate its usage.</p>
<h3>Download and Install</h3>
<p>In order to make use of these scripts to compute the completely bounded or diamond norm, you must download and install two things: the SeDuMi semidefinite program solver and the MATLAB scripts themselves.</p>
<ol>
<li><strong>SeDuMi</strong> – Please follow the instructions on the <a href="http://sedumi.ie.lehigh.edu/">SeDuMi website</a> to download and install it. If possible, you should install SeDuMi 1.1R3, <em>not</em> SeDuMi 1.21 or SeDuMi 1.3, since <a href="http://sedumi.ie.lehigh.edu/index.php?option=com_kunena&amp;Itemid=78&amp;func=view&amp;catid=9&amp;id=4623">there is a bug</a> with the newer versions when dealing with complex matrices.</li>
<li><strong>CB Norm MATLAB Package</strong> – Once SeDuMi is installed, <strong><a href="http://www.nathanieljohnston.com/wp-content/uploads/2011/07/MATLAB_cb_diamond_norm.zip">download the CB norm MATLAB scripts</a></strong>, unzip them, and place them in your MATLAB scripts directory. The zip file contains 10 MATLAB scripts.</li>
</ol>
<div>
<p>Once the scripts are installed, type &#8220;help CBNorm&#8221; or &#8220;help DiamondNorm&#8221; at the MATLAB prompt to learn how to use the CBNorm and DiamondNorm functions. Several usage examples are provided below.</p>
</div>
<h3>Usage Examples</h3>
<p>The representation of the linear map <img src='http://www.njohnston.ca/wp-content/latex/2f5/2f51310acab41649af988ccebfe4186d-ffffff-000000-0.png' alt='\Phi' title='\Phi' class='latex' /> that the CBNorm and DiamondNorm functions take as input is a pair of arrays of its left- and right- generalized Choi-Kraus operators. That is, an array of operators <img src='http://www.njohnston.ca/wp-content/latex/998/99825ef966d74346baaacab16892bdf2-ffffff-000000-0.png' alt='\{A_i\}' title='\{A_i\}' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/095/09536cf4e7246ac68ed5cbcdacc496c7-ffffff-000000-0.png' alt='\{B_i\}' title='\{B_i\}' class='latex' /> such that <img src='http://www.njohnston.ca/wp-content/latex/340/340038e055a61eb99131d3b059de47e8-ffffff-000000-0.png' alt='\Phi(X) = \sum_i A_i X B_i' title='\Phi(X) = \sum_i A_i X B_i' class='latex' /> for all <img src='http://www.njohnston.ca/wp-content/latex/021/02129bb861061d1a052c592e2dc6b383-ffffff-000000-0.png' alt='X' title='X' class='latex' />.</p>
<p><strong>Basic Examples</strong></p>
<p>If we wanted to compute the completely bounded and diamond norms of the map</p>
<p><img class="aligncenter size-full wp-image-1622" title="CB norm and diamond norm example" alt="" src="http://www.nathanieljohnston.com/wp-content/uploads/2011/07/img.png" width="357" height="53" /></p>
<p>the MATLAB input and output would be as follows:</p>
<pre>&gt;&gt; PhiA(:,:,1) = [1,1;1,0];
&gt;&gt; PhiA(:,:,2) = [1,0;1,2];
&gt;&gt; PhiB(:,:,1) = [1,0;0,1];
&gt;&gt; PhiB(:,:,2) = [1,2;1,1];
&gt;&gt; CBNorm(PhiA,PhiB)

ans =

    7.2684

&gt;&gt; DiamondNorm(PhiA,PhiB)

ans =

    7.4124</pre>
<p>So we see that its completely bounded norm is 7.2684 and its diamond norm is 7.4124.</p>
<p>If we instead want to compute the completely bounded or diamond norm of a completely positive map, we only need to provide its <a href="http://en.wikipedia.org/wiki/Choi's_theorem_on_completely_positive_maps#Kraus_operators">Kraus operators</a> – i.e., operators <img src='http://www.njohnston.ca/wp-content/latex/998/99825ef966d74346baaacab16892bdf2-ffffff-000000-0.png' alt='\{A_i\}' title='\{A_i\}' class='latex' /> such that <img src='http://www.njohnston.ca/wp-content/latex/2b8/2b82cbb6770a523d0d509a73d5dc2496-ffffff-000000-0.png' alt='\Phi(X) = \sum_i A_i X A_i^\dagger' title='\Phi(X) = \sum_i A_i X A_i^\dagger' class='latex' /> for all <img src='http://www.njohnston.ca/wp-content/latex/021/02129bb861061d1a052c592e2dc6b383-ffffff-000000-0.png' alt='X' title='X' class='latex' />. Furthermore, in this case semidefinite programming isn&#8217;t used at all, since [1, Proposition 3.6] tells us that <img src='http://www.njohnston.ca/wp-content/latex/210/2102a4bc9afa0d5cd84fee9001261eee-ffffff-000000-0.png' alt='\|\Phi\|_{cb} = \|\Phi(I)\|' title='\|\Phi\|_{cb} = \|\Phi(I)\|' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/c63/c630fcf2ab2be62560d9e572cb27788a-ffffff-000000-0.png' alt='\|\Phi\|_{\diamond} = \|\Phi^\dagger(I)\|' title='\|\Phi\|_{\diamond} = \|\Phi^\dagger(I)\|' class='latex' />, and computing <img src='http://www.njohnston.ca/wp-content/latex/2ad/2adcbb56307b242c5b028ec437908b06-ffffff-000000-0.png' alt='\|\Phi(I)\|' title='\|\Phi(I)\|' class='latex' /> is trivial. The following example demonstrates the usage of these scripts in this case, via a completely positive map <img src='http://www.njohnston.ca/wp-content/latex/851/85167929b253ca1ea53920366b774a98-ffffff-000000-0.png' alt='\Phi : M_3 \rightarrow M_2' title='\Phi : M_3 \rightarrow M_2' class='latex' /> with four (essentially random) Kraus operators:</p>
<pre>&gt;&gt; PhiA(:,:,1) = [1 0 0;0 1 1];
&gt;&gt; PhiA(:,:,2) = [-3 0 1;5 1 1];
&gt;&gt; PhiA(:,:,3) = [0 2 0;0 0 0];
&gt;&gt; PhiA(:,:,4) = [1 1 3;0 2 0];
&gt;&gt; CBNorm(PhiA)

ans =

   42.0000

&gt;&gt; DiamondNorm(PhiA)

ans =

   38.7303</pre>
<p><strong>Transpose Map</strong></p>
<p>Suppose we want to compute the completely bounded or diamond norm of the <a href="http://en.wikipedia.org/wiki/Transpose">transpose map</a> on <img src='http://www.njohnston.ca/wp-content/latex/6fe/6fe15b3139707a5c8d2d140a27ac1684-ffffff-000000-0.png' alt='M_n' title='M_n' class='latex' />. A generalized Choi-Kraus representation is given by defining <img src='http://www.njohnston.ca/wp-content/latex/b1d/b1dfdd3667d460c3f98c920f6a977a6a-ffffff-000000-0.png' alt='A_{ij} = B_{ij} = e_i e_j^\dagger' title='A_{ij} = B_{ij} = e_i e_j^\dagger' class='latex' />, where <img src='http://www.njohnston.ca/wp-content/latex/ab4/ab49e73769f3cbd300eb1c4158c60774-ffffff-000000-0.png' alt='\{e_i\}' title='\{e_i\}' class='latex' /> is the standard basis of <img src='http://www.njohnston.ca/wp-content/latex/66c/66c24a196de169a5a366387891c135f6-ffffff-000000-0.png' alt='\mathbb{C}^n' title='\mathbb{C}^n' class='latex' /> (i.e., <img src='http://www.njohnston.ca/wp-content/latex/678/6781228e0a0a6072d89c076e9a5ab4db-ffffff-000000-0.png' alt='A_{ij}' title='A_{ij}' class='latex' /> and <img src='http://www.njohnston.ca/wp-content/latex/d26/d2676387482fd5004b9efe3976817501-ffffff-000000-0.png' alt='B_{ij}' title='B_{ij}' class='latex' /> are the operators with matrix representation in the standard basis with a one in the <img src='http://www.njohnston.ca/wp-content/latex/527/5270ae675fac24f97e172dcd9b18fa92-ffffff-000000-0.png' alt='(i,j)' title='(i,j)' class='latex' />-entry and zeroes elsewhere). It is known that the completely bounded and diamond norms of the n-dimensional transpose map are both equal to n, which can be verified in small dimensions as follows:</p>
<div>
<pre>&gt;&gt; % 2-dimensional transpose
&gt;&gt; PhiA(:,:,1) = [1 0;0 0];
&gt;&gt; PhiA(:,:,2) = [0 1;0 0];
&gt;&gt; PhiA(:,:,3) = [0 0;1 0];
&gt;&gt; PhiA(:,:,4) = [0 0;0 1];
&gt;&gt; PhiB = PhiA;
&gt;&gt; CBNorm(PhiA,PhiB)

ans =

    2.0000

&gt;&gt; DiamondNorm(PhiA,PhiB)

ans =

    2.0000</pre>
<pre>&gt;&gt; % 3-dimensional transpose
&gt;&gt; I = eye(3);
&gt;&gt; for i=1:3
for j=1:3
PhiA(:,:,3*(i-1)+j) = I(:,i)*I(j,:);
end
end
&gt;&gt; PhiB = PhiA;
&gt;&gt; CBNorm(PhiA,PhiB)

ans =

    3.0000

&gt;&gt; DiamondNorm(PhiA,PhiB)

ans =

    3.0000</pre>
<p><strong>Difference of Unitary Channels</strong></p>
<p>Now consider the map <img src='http://www.njohnston.ca/wp-content/latex/6fa/6fa1e539e598879d3f9bced75c6beec5-ffffff-000000-0.png' alt='\Phi : M_2 \rightarrow M_2' title='\Phi : M_2 \rightarrow M_2' class='latex' /> defined by <img src='http://www.njohnston.ca/wp-content/latex/c11/c119de7efa049d114be300dd03b04b69-ffffff-000000-0.png' alt='\Phi(X) = X - UXU^\dagger' title='\Phi(X) = X - UXU^\dagger' class='latex' />, where <img src='http://www.njohnston.ca/wp-content/latex/4c6/4c614360da93c0a041b22e537de151eb-ffffff-000000-0.png' alt='U' title='U' class='latex' /> is the following unitary matrix:</p>
<p><img class="aligncenter size-full wp-image-1625" title="Unitary example" alt="" src="http://www.nathanieljohnston.com/wp-content/uploads/2011/07/uni.png" width="147" height="53" /></p>
<p>We know from [2, Theorem 12] that the CB norm and diamond norm of <img src='http://www.njohnston.ca/wp-content/latex/2f5/2f51310acab41649af988ccebfe4186d-ffffff-000000-0.png' alt='\Phi' title='\Phi' class='latex' /> are both equal to the diameter of the smallest closed disc containing all of the eigenvalues of <img src='http://www.njohnston.ca/wp-content/latex/4c6/4c614360da93c0a041b22e537de151eb-ffffff-000000-0.png' alt='U' title='U' class='latex' />. Because the eigenvalues of <img src='http://www.njohnston.ca/wp-content/latex/4c6/4c614360da93c0a041b22e537de151eb-ffffff-000000-0.png' alt='U' title='U' class='latex' /> are <img src='http://www.njohnston.ca/wp-content/latex/b17/b17ebfb4bc8fc72ad2f2825be0417645-ffffff-000000-0.png' alt='(1 \pm i)/\sqrt{2}' title='(1 \pm i)/\sqrt{2}' class='latex' />, the smallest closed disc containing its eigenvalues has diameter <img src='http://www.njohnston.ca/wp-content/latex/d21/d21848cdd835abcb491be1f151e9b6c6-ffffff-000000-0.png' alt='\sqrt{2}' title='\sqrt{2}' class='latex' />, so <img src='http://www.njohnston.ca/wp-content/latex/37c/37c2deab4cea73ec1ea5efc56809a274-ffffff-000000-0.png' alt='\|\Phi\|_{cb} = \|\Phi\|_{\diamond} = \sqrt{2}' title='\|\Phi\|_{cb} = \|\Phi\|_{\diamond} = \sqrt{2}' class='latex' />. This result can be verified as follows:</p>
<pre>&gt;&gt; PhiA(:,:,1) = [1 0;0 1];
&gt;&gt; PhiA(:,:,2) = [1 1;-1 1]/sqrt(2);
&gt;&gt; PhiB(:,:,1) = [1 0;0 1];
&gt;&gt; PhiB(:,:,2) = -[1 -1;1 1]/sqrt(2);
&gt;&gt; CBNorm(PhiA,PhiB)

ans =

    1.4142

&gt;&gt; DiamondNorm(PhiA,PhiB)

ans =

    1.4142</pre>
</div>
<p><strong>References</strong></p>
<ol>
<li>V. I. Paulsen. <em><a href="http://www.amazon.com/gp/product/0521816696?ie=UTF8&amp;tag=nathanieljohnston-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0521816696">Completely bounded maps and operator algebras</a>.</em> Cambridge University Press, 2003.</li>
<li>N. Johnston, D. W. Kribs, and V. I. Paulsen. <a href="http://www.nathanieljohnston.com/publications/computing-stabilized-norms-for-quantum-operations-via-the-theory-of-completely-bounded-maps/">Computing stabilized norms for quantum operations via the theory of completely bounded maps</a>. <em>Quantum Inf. Comput.</em>, 9:16-35, 2009.</li>
<li>J. Watrous. <a href="http://www.cs.uwaterloo.ca/~watrous/lecture-notes/701/21.pdf"><em>Theory of quantum information </em>lecture notes</a>.</li>
<li>J. Watrous. <a href="http://theoryofcomputing.org/articles/v005a011/">Semidefinite programs for completely bounded norms</a>. <em>Theory Comput.</em>, 5:217–238, 2009.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2011/07/matlab-scripts-for-computing-the-completely-bounded-and-diamond-norms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Separability-Preserving Operators in Entanglement Theory</title>
		<link>http://www.njohnston.ca/2011/06/separability-preserving-operators-in-entanglement-theory/</link>
		<comments>http://www.njohnston.ca/2011/06/separability-preserving-operators-in-entanglement-theory/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 20:19:40 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Matrix Analysis]]></category>
		<category><![CDATA[Quantum Information Theory]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=1527</guid>
		<description><![CDATA[One of the key concepts in quantum information theory is the difference between separable states and entangled states. A pure quantum state (that is, a unit vector) v ∈ Cn ⊗ Cn is said to be separable if it can be written as v = a ⊗ b for some a,b ∈ Cn; otherwise v [...]]]></description>
				<content:encoded><![CDATA[<p>One of the key concepts in quantum information theory is the difference between separable states and entangled states. A pure quantum state (that is, a unit vector) v ∈ <strong>C</strong><sup>n</sup> ⊗ <strong>C</strong><sup>n</sup> is said to be <em>separable</em> if it can be written as v = a ⊗ b for some a,b ∈ <strong>C</strong><sup>n</sup>; otherwise v is called <em>entangled</em>. In this post we will investigate what operators preserve the set of separable pure states, as well as what operators entangle all separable pure states.</p>
<h3>Separable Pure State Preservers and Entangling Gates</h3>
<p>In the design of quantum algorithms, <em>entangling gates</em> play a very important role. Entangling gates are unitary operators that are able to generate entanglement. A bit more specifically, a unitary operator U ∈ M<sub>n</sub> ⊗ M<sub>n</sub> (where M<sub>n</sub> is the space of n × n complex matrices) is called an entangling gate if there exists a separable pure state v = a ⊗ b ∈ <strong>C</strong><sup>n</sup> ⊗ <strong>C</strong><sup>n</sup> such that Uv is entangled. Conversely, we will say that a unitary operator U <em>preserves separability</em> if Uv is separable whenever v is separable.</p>
<p>In order to answer the question of what unitaries preserve separability, it is instructive to consider some simple examples (this is often a useful way to formulate conjectures regarding preserver problems). For example, it is clear that if U = A ⊗ B for some unitary operators A, B ∈ M<sub>n</sub>, then U preserves separability (because U(a ⊗ b) = Aa ⊗ Bb is separable). Another example of a unitary operator that preserves separability is the <em>swap</em> (or <em>flip</em>) operator S defined on separable states by S(a ⊗ b) = b ⊗ a (the action of S on the rest of <strong>C</strong><sup>n</sup> ⊗ <strong>C</strong><sup>n</sup> is determined by extending linearly). It turns out that these are essentially the only operators that preserve separability [1,2,3]:</p>
<p style="padding-left: 30px;"><strong>Theorem 1.</strong> Let U ∈ M<sub>n</sub> ⊗ M<sub>n</sub> be a unitary operator. Then U preserves separability (i.e., U is not an entangling gate) if and only if there exist unitary operators A, B ∈ M<sub>n</sub> such that either U = A ⊗ B or U = S(A ⊗ B).</p>
<p>As we already saw, the &#8220;if&#8221; direction of the above result is trivial – the meat and potatoes of the theorem comes from the &#8220;only if&#8221; direction (as is typically the case with results about linear preservers). Theorem 1 was first proved in [1] essentially by case analysis and checking the action of a separability-preserving unitary on a basis of <strong>C</strong><sup>n</sup> ⊗ <strong>C</strong><sup>n</sup>, and was subsequently re-proved using similar techniques (but with different motivations and connections) in [2]. The result was proved in [3] by using <a href="http://www.nathanieljohnston.com/2009/11/the-other-linear-map-isomorphism/">the vector-operator isomorphism</a> and the fact that a linear map Φ : M<sub>n</sub> → M<sub>n</sub> preserves the set of rank-1 operators if and only if there exist A, B ∈ M<sub>n</sub> such that either Φ(X) ≡ AXB or Φ(X) ≡ AX<sup>t</sup>B [4].</p>
<p>Theorem 1 also follows as a simple corollary of several related results that have recently been proved in [5,6]. A version of Theorem 1 for multipartite systems (i.e., systems that are the tensor product of more than two copies of <strong>C</strong><sup>n</sup>) can be found in [3] and [7].</p>
<h3>Universal Entangling Gates</h3>
<p>A <em>universal entangling gate</em> is, as its name suggests, a stronger form of an entangling gate – it is a unitary operator U such that U(a ⊗ b) is entangled for <em>all</em> a, b ∈ <strong>C</strong><sup>n</sup> (contrast this with entangling gates, which require only that U(a ⊗ b) is entangled for <em>some</em> a, b ∈ <strong>C</strong><sup>n</sup>). The structure of universal entangling gates is much less well-understood than that of entangling gates, though we can still at least say when they exist.</p>
<p>It is not difficult to convince yourself that universal entangling gates can&#8217;t exist in small dimensions. Let&#8217;s begin by supposing n = 2. The set of pure states in <strong>C</strong><sup>2</sup> ⊗ <strong>C</strong><sup>2</sup> can be regarded as a 7-dimensional real manifold (7 = 2 × (n × n) &#8211; 1, where we subtract one because pure states all have unit length), while the set of separable pure states in <strong>C</strong><sup>2</sup> ⊗ <strong>C</strong><sup>2</sup> can be regarded as a 5-dimensional real manifold (5 = (2 × n &#8211; 1) + (2 × n &#8211; 1) &#8211; 1, where the final one is subtracted because the overall phase of the first system relative to the second system is irrelevant). Thus, if U ∈ M<sub>2</sub> ⊗ M<sub>2</sub> were a universal entangler, it would have to send a 5-dimensional manifold into the 7 &#8211; 5 = 2 remaining dimensions of the space, which seems unlikely. Similarly, if n = 3 and U ∈ M<sub>3</sub> ⊗ M<sub>3</sub> were a universal entangler, it would have to send a 9-dimensional manifold into the 17 &#8211; 9 = 8 remaining dimensions of the space, which also seems unlikely.</p>
<p>Indeed, this type of argument was made rigorous via methods of algebraic geometry in [8], where the following result was proved:</p>
<p style="padding-left: 30px;"><strong>Theorem 2.</strong> There exists a universal entangling gate in M<sub>n</sub> ⊗ M<sub>n</sub> if and only if n ≥ 4.</p>
<p>Despite knowing when universal entangling gates exist, we still don&#8217;t have a characterization of such operators, nor do we even have many explicit examples (does anyone have an explicit example for 3 ⊗ 4 or 4 ⊗ 4 systems?). Similar techniques to those used in the proof of Theorem 2 should also shed light on when universal entangling gates exist in multipartite systems M<sub>n1</sub> ⊗ M<sub>n2</sub> ⊗ &#8230; ⊗ M<sub>nk</sub>, but to my knowledge this calculation has not been explicitly carried out.</p>
<p><strong>References:</strong></p>
<ol>
<li>M. Marcus and B. N. Moyls, <em><a href="http://projecteuclid.org/DPubS?service=UI&amp;version=1.0&amp;verb=Display&amp;handle=euclid.pjm/1103038893">Transformations on tensor product spaces</a></em>. Pacific Journal of Mathematics <strong>9</strong>, 1215–1221 (1959).</li>
<li>F. Hulpke, U. V. Poulsen, A. Sanpera, A. Sen De, U. Sen, and M. Lewenstein, <em>Unitarity as preservation of entropy and entanglement in quantum systems</em>. Foundations of Physics <strong>36</strong>, 477–499 (2006). E-print: <a href="http://arxiv.org/abs/quant-ph/0407118">arXiv:quant-ph/0407118</a></li>
<li>N. Johnston, <em><a href="http://www.nathanieljohnston.com/publications/characterizing-operations-preserving-separability-measures-via-linear-preserver-problems/">Characterizing Operations Preserving Separability Measures via Linear Preserver Problems</a></em>. To appear in Linear and Multilinear Algebra (2011). E-print: <a href="http://arxiv.org/abs/1008.3633">arXiv:1008.3633</a> [quant-ph]</li>
<li>L. Beasley, <em>Linear operators on matrices: the invariance of rank k matrices</em>. Linear Algebra and its Applications <strong>107</strong>, 161–167 (1988).</li>
<li>E. Alfsen and F. Shultz, <em>Unique decompositions, faces, and automorphisms of separable states</em>. Journal of Mathematical Physics <strong>51</strong>, 052201 (2010). E-print: <a href="http://arxiv.org/abs/0906.1761">arXiv:0906.1761</a> [math.OA]</li>
<li>S. Friedland, C.-K. Li, Y.-T. Poon, and N.-S. Sze, <em>The automorphism group of separable states in quantum information theory</em>. Journal of Mathematical Physics <strong>52</strong>, 042203 (2011). E-print: <a href="http://arxiv.org/abs/1012.4221">arXiv:1012.4221</a> [quant-ph]</li>
<li>R. Westwick, <em><a href="http://projecteuclid.org/DPubS?service=UI&amp;version=1.0&amp;verb=Display&amp;handle=euclid.pjm/1102991738">Transformations on tensor spaces</a></em>. Pacific Journal of Mathematics <strong>23</strong>, 613–620 (1967).</li>
<li>J. Chen, R. Duan, Z. Ji, M. Ying, J. Yu, <em>Existence of Universal Entangler</em>. Journal of Mathematical Physics <strong>49</strong>, 012103 (2008). E-print: <a href="http://arxiv.org/abs/0704.1473">arXiv:0704.1473</a> [quant-ph]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2011/06/separability-preserving-operators-in-entanglement-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
