A short series that builds intuition for quantum mechanics (without asking you to become a monk)
Series map
- File 001 / Part 1: Geometry, vectors, and the death of “50/50”
- File 002 / Part 2: Claude Shannon, Bayes, and the price of ignoring likelihoods
- File 003 / Part 3: Quantum mechanics and the power of projection
- File 004 / Part 4: Wolfram’s multiway systems (and the Ruliad) in toy form
Part 3 — The Quantum Physicist
You’re not dumb, the notation is just terrible
If you look at the Wikipedia page for POVM (Positive Operator-Valued Measure) (https://en.wikipedia.org/wiki/POVM), you will see a bunch of squiggly integrals (integral = a continuous “sum”; we won’t need it for 3 discrete doors) and jargon about “non-orthogonal resolutions of identity” (roughly: ways to carve up a space that are not perpendicular, but still add up to a complete “do nothing” identity matrix). It makes you want to close the tab and accept that some things are just for wizards.
We are fixing that today.
We are going to use the exact same picture from Part 1. The 3D room. The axes (coordinate directions). The arrow.
We are just going to give the parts their “Physics Names.”
Rule for this series: if I use a “physics name” (like ket or POVM), I’ll define it immediately in plain English, and we’ll keep building from simple primitives.
1) “Ket” – Column Vector = The Arrow (State)
$$|\rangle$$
- In Part 1, we said the “World State” was an arrow pointing to
(1, 0, 0)if the car is in Door 1. - Physicists call this a Ket and write it like this:$$|\rangle$$
- Ignore the bracket.
- It’s just a box. It very literally just means…
$$|1\rangle$$
$$
\begin{pmatrix} 1 \ 0 \ 0 \end{pmatrix}
$$
It is a Column Vector. It represents “How the world IS.”
It’s an arrow sticking out into 3D space.
- |1⟩ is the arrow along the x-axis (a coordinate direction).
- |2⟩ is the arrow along the y-axis.
- |3⟩ is the arrow along the z-axis.
That’s it.
If you see a ket, think: “That’s the arrow.”$$|1\rangle$$
2) “Bra” – Row Vector = “The Floor Plan” (Measurement)
$$\langle |$$
In Part 1, we said your Choice was also a vector. If you pick Door 1, you are focused on the x-axis.
Physicists call this a Bra and write it backwards: $$\langle |$$
$$\langle 1 |$$
…literally just means:
$$
\begin{pmatrix} 1 & 0 & 0 \end{pmatrix}
$$
- It is a Row Vector.
- Why is it flat? Because it’s not a state of the world; it’s a “Floor Plan” or a “Scanner”.
- It’s waiting to “catch” an arrow.
Strictly: the bra is the “question vector.” The measurement is the whole set of allowed questions (operators/effects).
3) The Dot Product = “Are we aligned?”
- What happens if you smash a Bra and a Ket together?
- You get a Bra-Ket. (Bracket. Physicists love puns).
$$
\langle 1 | 1 \rangle
$$
$$
\langle 1 |
$$
$$
|1\rangle
$$
- This is just matrix multiplication.
- (“Matrix multiplication” here means: take dot products of a row with a column.)
$$
\begin{pmatrix} 1 & 0 & 0 \end{pmatrix} \cdot \begin{pmatrix} 1 & 0 & 0 \end{pmatrix} = (1\cdot 1) + (0\cdot 0) + (0\cdot 0) = \mathbf{1}
$$
Translation:
- Ket (|1⟩): “The Car is in Door 1.”
- Bra (⟨1|): “Did I pick Door 1?”
- Dot Product (⟨1|1⟩): “YES. MATCH. 100%.”
If the car is in Door 2 (|2⟩) and you picked Door 1 (⟨1|):
$$
\langle 1 | 2 \rangle = 0
$$
Translation: “No match. You lose.”
The physics notation ⟨φ|ψ⟩ is just checking if the Arrow fits the Floor Plan.
In general, the probability is |⟨φ|ψ⟩|^2. Here it’s 0 or 1 because we’re comparing basis directions.
4) POVM = “a rule-based measurement menu” (Monty as apparatus)
- Here’s the scary acronym in one human sentence:
- A POVM is a list of “possible measurement outcomes,” where each outcome is represented by a positive matrix (E_k), and all the outcomes add up to the identity:
$$
E_k \succeq 0,\qquad \sum_k E_k = I.
$$
Translation: the outcomes cover all possibilities (the sum-to-identity part), but they don’t have to be clean right-angle projectors (they can be “fuzzy” or asymmetric).
- Now watch how ridiculously clean Monty Hall is.
- Assume you picked Door 1. Monty will open Door 2 or Door 3.
- The hidden basis states are:
\[
|1\rangle=\begin{pmatrix}1\\0\\0\end{pmatrix},\quad
|2\rangle=\begin{pmatrix}0\\1\\0\end{pmatrix},\quad
|3\rangle=\begin{pmatrix}0\\0\\1\end{pmatrix}.
\]
Monty’s rules imply these likelihoods:
- If the car is in Door 1, Monty can open 2 or 3 (he’s free): probability (1/2) each.
- If the car is in Door 2, Monty cannot open 2: he must open 3.
- If the car is in Door 3, Monty cannot open 3: he must open 2.
That entire rulebook can be encoded as two POVM “effects”:
$$
E_{2}=\mathrm{diag}\!\left(\frac{1}{2},\,0,\,1\right),\qquad
E_{3}=\mathrm{diag}\!\left(\frac{1}{2},\,1,\,0\right).
$$
They’re positive matrices. And they add up:
$$
E_2 + E_3 = I.
$$
- That’s the measurement. Monty is not “a random reveal.” Monty is a measurement apparatus with a constraint-coded POVM.
The Matrices are POVM Elements
$$E_2 $$, $$E_3$$
In the quantum Monty Hall model, we operate in a 3-dimensional Hilbert space, where the basis states are
- |1⟩,|2⟩|3⟩, and represent the car being behind Door 1, 2, or 3, respectively. The host’s action of opening a specific door (Door 2 or Door 3 in this case, assuming the player initially chose Door 1) is a “measurement” that reveals a goat. The matrices
- 𝐸𝑘 are POVM elements (operators) associated with the specific outcome (i.e., Monty opening Door ).
$$
E_{2}=\mathrm{diag}\!\left(\frac{1}{2},\,0,\,1\right).
$$
- This matrix represents the measurement outcome where Monty opens Door 2, revealing a goat.
- The diagonal entries correspond to the conditional probabilities of this outcome given the car’s actual position (Doors 1, 2, 3, respectively).
- If the car is behind Door 1, Monty has a choice between Door 2 and Door 3 and chooses randomly, so the probability of him opening Door 2 is
.
- If the car is behind Door 2, Monty cannot open Door 2 (as it has the car and he must reveal a goat), so the probability is
.
- If the car is behind Door 3, Monty must open Door 2 (as he can’t open Door 3 or the player’s initial Door 1), so the probability is
.
$$
E_{3}=\mathrm{diag}\!\left(\frac{1}{2},\,1,\,0\right).
$$
- This matrix represents the outcome where Monty opens Door 3. The logic is symmetric to
:
- Probability is
1/2 if the car is behind Door 1.
- Probability is
1 if the car is behind Door 2.
- Probability is
0 if the car is behind Door 3.
- Probability is
Properties of a POVM
The user noted key properties that define these matrices as valid components of a POVM:
- Positive Matrices: POVM elements must be positive semi-definite (Hermitian and having non-negative eigenvalues). The diagonal values here are probabilities, which are non-negative, satisfying this condition.
- Completeness Relation: The sum of all possible POVM elements for all outcomes must equal the identity matrix,
.
- This ensures that some outcome (either Monty opens Door 2 or Door 3) always occurs, with the probabilities summing to 1.
The Born Rule and Probability Calculation
The final equation you provided uses the Born rule (specifically, the generalized version for POVMs) to calculate the probability of a given measurement outcome k( Monty opening door k)
$$
P(\text{Monty opens }k)=\mathrm{Tr}(E_k\,\rho),
$$
𝜌 (rho) is the density matrix representing the initial quantum state of the system (the car’s position). Assuming the car is equally likely to be behind any door, the initial state is a uniform superposition or a mixed state proportional to the identity matrix in the relevant subspace.
is the specific POVM element corresponding to outcome
.
denotes the trace of the matrix (sum of the diagonal elements).
- This formula shows that the host’s action is not a simple “random reveal” but a precisely defined quantum measurement that redistributes probabilities in a constrained, non-intuitive way, leading to the well-known solution where switching doors is advantageous
$$
P(\text{Monty opens }k)=\mathrm{Tr}(E_k\,\rho),
$$
- Which is the same moral sentence as Bayes:
- Probability comes from the overlap between the rule (the apparatus) and your uncertainty about the hidden state.
5) Correlation = “The Shape of the Room Changed”
This is the final link to the “Switching” strategy.
When Monty opens Door 2 (say he opens Door 2), he hasn’t just given you information. He has chopped off part of the room.
Before Monty opens anything, the car is in exactly one door — the world is one of
|1⟩, |2⟩, |3⟩.
What’s “spread out” is not reality. It’s your knowledge.
If you want the quantum name for “uncertain but classical,” it’s a mixed state:
$$
\rho=\frac13\Big(|1\rangle\langle 1|+|2\rangle\langle 2|+|3\rangle\langle 3|\Big).
$$
(If you don’t like density matrices, read $$\rho$$ as “a probability distribution wearing a tuxedo.”)
- Before Monty opens a door, your prior belief over doors is uniform.
- Monty opens Door 2.
- This action is incompatible with the Car being at Door 2.
- It’s like a laser blast that deletes the y-axis (Door 2 axis).
Now look at your choice (Door 1) vs the World.
- Door 1 (Your Choice): Was safe from the laser? Yes.
- Door 2 (Opened): Destroyed by the laser.
- Door 3 (Other): Also safe from the laser.
BUT HERE IS THE TRICK:
The laser didn’t hit Door 3. But the reason the laser fired at Door 2 was highly likely because the car was at Door 3.
If the car was at Door 1, the laser could have hit Door 2 or Door 3.
If the car was at Door 3, the laser had to hit Door 2.
The “Beam of Probability” on Door 3 is twice as thick as the beam on Door 1.
Because Door 3 forced Monty’s hand.
Correlation just means: The shape of the remaining room tells you where the arrow came from.
6) Sanity check (visceral correlation, no physics required)
Imagine you’re debugging a production outage.
There are three possible root causes:
- A: DNS issue
- B: Database issue
- C: Deploy bug
You have no reason to favor any of them, so you start with a uniform prior (your starting belief before the test):
$$
P(A)=P(B)=P(C)=\frac{1}{3}
$$
Now you run a diagnostic test, and the test is rule-based:
- The test is designed so that it will never report the actual root cause directly.
- It only reports a “safe” signal that avoids the real culprit.
(That’s Monty: he never opens the car door.)
The test prints: “B is not the problem.”
A novice brain says:
“Cool, B is eliminated. Two causes remain: A or C. Must be 50/50.”
But a careful engineer asks:
“Wait—does the test’s output depend on the actual cause?”
Define the rule:
- If the true cause is A, the test can safely “blame” B or C at random (50/50).
- If the true cause is B, the test cannot print “B is not the problem.”
- If the true cause is C, the test is forced to print “B is not the problem.”
So the likelihoods are:
- (“Likelihood” just means: how compatible each hidden cause is with the test output you saw.)
$$ P(\text{prints “not B”} \mid A)=\frac{1}{2}, \quad P(\text{prints “not B”} \mid B)=0, \quad P(\text{prints “not B”} \mid C)=1 $$
- Now do Bayes (posterior is proportional to prior × likelihood):
- (“Posterior” just means: your updated belief after seeing the test result.)
$$
\mathrm{Score}(A)=\frac{1}{3}\cdot\frac{1}{2}=\frac{1}{6},\quad
\mathrm{Score}(C)=\frac{1}{3}\cdot 1=\frac{1}{3}
$$
Normalize by the $$\frac{1}{6}+\frac{1}{3}=\frac{1}{2}$$:
(“Normalize” just means: rescale the scores so they add up to 1 again.)
$$P(A\mid \text{not B})=\frac{\frac{1}{6}}{\frac{1}{2}}=\frac{1}{3},\quad P(C\mid \text{not B})=\frac{\frac{1}{3}}{\frac{1}{2}}=\frac{2}{3}$$
Translation back to Monty Hall:
- Root cause (A,B,C) ↔ Car location Door 1,2,3
- Output “not B” ↔ Monty opens Door 2
- “Avoid the culprit” ↔ Monty never opens the car door
If you only take one thing from this sanity check, take this:
- “Two options remaining” is about what’s possible.
- “50/50” is about whether the evidence treated them symmetrically.
Summary (no hidden jargon)
- State (|ket⟩): The 3D arrow of reality.
- Rule-based observation (Monty): Not a passive peek. A constrained action that removes possibilities.
- Update (“collapse”): Not magic—just: if an axis is gone, the arrow couldn’t have been pointing there.
- The math works out to 2/3. Not because of magic numbers.
- But because the Geometry of Constraints forces the probability to flow to the unchosen door.
- Switch. Always switch! It pushes your probability vector onto the “thickest” remaining axis.