Documentation

CsdLean4.SigmaLayer.OnticBornFrequency

SigmaLayer/OnticBornFrequency: Born as an ontic typicality volume (connectivity, G1) #

Category: 7-SigmaLayer (grounding the Born frequency in the ontic typicality).

The general-N Born-frequency capstone LF4/BornFrequencyN.lean samples the projective measure μ_FS on ℂℙⁿ⁻¹ directly (hlaw : map Xₙ = fubiniStudyMeasure). That is the epistemic law, and stating it as the trial hypothesis leaves the trials floating free of the ontic substrate. This file puts the sampling where it belongs — on the ontic floor — and derives the epistemic content:

Ontic vs epistemic.

Results:

So the only hypothesis is ontic (hlaw : map Xₙ = D.muL, the floor's typicality); μ_FS and Born are consequences. This is the general, sector-level ontic grounding that unified_born_frequency provides only for the concrete productDynamics witness. Foundational-triple, no sorry.

References #

SigmaLayer/MeasureBridge.lean (HasFubiniStudyPushforward, productSector_hasFubiniStudyPushforward); LF4/BornRegionUncond.lean (bornRegion_fs_measure_uncond, bornRegion_measurable_uncond); LF1/GeneralFrequency.lean (freq_tendsto_of_iid, the law-agnostic strong law); SigmaLayer/UnifiedFlowedRecords.lean (unified_born_frequency, the product-model instance); specs/connectivity-manifest.md (L5, the sampling caveat this addresses).

theorem CSD.SigmaLayer.onticBornVolume_eq {M : } {Sigma : Type u_1} [MeasurableSpace Sigma] {D : ConstraintDynamics Sigma} (Q : ProjectiveSector (M + 1) D) (p₀ : LF4.CPN (M + 1)) (hpush : HasFubiniStudyPushforward Q p₀) (ψ : EuclideanSpace (Fin (M + 1))) (hψ0 : ψ 0) ( : ψ = 1) (i : Fin (M + 1)) :

Born = the ontic typicality volume. If the sector's projection π pushes the ontic typicality μ_L = D.muL forward to μ_FS (the measure bridge), then the μ_L-measure of the ontic preimage π⁻¹(Ωᵢ) of the epistemic outcome region Ωᵢ = bornRegion ψ i is exactly the Born weight ‖⟨eᵢ, ψ⟩‖². The Born number is a theorem about the ontic typicality, derived via the pushforward and bornRegion_fs_measure_uncond — no projective measure is posited.

theorem CSD.SigmaLayer.born_frequency_from_ontic_sampling {M : } {Sigma : Type u_1} [MeasurableSpace Sigma] {D : ConstraintDynamics Sigma} (Q : ProjectiveSector (M + 1) D) (p₀ : LF4.CPN (M + 1)) (hpush : HasFubiniStudyPushforward Q p₀) (ψ : EuclideanSpace (Fin (M + 1))) (hψ0 : ψ 0) ( : ψ = 1) (i : Fin (M + 1)) {Ω : Type u_2} [MeasurableSpace Ω] {Pr : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure Pr] (X : ΩSigma) (hX : ∀ (n : ), Measurable (X n)) (hlaw : ∀ (n : ), MeasureTheory.Measure.map (X n) Pr = D.muL) (hindep : Pairwise (Function.onFun (fun (f g : Ω) => ProbabilityTheory.IndepFun f g Pr) fun (n : ) => (X n ⁻¹' Q.pi ⁻¹' LF4.bornRegion ψ hψ0 i).indicator fun (x : Ω) => 1)) :
∀ᵐ (ω : Ω) Pr, Filter.Tendsto (fun (m : ) => (∑ kFinset.range m, (X k ⁻¹' Q.pi ⁻¹' LF4.bornRegion ψ hψ0 i).indicator (fun (x : Ω) => 1) ω) / m) Filter.atTop (nhds (inner (EuclideanSpace.single i 1) ψ ^ 2))

The Born frequency from ontic sampling. For i.i.d. trials that sample the ontic typicality μ_L = D.muL (the floor — repeated preparations under ontic ignorance), the frequency of trials whose microstate lands in the ontic preimage π⁻¹(Ωᵢ) of the epistemic outcome region converges almost surely to the Born weight ‖⟨eᵢ, ψ⟩‖². The projective law μ_FS and the Born number are derived from the ontic sampling by the measure bridge (onticBornVolume_eq); the only hypothesis is ontic.

theorem CSD.SigmaLayer.productModel_onticBornVolume {M : } (H : Matrix (Fin (M + 1)) (Fin (M + 1)) ) (hH : H.IsHermitian) (p₀ : LF4.CPN (M + 1)) (ψ : EuclideanSpace (Fin (M + 1))) (hψ0 : ψ 0) ( : ψ = 1) (i : Fin (M + 1)) :

Non-vacuity: the ontic Born-volume identity on the concrete product model. The hpush hypothesis is not idle — it is discharged by the proved pushforward productSector_hasFubiniStudyPushforward. On the product model Σ = KSigma, the ontic typicality μ_L = (productDynamics H hH p₀).muL of the preimage of the Born region is exactly the Born weight.