Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Tutorial

State Exclusion

Abstract

Details of the task of quantum state exclusion.

Keywords:State ExclusionState DiscriminationPOVMsgames.

The task of quantum state exclusion Caves et al. (2002) Pusey et al. (2012) Bandyopadhyay et al. (2014) arises from a natural relaxation of the task of quantum state discrimination – particularly in scenarios where deterministic quantum state discrimination is impossible. In this task, a weaker aim is considered, with the player instead being asked to determine states from the set they have not been given by the referee.

State Exclusion Overview

Task of Quantum State Exclusion

Let (px,ρx)x(p_x, \rho_x)_x be an ensemble, such that one gets the state ρx\rho_x with probability pxp_x. Assume this ensemble is known to both a referee and a player. The referee then takes a state ρy\rho_y from the ensemble, with probability pyp_y, and gives it to the player. The players makes a measurement on the state and outputs a set of indices G\mathbb{G} of length kk, where k(px,ρx)x1k \leq \vert (p_x, \rho_x)_x \vert - 1.

If yGy \notin \mathbb{G} the player succeeds at the task, if yGy \in \mathbb{G} the player fails at the task. Card content

In the task of quantum state exclusion, the player therefore aims to identify kk-states that they have not been given to them by the referee.

1-State Exclusion

If the player outputs a single label gg such that gxg \neq x with certainty, this is conclusive 1-state exclusion. This occurs if the player is able to find a POVM such that

tr[Tgρg]=0    g{1,,N}.\textrm{tr} \big[ T_{g}\rho_{g}] = 0 ~ ~ \forall ~~ g \in \{1, \ldots ,N\}.

If the player gets the measurement outcome associated to TgT_{g}, they output gg knowing with certainty the referee could not have sent ρg\rho_{g}.

In general, a POVM may not exists that can perform conclusive state exclusion. Instead, state exclusion can be performed with some error, as given by the following SPD:

min  Perr=gNtr[Tgρg]Subject to:  gNTg=I,  Tg0  g,\begin{align*} \min &~~ P_{err} = \sum^{N}_{g} \textrm{tr} \big[T_{g} \rho_{g}] \\ \textrm{Subject to:}& ~ ~ \sum^{N}_{g} T_{g} = \mathbb{I}, ~~ T_{g} \geq 0 ~ \forall ~ g, \end{align*}

where PerrP_{err} is the probability of making an error when performing exclusion, meaning the probability of outputting the index g=xg=x.

k-State Exclusion

If the player outputs a set of kk labels, {gi}k\{ g_{i} \}^{k}, such that gix  gi{gi}kg_{i} \neq x ~ \forall ~ g_{i} \in \{g_{i}\}^{k} with certainty, this is conclusive kk-state exclusion. There are (Nk)N \choose k different sets of kk labels the player could exclude, corresponding to all the different subsets of {1,,N}\{1,\ldots,N\} of length kk. Therefore, when performing kk-state exclusion the player aims to find a POVM with (Nk)N \choose k elements such that each measurement outcome allows the player to exclude a subset of states from {ρx}N\{\rho_{x} \}^{N} of length kk.

k-State Exclusion as 1-State Exclusion

All kk-state exclusion tasks can be recast as 1-state exclusion tasks by reformulating the set {ρx}N\{\rho_{x}\}^{N} Bandyopadhyay et al. (2014). Conceptually, this means all kk-state exclusion tasks have a 1-state exclusion task that they are dual to, allowing all state exclusion tasks to be studied under the 1-state exclusion framework.

Let Y(N,k)Y_{(N, k)} be the set of all subsets of the integers {1,2,...,N}\{1,2,...,N\} of length kk. The player aims to measure a POVM on a state σ{ρx}N\sigma \in \{ \rho_{x} \}^{N}, given to them by the referee, and output a set of labels YY(N,k)Y \in Y_{(N,k)} such that σ{ρy}yY\sigma \notin \{ \rho_{y} \}_{y \in Y}. Such a measurement will be a POVM with a=(Nk)a = {N \choose k} terms as there are aa subsets of {1,2,...,N}\{1,2,...,N\} of length kk. For each elements of this POVM, S={Sl}l=1aS = \{S_{l}\}^{a}_{l=1}, the following equation must hold,

