LF3 Projectors / LF2 interface: sector volume ↔ LF2 Born form #
Category: 3-Local (LF3 → LF2 bridge: sector volume equals LF2 trace-form Born weight on rank-1 effects).
Paper §5.14 / §9.7. (Renamed from branch-weight terminology in Phase 11, 2026-05-18, to align with the volume-ratios reading.)
Bridges the abstract H_SA-level sector volume to LF2's concrete matrix-based
Born form. The basis isomorphism H_SA ≃ₗᵢ[ℂ] EuclideanSpace ℂ (Fin N) and the
matrix representation of mHat P s t under that iso enter as explicit
hypotheses of the bridge theorem, matching Mathlib's idiom for cross-API
bridge lemmas (supply the bridging iso at the call site rather than hiding it
as a field of SystemApparatusSetup).
The trace-inner identity Tr(|φ⟩⟨φ| · M) = ⟨φ, Mφ⟩ is the core algebraic
content; it generalises LF2's born_quadratic to arbitrary effects via
Matrix.dotProduct_mulVec and dotProduct_comm (paper §5.14, spec §9.7).
Basis isomorphism from the abstract H_SA to a concrete finite-dim
Euclidean space, used to translate operators on H_SA into matrices for
the LF2 Born-form interface.
Equations
- CSD.LF3.BasisIso H_SA N = (H_SA ≃ₗᵢ[ℂ] EuclideanSpace ℂ (Fin N))
Instances For
Interpret a unit vector Ψ : EuclideanSpace ℂ (Fin N) as an LF2
DensityOperator N via its rank-1 outer product |Ψ⟩⟨Ψ|.
Equations
- CSD.LF3.rankOneStateOfΨ Ψ hΨ = CSD.LF2.rankOneDensity Ψ hΨ
Instances For
Interpret an N × N matrix M satisfying the effect axioms as an LF2
Effect N.
Equations
- CSD.LF3.effectOfM M h1 h2 h3 = { M := M, isHermitian := h1, nonneg := h2, le_one := h3 }
Instances For
Trace-inner core identity (paper §5.14) #
Tr(|φ⟩⟨φ| · M) = ⟨φ, Mφ⟩. The generalised Born trace identity for an
arbitrary effect matrix M and a vector φ. Composes vecMulVec_mul,
trace_vecMulVec, the EuclideanSpace inner-product formula, and
dotProduct_mulVec plus dotProduct_comm.
Bridge theorem (paper §5.14 / spec §9.7) #
LF3 ↔ LF2 bridge. Given a basis isomorphism basisIso and a matrix M
representing mHat P s t under that iso (i.e. M is the matrix of the
pointer-sector projector in the chosen basis, plus standard effect
properties), the operator-form sector volume equals the LF2 Born-form
trace pairing of the rank-1 density |basisIso Ψ⟩⟨basisIso Ψ| with the
effect M.