Fisher-Koide identity
$C_K = G_{\rm Fisher}/\sin^2\theta_3 + (1 + 5\delta_3^2/18)/21$ — exact derivation of the Koide coefficient at 0.04 ppm.
Statement
Let be the Koide coefficient relating lepton masses through and the alpha cascade. Then:
to within ppm (verified to 50 decimals with mpmath).
ThéorèmeWhy it matters
For a long time, the coefficient appeared as an opaque number in lepton mass formulas: necessary but with no clear origin. The Fisher-Koide identity closes that opacity by deriving it entirely from .
Each active prime contributes to a single derivation order:
| Prime | Order | Contribution | Weight |
|---|---|---|---|
| (tree) | LO | Spin Fisher information via channel | |
| (NLO) | NLO | Cross-channel skip-connection | |
| (NNLO) | NNLO | Central refinement via the median channel, coefficient |
No coefficient is fitted. The structure is forced by the combinatorics of the three active primes.
Plain reading. The “mysterious coefficient” of Koide’s formula is not a parameter of nature. It is the Fisher information of spin seen through the sieve, plus two small corrections forced by the combinatorics of the three active primaries.
Proof — outline
- Identify as the Holevo capacity of the phase channel .
- Compute : Fisher information of a binary distribution at .
- Evaluate the cross-channel skip-connection NLO term .
- Add the NNLO refinement via median channel with coefficient .
- Numerically verify with mpmath to 50 decimals.
Detailed proof
Step 1 — Holevo capacity
On the phase channel , the Holevo capacity matches exactly : the maximum information transportable per channel mode.
Step 2 — Spin Fisher information
For a binary distribution with fixed point at , the Fisher information is:
The ratio counts the channel uses needed to saturate Fisher information.
At , , so the tree term:
Step 3 — NLO p=7 correction
Channel is the most extremal active channel. Its contribution to the Koide coefficient is a skip-connection: it links mode to a higher-order channel without passing through . Coefficient:
Step 4 — NNLO p=5 correction
Median channel refines the skip-connection with a coefficient fixed by channel combinatorics: . The correction takes the form with .
At , , hence:
Step 5 — Numerical check
from mpmath import mp, mpf
mp.dps = 50
mu = mpf(15)
q_plus = 1 - 2/mu
delta3 = (1 - q_plus**3) / 3
sin2_3 = delta3 * (2 - delta3)
C_K = 4/sin2_3 + (1 + 5*delta3**2/18) / 21
# C_K = 18.29972...Compared with the experimental value : 0.04 ppm discrepancy.
Consequences
The Fisher-Koide identity has two immediate consequences:
- No tunable parameter in the Koide formula. The “mystery coefficient” is forced combinatorics from .
- Bridge to information theory: the spin/lepton-mass ratio is a Fisher information measure. This motivates extension to other oscillation systems (PMNS, CKM).