LF3 PureSingletPreparation: option (B) singlet OP-bridge bundle #
Category: 3-Local (LF3 PureSingletPreparation bundle: pure-state
data + measurement-context joint eigenstate data + ontic-weight ↔ OP.p
bridge, hLF2 discharge target for LF4).
Paper boundary at the LF1 ↔ LF2 ↔ LF3 capstone (spec §10.5 / LF4-todo §2 + §7).
The three LF3_singlet_frequency_convergence* capstones in
Interface.lean each take a load-bearing external hypothesis tying the
ontic outcome weight to the singlet kernel value P_st ctx.a ctx.b s t.
This module bundles that hypothesis under the option (B) chain
design (2026-05-18): the bridge is the ontic-weight to LF2 OP.p
identity, not the direct projective-measure form of v1.x. This matches
CSD's volume-ratio reading (probability is OP integration of
effectProjFn against the projective measure bridge) and preserves the
structural separation between the static pure preparation
(LF2.PurePreparation) and the measurement-context joint eigenstate
data (LF3.MeasurementJointEig).
Posited-fibre-measure form (2026-05-25). The ontic weight is now the
posited fibre trial law μψ (Paper A / Σ0, revised), not the
ambient μL-conditional D.toOntic.prepMeasure. The μL-conditional
form was uninhabitable alongside the measure bridge: a continuous
π∗μL = c·μFS makes every state's fibre μL-null, so a positive-measure
μL-conditional cannot push to the Dirac on [ψ]. μψ is posited extra
ontic structure on the fibre (no disintegration needed); it is the trial
law consumed directly by LF1.freq_tendsto_of_iid. See LF4-todo §8.
LF4 will eventually supply a concrete constructor
PureSingletPreparation.ofKählerPreparation from a concrete Kähler
SectorData instantiation (per LF4-todo §8) plus the preparation-to-
Hilbert correspondence (LF4-todo §2). At v1.x the bundle is the carrier
for the structural hypotheses.
Three-category posture #
- Proved internally. The structure definition and a transitional
constructor
ofHypothesis. No theorems proved here; the module bundles hypotheses. - Imported from upstream.
MeasurementContext,MeasurementJointEig,LF2.PurePreparation,LF2.MeasureBridgeData,LF2.OperationalPackage.fromPreparation. - Axiomatised at an explicit boundary. Indirectly via the bridge:
the LF3 chain capstones, after Phase 7, cite both
busch_effect_gleason(viapure_state_born_weights_of_certaintyinside the chain proof's OP.p ↔ Born identity step) and the foundational triple. TheMeasureBridgeDataargument carries no axiom — the concrete instances supply it axiom-free.
API shape #
Posited fibre law plus the auxiliary OP-construction data:
μψ : Measure SigmaSpace+hμψ_prob— the posited fibre trial law over[ψ](the preparation primitive; pushes to a Dirac on the ray, not aμL-conditional).μFS : Measure P— projective reference measure for the OP integral.hμFS_prob : IsProbabilityMeasure μFS— μFS is a probability measure.bridge : LF2.MeasureBridgeData D μFS— the measure bridge.PP : LF2.PurePreparation D μψ N— the static pure preparation (ψ = singlet after re-indexing) over the posited fibre law.hN : 2 ≤ N— dimension bound (needed forbusch_effect_gleason).jed : MeasurementJointEig ctx PP.ψ— joint spin eigenstate data for the measurement context, with the Born identity‖⟨PP.ψ, eig s t⟩‖² = P_st ctx.a ctx.b s t.O_region : Sign → Sign → D.toOntic.OutcomeRegion— ontic outcome regions for the (s, t) sectors.bridge_op_p : ∀ s t, μψ((O_region s t).preEvent) = ENNReal.ofReal (OP.p (rankOneEffect (jed.eig s t)))— the ontic weight ↔ OP.p bridge. LF4 discharge target.
The transitional constructor ofHypothesis accepts the raw field set
for migrating existing callsites.
Bundled LF2 ↔ LF3 calibration data under the option (B) design,
posited-fibre-measure form (2026-05-25): a posited pure-state
trial law μψ, the static pure preparation PP over μψ, the
measurement-context joint eigenstate data jed, ontic outcome
regions, and the ontic-weight ↔ OP.p bridge bridge_op_p tying
μψ((O_region s t).preEvent) to the operational-package probability
of the rank-1 sector effect through jed.eig s t.
Why μψ and not the μL-conditional prepMeasure #
Earlier revisions set the preparation law to D.toOntic.prepMeasure
(the ambient μL-conditional on Ω₀). That form is uninhabitable
in the presence of the measure bridge: under π∗μL = c·μFS (continuous
projective reference), every single quantum state's fibre π⁻¹([ψ])
is μL-null, so a μL-conditional cannot push through π to the
Dirac on [ψ] that PP.push_dirac demands (that would force
μL(Ω₀) = 0, contradicting hΩ0_nonzero). See LF4-todo §8.
The fix (Paper A / Σ0, revised): the pure-state preparation is a
posited fibre probability measure μψ — extra ontic structure
concentrated on the fibre, not an μL-conditional. μψ pushes to
the Dirac on [ψ] (so PP.push_dirac is satisfiable) while the
ambient μL keeps its continuous bridge, separately. No
disintegration machinery is required; μψ is the trial law directly,
consumed by LF1.freq_tendsto_of_iid in the chain capstones.
A v1.x carrier of the LF4 discharge target. LF4 will supply a
concrete constructor; the transitional ofHypothesis constructor
below lets callers migrate without yet having the LF4 content.
- μψ : MeasureTheory.Measure SigmaSpace
Posited fibre trial law over the ray
[ψ](Paper A / Σ0, revised). A probability measure concentrated on the fibreπ⁻¹([ψ]); pushes throughD.πto the Dirac on the ray byPP.push_dirac. Not aμL-conditional — extra ontic structure, so no disintegration is needed. This is the trial law consumed byLF1.freq_tendsto_of_iid. - hμψ_prob : MeasureTheory.IsProbabilityMeasure self.μψ
μψis a probability measure. - μFS : MeasureTheory.Measure P
Projective reference measure for the OP construction.
- hμFS_prob : MeasureTheory.IsProbabilityMeasure self.μFS
μFSis a probability measure. - bridge : LF2.MeasureBridgeData D self.μFS
Measure bridge data (ambient
μL↔μFS). Type-level in the OP; carries the symmetry axiom by the canonical-constructor discipline. - PP : LF2.PurePreparation D self.μψ N
Dimension bound, required for
busch_effect_gleason.- jed : MeasurementJointEig ctx self.PP.ψ
Measurement-context joint eigenstate data: the four (s, t) joint spin eigenstates with unit-norm, distinctness, and Born identity
‖⟨PP.ψ, eig s t⟩‖² = P_st ctx.a ctx.b s t. - O_region : Sign → Sign → D.toOntic.OutcomeRegion
Per-sector ontic outcome regions.
- bridge_op_p (s t : Sign) : self.μψ (self.O_region s t).preEvent = ENNReal.ofReal ((LF2.OperationalPackage.fromPreparation D self.μFS self.bridge self.μψ self.PP.rep ⋯ ⋯).p (LF2.rankOneEffect (self.jed.eig s t) ⋯))
Major empirical hypothesis (LF4 discharge target): ontic-weight ↔ OP.p bridge. The posited-fibre-law
μψof the pulled-back outcome event equals the operational-package probability of the rank-1 sector effect throughjed.eig s t. Combined withLF3.OP_p_at_jointEig_eq_P_st, this gives convergence of trial frequencies toP_st ctx.a ctx.b s t.Status: load-bearing, externally supplied, undischarged. This field is the single largest external hypothesis in the LF1↔LF2↔LF3 empirical chain pre-LF4. It encodes the preparation-to-projective bridge plus the preparation-to-Hilbert correspondence (LF4-todo §2) plus the projective-first outcome construction (LF4-todo §7); the LF3 chain capstones are conditional on this hypothesis until LF4 supplies a concrete
SectorDatainstantiation from whichbridge_op_pfollows. Callers should treat this field with the same scrutiny they would apply to anaxiom— the bundle defers the question rather than answering it.
Instances For
Transitional constructor: build a PureSingletPreparation from the
raw field set. Existing callsites migrate by supplying their bridge
- PP + jed + outcome regions + bridge_op_p hypothesis explicitly.
LF4 will replace its use with
PureSingletPreparation.ofKählerPreparationor similar, derived from a concreteSectorDatainstantiation plus the preparation-to-Hilbert correspondence.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ontic weight ↔ P_st identity (composed). Combines
bridge_op_p (the LF4 discharge target tying ontic outcome weight to
the OP-derived integral) with the Busch-free Born step
LF3.OP_p_at_jointEig_eq_P_st_direct (direct Dirac integration of the
volume-ratio effect function, no busch_effect_gleason). Result: the
ontic prepMeasure of the pulled-back outcome event equals
ENNReal.ofReal (P_st ctx.a ctx.b s t). Foundational-triple-only.
This is the ontic-stratum routing (Born = volume ratio). The
Busch-mediated twin OP_p_at_jointEig_eq_P_st remains in the corpus as
the operational-stratum statement; see its docstring and AXIOMS.md §2.4
for the two-strata posture.