2

(Notation) Let $\Phi$ be a generic quantum map sending states in $\mathbb{C}^n$ into states in $\mathbb{C}^m$. We say that $\Phi$ is positive when $\Phi(X)\ge0$ for any positive linear operator $X\in\mathrm{Lin}(\mathbb{C}^n)$. We say that $\Phi$ is completely positive (CP) when $\Phi\otimes \operatorname{Id}_k$ is a positive map for all $k\ge0$.

(A standard approach to proving that CP $\iff$ $n$-positive) It is well-known that $\Phi$ is CP iff its Choi representation, $$J(\Phi)\equiv (\Phi\otimes \operatorname{Id}_n)(|m\rangle\!\langle m|)\in\operatorname{Lin}(\mathbb{C}^m\otimes \mathbb{C}^n),$$ is positive semidefinite. Here $|m\rangle\equiv \sum_{i=1}^n |i,i\rangle$ is the (unnormalised) maximally entangled state. A standard way to show this is to observe that

  1. If $J(\Phi)$ is positive semidefinite then it admits an eigendecomposition $J(\Phi)=\sum_a v_a v_a^\dagger$ for some collection of vectors $v_a\in\mathbb{C}^m\otimes \mathbb{C}^n$;
  2. The eigendecomposition for $J(\Phi)$ corresponds to a Kraus-like decomposition for $\Phi$ itself: $\Phi(X)=\sum_a A_a X A_a^\dagger$ with $A_a$ being the linear operators with the same components as the vectors $v_a$.
  3. Such a Kraus-like decomposition can always be rewritten as a Stinespring-like representation $\Phi(X)=\operatorname{Tr}_1(VXV^\dagger)$ with $V\equiv \sum_a |a\rangle\otimes A_a$, and any map with such a representation is CP, because $$(\Phi\otimes \operatorname{Id}_k)(\mathbb{P}(|\Psi\rangle)) = \operatorname{Tr}_1\!\!\big[\mathbb{P}((V\otimes I_k)|\Psi\rangle)\big], \qquad \mathbb{P}(|\psi\rangle)\equiv |\psi\rangle\!\langle\psi|, \qquad \forall|\Psi\rangle\in \mathbb{C}^{n+k},$$ meaning the action of any finite extension of $\Phi$ on unit-rank projections returns the partial trace of a unit-rank projection, which is always a positive semidefinite operator.

(The question) Now, suppose I'm interested in proving the fact that $\Phi\otimes \operatorname{Id}_n$ sending maximally entangled states to valid states is sufficient to know that any extension of $\Phi$ sends physical states into physical states (i.e. that $\Phi$ is CP). The above approach does of course work, but it involves quite a bit of machinery to show something that on the face of it seems a rather simple statement.

Is there a simpler or more direct way to show that $(\Phi\otimes \operatorname{Id}_n)(|m\rangle\!\langle m|)$ being positive is sufficient to know that $\Phi\otimes \operatorname{Id}_k$ is a positive map for all $k$?

glS
  • 27,510
  • 7
  • 37
  • 125

2 Answers2

6

One alternative argument would be as follows:

  1. If there exists a $\rho\ge0$ such that $\Phi\otimes \mathrm{Id}_k(\rho)\not\ge0$, then there will also exist a pure $\vert\chi\rangle$ such that $\Phi\otimes \mathrm{Id}_k(\vert\chi\rangle\langle\chi\vert)\not\ge0$. (This follows immediately from convexity, e.g. by taking an ensemble decomposition of said $\rho$ -- it will contain one such $\vert\chi\rangle$.)

  2. Take the Schmidt decomposition of $\vert\chi\rangle$, and denote its Schmidt rank by $\ell$. Clearly, $\ell\le n$. Then, when considering $\Phi\otimes \mathrm{Id}_k(\vert\chi\rangle\langle\chi\vert)$, the extending space (the one with the $\mathrm{Id}$) can be compressed to a space with dimension $\ell$ (spanned by the Schmidt vectors). Call the compressed state $\vert\chi'\rangle$.

  3. Clearly, in the compressed space $\Phi\otimes Id_\ell(\vert\chi'\rangle\langle\chi'\vert)\not\ge0$.

This shows that $n$-positive implies $k$-positive for $k>n$. If, in addition, you want to make sure that $n$-positivity when applied only to the maximally entangled state $\vert\Omega\rangle$ is sufficient, then you can do the following:

  1. Assume wlog $\ell = n$. (Otherwise, embed into an $n$-dimensional space.) Write $\vert\chi'\rangle = (\mathrm{I}\otimes M)\vert\Omega\rangle$. Then, $$ (\mathrm{I}\otimes M)\,\big[(\Phi\otimes \mathrm{Id}_n)(\vert\Omega\rangle\langle\Omega\vert)\big]\,(\mathrm{I}\otimes M^\dagger) = (\Phi\otimes \mathrm{Id}_n)(\vert\chi'\rangle\langle\chi'\vert) \not\ge 0\ , $$ which proves that $(\Phi\otimes \mathrm{Id}_n)(\vert\Omega\rangle\langle\Omega\vert)\ge0$ implies $n$-positivity.

(Fun fact on the side: This argument can also be used to show that in order to check CP, it is sufficient to evaluate the action of the channel on any $\vert\chi'\rangle$ with maximal Schmidt rank, since in that case, $M$ is invertible, and the argument works both ways.)

Norbert Schuch
  • 8,142
  • 1
  • 19
  • 30
1

You can skip point 3 since $\Phi(X) = AXA^\dagger$ is a CP map and a sum of CP maps is again CP. The map $\Phi$ is CP because $(\Phi \otimes {\rm Id})(Z)= (A\otimes I)Z(A\otimes I)^\dagger$ – clearly a positive map.

Danylo Y
  • 8,076
  • 13
  • 24