Amalgamation Preserves WellBehavedVCMeasTarget #
Given two Borel-parameterized concept families e₁ : Θ₁ → Concept X Bool and
e₂ : Θ₂ → Concept X Bool, with projection maps π₁ : Θ₁ → S and π₂ : Θ₂ → S
into a common StandardBorelSpace S, the amalgamation class - the set of
concepts merge(θ₁, θ₂) for (θ₁, θ₂) satisfying π₁ θ₁ = π₂ θ₂ - satisfies
WellBehavedVCMeasTarget.
The proof proceeds by:
- Showing the agreement relation {(θ₁, θ₂) | π₁ θ₁ = π₂ θ₂} is MeasurableSet
(via
measurableSet_eq_fun+upgradeStandardBorel) - Taking the StandardBorelSpace subtype (via
MeasurableSet.standardBorel) - Reducing to
borel_param_wellBehavedVCMeasTargeton the subtype
Main results #
measurableSet_agreementRel: the agreement fiber product is MeasurableSetamalgClass_wellBehaved: amalgamation preserves WellBehavedVCMeasTargetinterpClassFixed_subset_amalgClass: fixed-region interpolation embeds in amalgamation
References #
- BorelAnalyticBridge.lean (bridge theorem)
- Interpolation.lean (piecewise concepts, interpClassFixed)
Definitions #
Parameterized sub-class: concepts e(θ) for θ restricted to a subset R.
Instances For
The amalgamation class: merge(θ₁, θ₂) for (θ₁, θ₂) in the agreement fiber.
Equations
- amalgClass π₁ π₂ merge = relParamClass (agreementRel π₁ π₂) merge
Instances For
Agreement relation is MeasurableSet #
The agreement relation is MeasurableSet when projections are measurable and the codomain is StandardBorelSpace.
Amalgamation preserves WellBehavedVCMeasTarget #
The amalgamation class satisfies WellBehavedVCMeasTarget when all parameter spaces are StandardBorelSpace and merge is jointly measurable.
Fixed-region interpolation embeds in amalgamation #
Fixed-region interpolation is a subset of amalgamation with trivial projections.