Compatibility of the invariant σ-algebras with the Borel structure (issue #28, commit 2) #
The invariant σ-algebras of InvariantMeasurableSpace.lean sit below the ambient product
(Borel) σ-algebra, and the model classes ModelsOf φ are measurable in them.
MeasurableSpace.smulInvariant_le(and the namedactionInvariantMeasurableSpace_le,isoInvariantMeasurableSpace_le): the invariant σ-algebra is coarser than the base one, so the identityX → Xfrom the base space to the invariant space is measurable (measurable_id_smulInvariantand the named forms) — the correct direction.measurableSet_isoInvariant_modelsOf/measurableSet_actionInvariant_modelsOf:ModelsOf φis measurable in either named invariant σ-algebra, under exactly the hypotheses of the existing satisfaction-measurability theoremmodelsOf_measurableSet(relational vocabulary only — no countability, no Polishness).MeasurableSet.of_actionInvariant/MeasurableSet.of_isoInvariantandmeasurableSet_actionInvariant_iff_isoInvariant: convenience lemmas for consuming these statements without temporarily installing a globalMeasurableSpaceinstance.
The generic invariant σ-algebra is coarser than its base.
The identity from the base space to the (coarser) invariant σ-algebra is measurable.
Coarseness and the identity map #
actionInvariantMeasurableSpace is coarser than the ambient product σ-algebra.
isoInvariantMeasurableSpace is coarser than the ambient product σ-algebra.
The identity from the ambient Borel space to actionInvariantMeasurableSpace is measurable.
The identity from the ambient Borel space to isoInvariantMeasurableSpace is measurable.
Consuming invariant-measurability #
An action-invariant-measurable class is measurable in the ambient Borel space.
An isomorphism-invariant-measurable class is measurable in the ambient Borel space.
The two invariant σ-algebras have the same measurable sets — a convenient bridge for consuming either statement without installing a global instance.
Model classes are invariant-measurable #
ModelsOf φ is isomorphism-invariant-measurable — under exactly the hypothesis of the
satisfaction-measurability theorem (relational vocabulary; no countability, no Polishness).
ModelsOf φ is action-invariant-measurable — same hypothesis.