LF4: the canonical i.i.d. FS trial witness #
Category: 3-Local (LF4 Born-from-Kähler-volume engine, trial-witness tranche).
Every capstone of the volume-frequency series
(born_frequency_convergence_N / _uncond, povm_born_frequency_volume,
the LF5 measurement_flow_born_frequency, the Empirical/CSD/*Volume
witnesses) quantifies over an abstract i.i.d. trial bundle
(Ω, Pr, X, hX, hlaw, hindep). Until this file no corpus theorem
constructed such a process: the hypothesis set was classically satisfiable
(standard product-measure existence) but not Lean-inhabited. This file closes
that vacuity-shaped residue:
fsTrialSpace/fsTrialMeasure/fsTrial— the canonical processΩ = ℕ → ℂℙ^{N-1},Pr = Measure.infinitePi (fun _ => fubiniStudyMeasure p₀),X n = (· n), with marginal lawfubiniStudyMeasure p₀(fsTrial_law, viaMeasure.infinitePi_map_eval), joint independence (fsTrial_iIndepFun, viaiIndepFun_eval_infinitePi), and the pairwise indicator independence in exactly the capstone shape (fsTrial_pairwise_indepFun_indicator).born_frequency_convergence_N_canonical— the unconditional general-NBorn-frequency capstone applied to the canonical process: the statement quantifies only over(p₀, ψ, hψ0, hψ); the entire trial bundle is discharged. The conclusion is verbatim that ofborn_frequency_convergence_N_uncondwithPr := fsTrialMeasure p₀andX := fsTrial.
The LF5 analogue (measurement_flow_born_frequency_canonical) lives in
CsdLean4/LF5/CapstoneCanonical.lean (LF5 imports LF4, not conversely).
Honest scope #
This is the measure-theoretic existence of the i.i.d. sampling law: the
canonical product-measure process witnesses that the trial hypotheses are
mutually consistent and realisable inside Lean. The physical reading of
repeated preparation as i.i.d. FS-typical draws remains the LF1 typicality
posit (the posited-sector / typicality datum (SO-1)); constructing the process does not
derive that posit. Foundational-triple-only; Gleason-free (no
busch_effect_gleason).
The canonical trial space for FS-typical sampling on ℂℙ^{N-1}: infinite
sequences of projective points, one per trial.
Equations
- CSD.LF4.fsTrialSpace N = (ℕ → CSD.LF4.CPN N)
Instances For
The canonical trial measure: the infinite product of fubiniStudyMeasure p₀
over the trial index. The i.i.d. sampling law itself.
Equations
Instances For
The canonical trial process: trial n reads coordinate n.
Equations
- CSD.LF4.fsTrial N n ω = ω n
Instances For
Each canonical trial is measurable (hX).
Each canonical trial has law fubiniStudyMeasure p₀ (hlaw).
The canonical trials are jointly independent.
Pairwise independence of the per-trial outcome-region indicators, for any
family of measurable regions — the exact hindep shape every
volume-frequency capstone consumes.
General-N Born-frequency convergence on the canonical i.i.d. FS
process. born_frequency_convergence_N_uncond with the trial bundle
discharged by the canonical witness: the statement quantifies only over the
reference point p₀ and the preparation (ψ, hψ0, hψ). The conclusion is
verbatim the original's with Pr := fsTrialMeasure p₀, X := fsTrial (M + 1).
Foundational-triple-only, Gleason-free.
POVM Born-frequency convergence on the canonical i.i.d. FS process (P.4).
povm_born_frequency_volume with the trial bundle discharged by the canonical
witness on the dilated sector Σ' = ℂℙ^{N·|ι|−1}: the statement quantifies only
over (P, D, ψ, e, ψ', hψ'eq, hψ'0, hnorm, hpos, p₀). The conclusion is verbatim
the original's with Pr := fsTrialMeasure p₀, X := fsTrial (M + 1). The region
family is the dilated-state bornRegion ψ' hψ'0 (measurability via
bornRegion_measurable_uncond). Foundational-triple-only, Gleason-free.
(This canonical form lives here, not in POVMVolume.lean, because the
import chain runs POVMVolume → BornRegionUncond → TrialWitness; placing it
upstream would create a cycle.)