tr[SYρy]=0  y  Y.\textrm{tr}\big[S_{Y}\rho_{y}] = 0 ~ \forall ~y~ \in~ Y.

By defining

ρY=yYρy,\rho_{Y} = \sum_{y \in Y} \rho_{y},

the kk-state exclusion task can be expressed as the following set of equations

tr[SYρY]=0  YY(N,K).\textrm{tr} \big[ S_{Y} \rho_{Y}] = 0 ~\forall~Y \in Y_{(N,K)}.

This is now the same form as the 1-state exclusion task conditions. This is the dual 1-state exclusion task to the kk-state exclusion task.

Using the dual 1-state exclusion task, kk-state exclusion can also now be formulated as an SPD:

min  Perrk=Ytr[SYρY]Subject to:  iNSi=I,  Si0  i,\begin{align*} \min & ~~ P^{k}_{err} = \sum_{Y} \textrm{tr}[S_{Y}\rho_{Y}] \\ \textrm{Subject to:}& ~ ~ \sum^{N}_{i} S_{i} = \mathbb{I}, ~~ S_{i} \geq 0 ~ \forall ~ i, \end{align*}

where Perrk>0P^{k}_{err} > 0 if no POVM to conclusively perform kk-state exclusion exists.

(N1)(N-1)-State Exclusion

For an ensemble with NN states, performing conclusive (N1)(N-1)-state exclusion is equivalent to performing deterministic quantum state discrimination: knowing for certain N1N-1 states that you do not have is equivalent to knowing which state you do have. Put alternatively,

PerrN1=0    Psuc=1,P^{N-1}_{\mathrm{err}} = 0 \iff P_{\mathrm{suc}} = 1,

where PsucP_{\mathrm{suc}} is maximum success probability in performing quantum state discrimination.

As it is known that Psuc=1P_{\mathrm{suc}} = 1 if and only if all states in the ensemble are orthogonal. Hence, PerrN1=0P^{N-1}_{\mathrm{err}} = 0 if and only if all states in the ensemble are orthogonal.

Conclusive state discrimination can therefore be considered to be a special case of conclusive kk-state exclusion. How the two tasks are related in the non-conclusive case, and for k<N1k< N-1, remains an active area of research.

Sub-Channel Exclusion

A closely related task to state exclusion is sub-channel exclusion. A special case of sub-channel exclusion concerns a collection of completely-positive trace non-increasing linear maps, Ψ={Ψx}x=1N\Psi = \{\Psi_{x}\}_{x=1}^N, such that x=1NΨx\sum_{x=1}^N \Psi_{x} is a channel. This collection is a quantum instrument, with each map Ψx\Psi_{x} called a sub-channel.

In this task, a player has a reference state ρ\rho that they send to the referee. The referee then measures ρ \rho using the instrument and returns the post-measurement state to the player. The player measures a POVM on the state and outputs a label g{1,,N}g \in \{1, \ldots ,N\}. They succeed if they output a label of a sub-channel that was not applied. As before, the player can output the label of a sub-channel not applied with certainty, they can output kk labels, {gi}i=1k\{ g_{i} \}^{k}_{i=1}, or they can output kk labels with certainty.

Weak and Strong Exclusion

Here we introduce the notion of weak and strong state exclusion, defined in Stratton et al. (2024).

Weak State Exclusion

Given a set of states {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1}, weak conclusive 1-state exclusion is possible if there exists a POVM T={Ta}a=1NT=\{T_{a}\}_{a=1}^{N} such that

tr[Txρx]=0 x{1,,N}.\textnormal{tr} \big[ T_{x} \rho_{x} \big] = 0 \quad\forall~x\in\{1, \ldots, N\}.

Strong State Exclusion

Given a set of states {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1}, strong conclusive 1-state exclusion is possible if there exists a POVM T={Ta}a=1NT=\{T_{a}\}_{a=1}^{N} such that

tr[Txρx]=0 x{1,,N}.\textnormal{tr} \big[ T_{x} \rho_{x} \big] = 0 \quad\forall~x\in\{1, \ldots, N\} \hspace{0.2cm} .

