Ch. 16 left a cliffhanger: two states can both be "genuinely multipartite entangled" and still be entangled in completely different ways. GHZ and W states are the two canonical examples — same pass/fail result on Ch. 16's test, opposite behavior on the single most practically important question you can ask about an entangled state: what happens if you lose one of the particles?
The two states
|GHZ_n⟩ = (|00...0⟩ + |11...1⟩)/√2
|W_n⟩ = (1/√n)(|10...0⟩ + |01...0⟩ + ... + |00...1⟩)
GHZ is "all qubits agree" — every term has every qubit the same. W is "exactly one qubit is excited, we just don't know which" — an equal superposition over every possible location of a single 1.
IntermediateWhy this happens
GHZ's "all-or-nothing" correlation is exactly its weakness: knowing any one qubit's value tells you everything about the rest, which also means losing access to any one qubit destroys everything you could have known. W's correlation is spread out — "exactly one qubit is excited" remains a meaningful, partially-known fact even if you can't see one of the qubits, because the excitation might have been on the qubit you lost, or might not have been.
AdvancedThis is provably not just a different formula — it's a different resource
Ch. 15 mentioned that GHZ and W states are LOCC-inequivalent. The qubit-loss behavior in Fig. 17.1 is the most direct intuition for why: any LOCC protocol converting GHZ into W (or vice versa) would have to preserve robustness-to-loss in some convertible way, but GHZ's entanglement vanishes completely on qubit loss while W's only degrades — a structural difference no amount of local processing and classical chat can paper over. This isn't just a textbook curiosity: GHZ states are the right choice when you need maximal correlation and can guarantee no losses (e.g. some quantum cryptography protocols), while W states are preferred in noisy or lossy settings — like photonic systems, where a photon failing to arrive is a routine occurrence, not a rare failure.
- ArticleWikipedia — W stateConfirms the loss-robustness property demonstrated in Fig. 17.1, with further references.
- Paper"A robust W-state encoding for linear quantum optics" (arXiv)Real photonic-hardware motivation for why W's robustness matters practically.
- TextbookNielsen & Chuang, §12.5GHZ states as the standard maximal-correlation example.