LF2 Projective Weights #
Category: 3-Local (LF2 measurable partitions on the projective target and their weight normalisation).
Spec §4:
MeasurablePartition— measurable partition ofPup to null sets (spec §4.1).projectiveWeight— the weight of an outcome region under the pushforward of a preparation measure (spec §4.2).weights_sum_eq_one— normalisation (spec §4.3).
The partition is stated relative to the pushforward measure π*μprep, not
μFS directly. This is cleaner than the spec's μFS-relative formulation:
via the measure bridge, the two agree, but this form lets weights_sum_eq_one
be proved without dragging μFS through.
A finite measurable partition of P up to μ-null sets: measurable
parts, pairwise intersections of μ-measure zero, and complement of the
union of μ-measure zero.
The parts, indexed by
Fin n.- measurable (i : Fin n) : MeasurableSet (self.parts i)
Each part is measurable.
Pairwise intersections are null.
The complement of the union is null.
Instances For
Projective weight of an outcome region O ⊆ P under the pushforward of
a preparation measure.
Equations
- CSD.LF2.projectiveWeight D μprep O = (MeasureTheory.Measure.map D.π μprep) O
Instances For
Unfolding lemma: projectiveWeight is the pushforward measure of the
region. Not @[simp] — leaving projectiveWeight as a named
abstraction makes downstream proofs and theorem statements
readable; callers unfold projectiveWeight (or rewrite with this
lemma explicitly) when they need to expose the underlying
pushforward.
Spec §4.3 normalisation. For a probability preparation measure and a
measurable partition of P up to π*μprep-null sets, the weights sum
to one.