and

x=1Ntr[Taρx]0 a{1,,N}\sum_{x=1}^{N} \textnormal{tr} \big[ T_{a} \rho_{x} ] \neq 0\quad\forall~a\in\{1,\ldots,N\}

The additional condition in strong state exclusion ensures that all outcomes of the POVM {Ta}a=1N\{T_{a}\}_{a=1}^{N} have some probability of occurring. Strong conclusive 1-state exclusion on the set {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} is defined to be the existence of an NN element POVM where each element excludes a different state from {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} with certainty.

Weak conclusive 1-state exclusion on {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} is defined to be the existence of a POVM with LL non-zero elements, where LNL\leq N, such that each conclusively exclude a different state from a subset of {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} of size LL. Seen Figure 1 for an example.

When extended to kk-state exclusion, strong exclusion means that there exists a POVM that can exclude all possible sub-sets of {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} of length kk. Weak exclusion then means that there exists a POVM that can only exclude some subsets of {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} of length kk. Note, this is equivalent to considering strong and weak exclusion on the equivalent 1-state exclusion task.

Sunset at the beach

Figure 1:A figure showing the difference between strong state exclusion and weak state exclusion.

Further Details

It is clearly the case from the above definitions that weak state exclusion is a requisite for strong state exclusion – justifying their respective names. Moreover, if one is able to perform strong state exclusion, they can trivially convert this into weak state exclusion via classical post-processing of the measurement outcomes. It can also be seen that if any of the states in {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} are full-rank, then strong state exclusion is never possible. This is due to tr[Tgρx]=0\textrm{tr}[T_{g}\rho_{x}] = 0 if and only if Tg=0T_{g} = 0 when ρx\rho_{x} is full-rank.

The above definition of strong conclusive 1-state exclusion on NN states means it is defined as the existence of an NN element POVM where each element excludes a different state from {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} with certainty. It can be the case that some POVM elements exclude multiple states, but each element must exclude at least one different state. The above definition of weak conclusive 1-state exclusion given above is then defined to be the existence of a POVM with LL non-zero elements (where LNL\leq N) that each conclusively exclude a different state from a subset of {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} of size LL. Using this terminology, one could define the ability to perform weak state exclusion on {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} as the ability to perform strong state exclusion on some subset of {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1}.

Previously, weak state exclusion has been used as the general definition of state exclusion. However, this definition has attracted (indirect) criticism for trivialising the problem of state exclusion, as if a player can perform conclusive 1-state exclusion on any two states {ρ1,ρ2}{ρx}x=1N\{\rho_1, \rho_2\}\subseteq\{ \rho_{x} \}^{N}_{x=1} using the two-element POVM {M1,M2}\{M_{1}, M_{2}\}, then by definition 1-state exclusion could trivially be performed on the whole set {ρx}x=1N\{ \rho_{x} \}^{N}_{x=1} by considering the NN element POVM

{T1=M1,T2=M2,T3=0,  ,TN=0}.\{T_{1} = M_{1}, T_{2} = M_{2}, T_{3} = 0, ~\ldots~, T_{N} = 0\}.

Each measurement outcome would exclude one state, but some states would never be excluded. Whilst such an example is indeed trivial, there exist plenty of intermediate scenarios between this and strong state exclusion that could prove useful in operationally motivated tasks.

References
  1. Caves, C. M., Fuchs, C. A., & Schack, R. (2002). Conditions for compatibility of quantum-state assignments. Physical Review A, 66(6). 10.1103/physreva.66.062111
  2. Pusey, M. F., Barrett, J., & Rudolph, T. (2012). On the reality of the quantum state. Nature Physics, 8(6), 475–478. 10.1038/nphys2309
  3. Bandyopadhyay, S., Jain, R., Oppenheim, J., & Perry, C. (2014). Conclusive exclusion of quantum states. Physical Review A, 89(2). 10.1103/physreva.89.022336
  4. Stratton, B., Hsieh, C.-Y., & Skrzypczyk, P. (2024). Operational Interpretation of the Choi Rank Through k-State Exclusion. arXiv. 10.48550/ARXIV.2406.08360