7 Experiment 6: The πœƒ-Scaling Theorem

Python: theta_scaling.py

We verify the sin(2πœƒ)βˆ•βˆš--
 2 formula analytically and confirm it holds across all chain lengths and site separations.

Proof

For ψ(πœƒ) = cosπœƒei + isinπœƒej (normalised, iβ‰ j), the density matrix ρ = |ψ⟩⟨ψ| has the block structure (showing only the i,j subspace, all other entries zero):

       (                   )
          cos2πœƒ    βˆ’2isin 2πœƒ
ρ|ij =     i            2     .
        + 2 sin 2πœƒ   sin πœƒ

Removing the diagonal gives the boson matrix restricted to the same subspace:

        (                   )
             0      βˆ’ i2 sin 2πœƒ
B |ij =    + isin 2πœƒ     0      .
            2

In full, the components are:

ρii = cos2πœƒ, ρ jj = sin2πœƒ,
ρij = ψiψjβˆ— = cosπœƒ β‹… (βˆ’isinπœƒ) = βˆ’i2 sin2πœƒ,
ρji = +i
2 sin2πœƒ.

All other entries of ρ are zero since ψk = 0 for kβ‰ i,j. Therefore:

                        ( sin 2πœƒ)2    sin22πœƒ
βˆ₯B βˆ₯2 = |Bij|2 + |Bji|2 = 2 -----   =  ------,
                            2          2

giving

|----------------|
|         sin2πœƒ  |
|βˆ₯B (πœƒ )βˆ₯ = -√--- .|
-------------2---

This proof uses only the definition B = ρ βˆ’ diag(ρ) and the normalisation of ψ. It is independent of L, the separation |i βˆ’j|, and any overall phase factor on ej. Numerical verification confirms agreement to within floating-point precision (< 4 Γ— 10βˆ’16) for L ∈{4,8,16,32,64,128} and all hop distances.

Connection to Born rule

Let P = sin2πœƒ be the Born-rule probability that the fermion occupies siteΒ j. Then:

          sin 2πœƒ   2sinπœƒ cos πœƒ   √--∘ ---------
βˆ₯B (πœƒ)βˆ₯ = -√---=  ---√------ =  2   P (1 βˆ’ P ).
            2          2

βˆ₯Bβˆ₯ is √--
 2 times the geometric mean of the hop and no-hop probabilities. This is the interference term of the Born rule, made visible as a matrix norm. The boson amplitude is not an approximation or an emergent average: it is the exact quantum interference encoded in the density matrix.

Lifecycle of a virtual boson

The formula βˆ₯B(πœƒ)βˆ₯ = sin(2πœƒ)βˆ•βˆš--
 2 traces the complete lifecycle:

The boson is born when the fermion begins to move, peaks at mid-hop, and vanishes when the fermion arrives. This is the lifecycle of a virtual particle β€” a propagator in the language of quantum field theory, derived here without postulating field theory.