3.1.8 Correlated distributions
Some two-bit distributions are not product distributions – they cannot be written as in Eq. 3.22 or Eq. 3.24, no matter what values of and you choose. We will say that a distribution is correlated if it is not a product distribution. One example of a correlated distribution is
To see that this is not a product distribution, suppose we measure one of the bits. The outcome will be completely random, i.e., either or with probability 50% each. However, once we know the outcome , the state of the remaining bit is completely determined – measuring it would yield the same outcome with probability 100%. Hence the state of the remaining bit is , which depends on the outcome of the measurement performed on the other bit. We saw in 3.5 that this cannot be the case for a product distribution. Thus, we have proved that Eq. 3.28 describes a correlated state. In fact, the two bits are perfectly correlated since both measurement outcomes are completely random but always identical (). Because of this property we say that Eq. 3.28 describes a pair of perfectly correlated random bits.
Correlated distributions arise naturally through some kind of interaction. For example, suppose you toss a fair coin, write the outcome on a piece of paper, hide the paper in an envelope, and pass the envelope to a friend. From the perspective of your friend (who knows the preparation procedure but not what is written on the paper inside the envelope), the state of your coin (bit 1) and of the piece of paper inside their envelope (bit 2) is described by
which is nothing but an amusing way of writing the two-bit state in Eq. 3.28.
How can we create correlated states in Quirky? Local operations alone are not enough since those can only create product states. However, we can use the controlled-NOT operation to make the two bits interact, as in the following Quirky computation:
Why does this work? You can figure this out in the following exercise:
Exercise 3.6 ( Creating perfectly correlated random bits ).
Explain why the above Quirky computation prepares the state .
Solution.
The state before the controlled-NOT operation is After applying the controlled-NOT operation, we obtainTo check whether an arbitrary two-bit distribution
corresponds to a product or a correlated state, you can simply compute the following quantity:
If then is a product distribution; otherwise it is correlated. For example, for the state in Eq. 3.28 we find that
which confirms that it is indeed correlated and not a product state. If you are curious why this simple condition works, you can read the explanation below. But since it is not essential for understanding the rest, you can also feel free to skip it.
To prove that is equivalent to being a product state, we need to show two things. First, let us show that if is a product state then . Indeed, if then
How about the converse claim – could we have even when is not a product state? It turns out that this is not possible! To prove this, let us assume that and show that , for some probabilistic bits and . Let us choose these two bits as follows:
Note from Fig. 3.3 that and are simply the distributions of outcomes that we would obtain if we measured the first or the second bit, respectively. Let us now verify that this choice of and indeed produces the state :
Here we first used Eq. 3.26, then we multiplied out the product, next we used to replace by (see Eq. 3.29) , and finally we simplified , since is a probability distribution. The three terms that we abbreviated by “…” can be treated similarly. Can you fill in the details and verify one of them yourself?
We saw before in 3.5 that cannot be a product state if measuring the first bit “disturbs” the state of the second bit. In fact, the converse is also true, as you can show in the following homework.
Homework 3.4 (Independence implies product (optional)).
Assume that is an arbitrary two-bit probability distribution such that the state of the second bit does not depend on the outcome of measuring the first bit. Show that such is a product distribution. You can do this in two steps:
Hack.
For simplicity, suppose first that measuring the first bit always leads to the same outcome . In this case, the state is necessarily of the form
so it is certainly a product state.
Next, suppose that both outcomes and appear with some nonzero probability. According to Fig. 3.3, this means that
since we assumed that the state of the second bit is independent of the measurement outcome. Let us abbreviate this state by and define
the same way as in Eq. 3.30. Then,
implying that is a product state.