Condition (M) gives measurable cone sections
ProvedQFS.measurableSet_mem_cone_of_condMLet , let and let be a configuration in the sense of Definition 2.1: is a double cone with unit axis and apex angle . Recall condition (M): the set
is a Borel subset of .
Then for every fixed direction the section
is again Borel. No measurable-selection theorem is needed for this one-directional consequence: the section is the preimage of the set in (M) under the measurable map , since .
This isolates exactly what condition (M) yields on its own. The paper's full
statement — measurability of for every set — is
obtained there by quoting Debreu's measurable-selection theorem, and it is that step
which is not formalised here: QFS.CondMeas carries it as a hypothesis, and
QFS.theoremOneOneCondMeas_two (Theorem 1.1 with CondMeas made explicit) is proved
from it.
import Definitions.Def_QFS_Defs import Mathlib open Set Metric
theorem QFS.measurableSet_mem_cone_of_condM {d : ℕ}
(Γ : Configuration (EuclideanSpace ℝ (Fin d))) (hM : CondM Γ)
(v : EuclideanSpace ℝ (Fin d)) :
MeasurableSet {x | v ∈ (Γ x).carrier} := by sorry