Parity is not slightly violated. The weak interaction ignores one chirality entirely, which is why the effect turned up within months of anyone thinking to look for it.
🎯 Why this matters
The delay was never instrumental. Everything Wu used had existed for years and the experiment took months once the question was posed — what was missing was the idea that the question could be asked.§4.5 left a puzzle on the table. Two particles, the and the , agreed on every property anyone could measure — same mass, same lifetime, same charge — and differed only in what they decayed into. The went to two pions, the to three, and the Dalitz analysis of the three-pion state gave where the two-pion state has to be . Two particles or one? That is the θ–τ puzzle θ–τ puzzle the same particle decaying to 2π (needing J^P = 0⁺) and to 3π (Dalitz analysis giving 0⁻). Resolved by Lee and Yang's proposal that the weak interaction violates parity. defined in §4.3-4.4 — open in glossary , and if the answer is one, then a single particle decays to states of opposite parity and parity is not conserved.
That last sentence was the problem. Parity is not a property of a particle; it is a symmetry of space itself, in the same family as rotations. Giving it up to tidy a branching ratio felt, in the book’s phrase, “almost like blasphemy”. The experimentalists were more relaxed about it than the theorists, which is usually how these things go.
What Lee and Yang noticed in 1956 was subtler and much harder to argue with: not that parity was violated parity violation the weak interaction distinguishes left from right. Not a small effect: it is maximal, in the sense that only one chirality participates at all. defined in §7.2-7.3 — open in glossary , but that nobody had ever tested it in a weak decay. The symmetry was assumed, not measured. And once you ask how you would measure it, the shape of the required experiment falls out immediately.
📐 Physics you need first — what you need from Chapter 3
A scalar is unchanged under ; a pseudoscalar pseudoscalar observable a quantity odd under P, such as J·p. Lee and Yang's point: parity can only be tested by measuring one, which is why a polarized sample was needed. defined in §7.2-7.3 — open in glossary changes sign. A vector reverses; an axial vector does not. Momentum is a vector, angular momentum is an axial vector — two sign flips cancel — and spin inherits that.
The consequence that does all the work below: is axial × polar, so it is P-odd. An interaction whose rate depends on it does not conserve parity. Build the product yourself in the second panel:
How P, C and T act — and where the four-way classification comes from
| quantity | P | C | T | it is a… |
|---|---|---|---|---|
| ttime | + | + | − | scalar |
| rposition | − | + | + | vector |
| plinear momentum | − | + | − | vector |
| Lorbital angular momentum | + | + | − | axial vector |
| sspin | + | + | − | axial vector |
| Eenergy | + | + | + | scalar |
| Qelectric charge | + | − | + | scalar |
| jcurrent density | − | − | − | vector |
| 𝐄electric field | − | − | + | vector |
| 𝐁magnetic field | + | − | − | axial vector |
| σ·p̂helicity | − | + | + | pseudoscalar |
| L·sspin–orbit term | + | + | + | scalar |
| 𝐄·𝐁the E·B invariant | − | + | − | pseudoscalar |
| s·𝐄electric dipole moment term | − | − | − | pseudoscalar |
σ·p̂ — helicity · built from axial vector · polar vector
The most important row on the list. An axial vector dotted into a polar one is a PSEUDOscalar: rotationally invariant, but it changes sign in a mirror. A left-handed particle looks right-handed to its own reflection, which is why "the weak interaction is left-handed" and "the weak interaction violates parity" are the same sentence.
Compose a term — the signs multiply
P-odd. A matrix element containing this term changes sign in a mirror, so its interference with any P-even term produces an observable that must vanish if parity is conserved. Measuring that observable to be zero is how the limits in this chapter were set; measuring it to be large is how parity violation was discovered.
The C and T columns belong to §3.3 and §3.4; they are shown here so the table is met once and only once. Nothing in this widget is tabulated data — every sign is the product of the signs of the pieces the quantity is built from, which is what "P, C and T are multiplicative" means.
Lee and Yang’s argument is a type check
Take beta decay of a nucleus at rest, . Write down everything you could possibly measure. You have three momenta — , , — and nothing else.
From three vectors you can build scalar products like . Those are even under P, so no rate built from them can ever reveal a violation. The one pseudoscalar available is the triple product — and it is identically zero, because momentum conservation forces the three vectors into a plane.
That is not a small effect or a hard measurement. It is zero by geometry:
The one P-odd observable you can build from momenta alone vanishes identically.
import numpy as np
rng = np.random.default_rng(7)
worst = 0.0
for _ in range(20000):
p_e, p_nu = rng.normal(size=3), rng.normal(size=3)
p_N = -(p_e + p_nu) # decay at rest: total momentum is zero
worst = max(worst, abs(np.dot(p_N, np.cross(p_e, p_nu))))
print(f"20000 random decays, max |p_N . (p_e x p_nu)| = {worst:.1e}")
print("that is machine epsilon, not physics -- the three vectors are coplanar") 20000 random decays, max |p_N . (p_e x p_nu)| = 5.3e-15 that is machine epsilon, not physics -- the three vectors are coplanar
So a beta-decay experiment that measures only momenta cannot test parity, no matter how precise it is. You need a genuine axial vector in the problem, and the only one on offer is the spin of the decaying nucleus. You have to polarize the sample and measure something proportional to .
💡 What this really says — why this counts as an argument and not a hunch
This is a type check, and it has the same force as one. A P-odd effect can only show up in a P-odd observable — that is what the words mean. If every observable your apparatus can form is P-even, the apparatus is blind to the question by construction, and running it for a thousand years changes nothing.
Decades of beta-decay measurements had therefore established exactly nothing about parity. They were not sloppy; they were the wrong shape. Lee and Yang’s contribution was not a new theory but the observation that a whole literature had been answering a different question, and a specification of the apparatus that would answer this one.
The same reasoning recurs whenever a symmetry is tested. §7.6 measures the neutrino’s helicity — again , again P-odd. Chapter 8’s CP tests need observables odd under CP. Chapter 12’s neutron electric-dipole search needs , which is odd under both P and T. In every case the experiment is designed backwards from the transformation property of the thing you want to see.
The Wu experiment
Wu and her collaborators at the National Bureau of Standards had the answer within months, using . The decay chain is chosen so that the polarization survives long enough to be useful:
followed by two gamma decays, , emitting 1.173 MeV and 1.332 MeV. The daughter keeps the parent’s polarization, which matters for the reason given below: those gammas are the instrument that measures how polarized the sample still is.
Click a numbered marker for what that piece does.
Why millikelvin
The polarization is a Boltzmann problem, and it is worth doing because it explains why this experiment had to wait for cryogenics rather than for an idea. A moment in a field has energy , so the sublevel populations go as and the competition is between and :
Nuclear polarization of ⁶⁰Co against temperature, in an internal field of 50 T.
import numpy as np
k = 8.617333e-5 # eV/K
mu_N = 3.15245e-8 # eV/T, the nuclear magneton
mu = 3.799 * mu_N # Co-60 moment
J = 5.0
m = np.arange(-J, J + 1) # the 11 magnetic sublevels
def polarization(B, T):
E = -mu * B * m / J # evenly spaced Zeeman ladder
w = np.exp(-E / (k * T)); w /= w.sum()
return (w * m).sum() / J
B = 50.0 # tesla, generated inside the crystal
print(f"mu B / J = {mu*B/J:.2e} eV <-- the energy that has to beat kT")
for T in (300, 1.0, 0.010, 0.003):
print(f" T = {T*1e3:8.1f} mK kT = {k*T:.2e} eV P = {polarization(B, T):.4f}") mu B / J = 1.20e-06 eV <-- the energy that has to beat kT T = 300000.0 mK kT = 2.59e-02 eV P = 0.0001 T = 1000.0 mK kT = 8.62e-05 eV P = 0.0278 T = 10.0 mK kT = 8.62e-07 eV P = 0.9336 T = 3.0 mK kT = 2.59e-07 eV P = 0.9980
At room temperature the polarization is — the asymmetry would be buried four orders of magnitude below the statistical noise of any 1957 counting experiment. At 10 mK it is 0.93. The entire difficulty of the Wu experiment is in that table.
- P(T) for ⁶⁰Co at B = 50 T
Aside — the 0.6 is not a thermodynamic limit
Wu’s polarization was about 0.6, but the calculation above gives 0.93 at 10 mK and 0.998 at the “few millikelvin” the book quotes. The Boltzmann factor was not what limited the experiment.
The dilution is geometric. Only cobalt nuclei sitting in the thin polarized surface layer of the cerium magnesium nitrate crystal, in the right lattice sites, feel the full internal field; the rest contribute unpolarized counts that water down the asymmetry without reducing the rate. So is a statement about sample preparation, not about temperature — which is worth knowing, because it means the measured asymmetry underestimates and the correction goes in only one direction.
⚙️ Engineer’s bridge — the measurement is ratiometric, and it has to be
Nothing in this apparatus is stable. The polarization decays away over a few minutes once the field is switched off, and there is no way to hold it fixed. The counting rate you care about is therefore drifting the whole time you are measuring it, by more than the effect you are looking for.
The design answer is one an instrumentation engineer will recognise immediately. There are two channels:
- the gammas, whose anisotropy tracks and, because electromagnetism conserves parity, is insensitive to the effect under test;
- the electrons, whose asymmetry tracks and the thing you want.
Divide one by the other and the drift cancels. The gamma channel is a reference signal that responds to the same nuisance parameter as the measurement channel and to nothing else — the same role a reference resistor plays in a bridge, or a dark frame in a CCD, or the reference input of a lock-in amplifier.
The second half is the field reversal, which is a chopper. Rather than trust an absolute rate against an absolute prediction, you flip one control bit and subtract. Every systematic that does not care about the sign of — detector efficiency, source strength, solid angle, electronics gain, cosmic-ray background — appears identically in both configurations and divides out. What survives is precisely the part of the signal that is odd under the flip, which is the part that is odd under P.
That is why the experiment could establish a qualitative result of this weight with 1957 electronics. It never had to measure anything absolutely. It measured a difference under a controlled inversion, which is the only kind of measurement that can be trusted when your apparatus is drifting under you.
Where it breaks: only the systematics that are even under the flip cancel. Anything correlated with the control bit survives the subtraction untouched, and your instinct that “flipping and subtracting is safe” is exactly what stops you looking for it.
Wu’s experiment had one: reversing the field warmed the sample, the ⁶⁰Co polarization decayed with it, and the asymmetry therefore changed for a reason that was also odd under the flip. It was handled by watching the anisotropy of a separate gamma ray as a live thermometer and taking data only while the sample stayed cold — not by any amount of extra statistics. The general form is worth carrying: a differential measurement converts every systematic into one of two kinds, and the ones it cannot remove are the ones it makes hardest to see.
🔬 Experiment card — Wu, Ambler, Hayward, Hoppes and Hudson, NBS 1957
Apparatus
A source embedded in a cerium magnesium nitrate crystal and cooled by adiabatic demagnetization to about 10 mK. A weak external field orients the crystal’s electronic moments, which generate local fields of dozens of tesla that polarize the cobalt nuclei to . An anthracene scintillator sits beside the sample inside the cryostat, its light piped 41.5 cm up a lucite rod to a photomultiplier outside. Two NaI counters watch the cascade gammas, one at 90° to the field and one at about 0°.What is measured
Two things at once, as functions of time after the polarizing field is switched off. First, the gamma anisotropy , which measures how polarized the sample still is and is P-blind. Second, the electron counting rate in the single fixed detector, taken with the field up and with the field down — that is, at and to the nuclear spin.Not an absolute rate, and not an angular distribution. Two rates in the same detector under a reversed field, each normalised by the unpolarized rate.
The result
The two electron rates differ, by about at , and both relax to a common value on exactly the same timescale as the gamma anisotropy — which is what proves the effect is carried by the polarization and not by some artefact of switching a magnet. Electrons come out preferentially opposite to the nuclear spin. In the parameterisation of Eq. (7.21) below, .What it proved
Parity is not a symmetry of the weak interaction, and — far more surprising than the violation itself — the violation is maximal. is not a number near a bound; it is the extreme value, the statement that one chirality does not participate at all. A small violation would have been a puzzle. A maximal one is a structural fact, and §7.3 writes it into the Lagrangian.Reading the asymmetry
If parity is violated, the electron angular distribution is not symmetric under , and the counting rate acquires a term linear in :
Bettini p. 279, with the leading 1 restored — see the erratum below. The whole of parity violation is in the second term.
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
⚠️ α is overloaded, and the book does not say so
In Eq. (7.21) is the beta asymmetry parameter, a number between −1 and +1 with no units. Everywhere else in this book — including §5.8 and §5.9a, and again in Chapter 9 — is the fine-structure constant, . Both appear in Chapter 7. Bettini reuses the symbol without comment.
They are never in the same equation, so nothing is ambiguous in practice, but if you are skimming for "" it is worth knowing that the site writes the asymmetry parameter as only inside this section, and spells out “asymmetry parameter” whenever the two could be confused.
While you are here: the of Eqs. (7.22)–(7.23) is defined by writing the current as , so is V − A. It is not a small correction to anything.
Erratum — Eq. (7.21) is missing its leading 1
The book prints
with no additive constant. As written this is not a counting rate. Two checks settle it:
- The book says in the very next sentence that ” is zero if parity is conserved”. Substituting into the printed formula gives — no electrons at all, at any angle. Parity conservation does not switch off beta decay.
- The formula would be negative over half of the solid angle, wherever .
- Fig. 7.3(b) plots the rate divided by its unpolarized value, and the plotted points run from about 0.76 to 1.22 — that is , not . The figure has the 1 in it even though the equation does not.
The intended expression is , which is what Wu et al. wrote and what the site uses above. A proportionality rather than an equality, since the overall normalisation is the unpolarized rate.
Fig. 7.3 is the whole result, and it is really two measurements of the same decay curve. Panel (a) is the gamma anisotropy — the thermometer. Panel (b) is the beta asymmetry — the signal. Both relax with the same time constant because both are proportional to :
- γ equatorial (90°)
- γ polar (0°)
- β, detector along J
- β, detector opposite J
Now extract from those intercepts. This is where the in Eq. (7.21) stops being a footnote:
α from the t → 0 intercepts of Fig. 7.3(b), for a range of electron energies.
import numpy as np
up, dn = 1.22, 0.76 # the two beta intercepts
A = (up - dn) / (up + dn) # the measured asymmetry
P = 0.6 # Wu's nuclear polarization
print(f"asymmetry A = {A:.3f} -> |alpha| * beta_e = A/P = {A/P:.3f}")
m_e = 0.511 # MeV
print("\nthe Co-60 beta spectrum runs to an endpoint of 318 keV:")
for K in (0.05, 0.10, 0.15, 0.20): # electron kinetic energy, MeV
E = m_e + K
beta = np.sqrt(E*E - m_e*m_e) / E
print(f" K = {K*1e3:5.0f} keV beta = {beta:.3f} |alpha| = {A/P/beta:.2f}") asymmetry A = 0.232 -> |alpha| * beta_e = A/P = 0.387 the Co-60 beta spectrum runs to an endpoint of 318 keV: K = 50 keV beta = 0.413 |alpha| = 0.94 K = 100 keV beta = 0.548 |alpha| = 0.71 K = 150 keV beta = 0.634 |alpha| = 0.61 K = 200 keV beta = 0.695 |alpha| = 0.56
The extracted ranges from 0.94 down to 0.56 depending on which electron energy you use, and that is not sloppiness — the detector accepts a whole spectrum, and varies across it by a factor of nearly two. Compare what the book quotes two paragraphs later:
The lower bound of 0.7 is sitting right in the middle of the range above. The book presents (7.23) as “taking the uncertainties of the measurement into account” without saying which uncertainty dominates; the arithmetic says it is the electron energy — you cannot pin tighter than you can pin , and the correction from the diluted polarization (the aside above) pushes in the same direction, towards .
Erratum — Fig. 7.3(b) labels the curves inconsistently with the text
The figure marks curve (a), the one that starts above 1, as “B up”. But the text on p. 279 says that with the field up “the detector counts the electrons emitted at about 0°” — that is, along — and the same paragraph concludes that “the electrons are emitted in directions (almost) opposite to the field much more frequently than (almost) along it”. Those cannot both be true of a curve above 1.
The physics is not in doubt. has a positive magnetic moment (), so is parallel to ; the detector is fixed above the sample; and Eq. (7.22) says , so . Whichever configuration points the detector along the spin must show the deficit.
So one of the two labels is misplaced: either the (a)/(b) markers in Fig. 7.3(b) are interchanged, or the sentence assigning 0° to “B up” is. They cannot both stand. The book’s text is self-consistent in three separate places — the sentence about the preferential direction, Eq. (7.22), and Fig. 7.4 — and the figure is a redrawing of someone else’s plot, so the figure is the more likely place for a label to have slipped. The plot above is drawn to agree with the text, and labels its curves by detector orientation relative to J rather than by field direction, which removes the ambiguity entirely.
Nothing quantitative changes either way: the magnitude is the measurement, and the sign convention is what fixes whether you call it V − A or V + A. The book gets that right in Eq. (7.22).
Fig. 7.4 is the picture that makes the result feel inevitable. The cobalt spin is and the nickel is , so the electron and the antineutrino must carry away one unit of angular momentum between them, with both spins along :
Read the last step again, because it is the one that matters for the rest of the chapter. The experiment measured an electron asymmetry, but what it determined was the helicity of the antineutrino — a particle it never detected. Momentum conservation did the work.
§7.3 The charged current Lagrangian
Within the same year, Sudarshan and Marshak — and independently Feynman and Gell-Mann — pinned down what structure the current must have. Fermi had written a vector current, , by analogy with electromagnetism. Wu’s result says it must be a specific mixture of vector and axial — the structure called V − A V−A the structure γ^μ(1 − γ⁵) of the charged weak current: an equal mixture of vector and axial-vector covariants, which is the same as saying only left-chirality fields participate. defined in §7.2-7.3 — open in glossary :
Bettini p. 281. The current–current form is Fermi's, unchanged since (7.4); the only new object is the (1 − γ₅).
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
The reason V − A is special, rather than one mixture among many, is a single line of gamma-matrix algebra. Because anticommutes with every ,
One line of gamma-matrix algebra, and it is the reason V − A is special rather than one mixture among many. The whole of §7.3 turns on being able to move a γ₅ through a γ_μ.
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
and a has appeared on both sides of the . Writing the left projections of the initial and final fields as in (7.26), each current in (7.24) collapses to
The consequence, and the single most important structural fact about the weak interaction: the charged current is not merely biased towards left-chiral fields, it is blind to everything else.
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
Every one of those steps is checkable with four 4×4 matrices, so check them:
Eqs. (7.25)–(7.27) verified in the Dirac basis, on random spinors.
import numpy as np
I2, Z2 = np.eye(2), np.zeros((2, 2))
sx = np.array([[0, 1], [1, 0]], complex)
sy = np.array([[0, -1j], [1j, 0]])
sz = np.array([[1, 0], [0, -1]], complex)
blk = lambda a, b, c, d: np.block([[a, b], [c, d]])
g0 = blk(I2, Z2, Z2, -I2)
g = [g0] + [blk(Z2, s, -s, Z2) for s in (sx, sy, sz)]
g5 = 1j * g[0] @ g[1] @ g[2] @ g[3]
I4 = np.eye(4)
print("gamma5^2 = 1 :", np.allclose(g5 @ g5, I4))
print("{gamma_mu, gamma5} = 0 :", all(np.allclose(g[m] @ g5 + g5 @ g[m], 0) for m in range(4)))
print("Eq. (7.25), all four mu :",
all(np.allclose(g[m] @ (I4 - g5), 0.5 * (I4 + g5) @ g[m] @ (I4 - g5)) for m in range(4)))
P_L, P_R = (I4 - g5) / 2, (I4 + g5) / 2
print("P_L is a projector :", np.allclose(P_L @ P_L, P_L))
print("P_L P_R = 0, P_L + P_R = 1 :", np.allclose(P_L @ P_R, 0) and np.allclose(P_L + P_R, I4))
print("(1 - gamma5) = 2 P_L :", np.allclose(I4 - g5, 2 * P_L))
rng, ok = np.random.default_rng(3), True
for _ in range(200):
pf = rng.normal(size=4) + 1j * rng.normal(size=4)
pi = rng.normal(size=4) + 1j * rng.normal(size=4)
bf = pf.conj() @ g0
for m in range(4):
ok &= np.allclose(bf @ g[m] @ (I4 - g5) @ pi, 2 * (bf @ P_R) @ g[m] @ (P_L @ pi))
print("Eq. (7.27), 200 random pairs:", ok) gamma5^2 = 1 : True
{gamma_mu, gamma5} = 0 : True
Eq. (7.25), all four mu : True
P_L is a projector : True
P_L P_R = 0, P_L + P_R = 1 : True
(1 - gamma5) = 2 P_L : True
Eq. (7.27), 200 random pairs: True Eq. (7.27) is the punchline of the whole section. In that form the weak charged current looks exactly like the electromagnetic one — a fermion field, a , another fermion field — with one difference: the fields are the left-chirality projections left-chirality projection ψ_L = ½(1 − γ⁵)ψ. The CC weak interaction couples to nothing else, which is why it violates P and C maximally and CP only slightly. defined in §7.2-7.3 — open in glossary and nothing else.
| interaction↕ | current↕ | coupling↕ | chirality it couples to↕ |
|---|---|---|---|
| electromagnetic | , dimensionless | both, equally | |
| strong | , dimensionless | both, equally | |
| weak (CC) | , GeV⁻² | left only |
That single asymmetry is the source of everything the chapter has left to explain. P is violated because P exchanges left and right chirality, and only one of them is in the Lagrangian. C is violated for the same reason, and maximally (§7.7). The suppression of (§7.4) is angular momentum colliding with that restriction. And CP is nearly conserved, because CP maps a left-handed particle to a right-handed antiparticle — which is in the theory — leaving room for only the small violation Chapter 8 is about.
⚠️ (1 − γ₅) is twice the projector, and the 2 is real
The left-chirality projector is , with . The book writes without the half, which is standard but leaves stray factors of 2 lying around — that is where the explicit 2 in Eq. (7.27) comes from, and why (7.26) puts the back in when it defines . Nothing is inconsistent; just do not read as a projector, because it is not idempotent.
Note also that this chapter writes with a subscript where §2.8 wrote . Same matrix — it carries no Lorentz index either way, so the position is decorative. The site follows the book section by section.
And the conjugated projection flips sign: , with a plus, because anticommutes past the in . It is the commonest slip in this algebra.
🔢 Worked example — the asymmetry parameter, read off the figure
Take the intercepts of Fig. 7.3(b), 1.22 and 0.76, and turn them into a number for :
Now . A ⁶⁰Co beta electron of kinetic energy 100 keV has MeV and MeV, so and
Repeat at 50 keV and you get 0.94; at 200 keV, 0.56. The answer depends on which electron you pick, which is precisely why Eq. (7.23) quotes a range rather than a value, and why the experiment could only bound between 0.7 and 1 rather than measure it.
🔑 If you remember only three things
-
Nobody had tested it and everybody had assumed it. Lee and Yang’s contribution was an audit of the literature: the experiments that would have shown this had simply never been done.
-
The structure was read off asymmetries rather than derived. V − A is what the measurements forced, which is why the chapter presents it as a structure and not as a theory.
-
Equal parts is the entire content of the name. A mixture of 0.9 and 1.1 would make the chirality projection approximate, and nothing else on the page would follow from it.
Where this goes next
The V − A structure is now fixed by experiment, and the next four sections do nothing but spend it. §7.4 works out charged pion decay and finds a factor that phase space says should have been a factor 2.3 the other way. §7.5 and §7.6 turn the argument around and measure a neutrino’s helicity directly. §7.7 shows that C is broken in the same maximal way, and that the combination CP nearly survives.
One backward link worth making now: §5.9b’s muon experiment depends on parity violation twice — the pions deliver 100 % polarized muons because of it, and the decay electrons are emitted asymmetrically because of it, which is the only reason the wiggle plot wiggles. That page promised this one. This is the promise.
✅ Check yourself — parity violation and V − A
0/6 answered · 0 correct
1.Decades of precise beta-decay measurements had established nothing about parity conservation. Why not?
2.The Wu experiment is drifting the whole time it runs — the polarization decays away over minutes. Which design features make the measurement survive that? (Select all that apply.)
3.Eq. (7.21) is printed as W_e(θ) = α P β_e cos θ. What is wrong with it?
4.Reading the asymmetry off Fig. 7.3(b) gives A = 0.232, and with P = 0.6 that means |α|β_e = 0.387. Why does this not immediately give |α| = 1?
5.Eq. (7.27) rewrites the charged current as 2 ψ̄_{f,L} γ_μ ψ_{i,L}. What is the significance of that form?
6.Wu's experiment detected electrons. What did it establish about the antineutrino, which it never detected at all?