LeanMachineLearning

MeasurableCoherence.TransEquivπŸ”—

Definition

Given measurable equivalences ex : X ≃ᡐ X' and ey : Y ≃ᡐ Y', we can transport the MeasurableCoherence instance from X and Y to X' and Y'.

πŸ”—def
MeasurableCoherence.TransEquiv.{u_1, u_2, u_3, u_4} {X : Type u_1} {Y : Type u_2} [MeasurableSpace X] [MeasurableSpace Y] [mXY : MeasurableCoherence X Y] {X' : Type u_3} {Y' : Type u_4} [MeasurableSpace X'] [MeasurableSpace Y'] (ex : X' ≃ᡐ X) (ey : Y' ≃ᡐ Y) : MeasurableCoherence X' Y'
MeasurableCoherence.TransEquiv.{u_1, u_2, u_3, u_4} {X : Type u_1} {Y : Type u_2} [MeasurableSpace X] [MeasurableSpace Y] [mXY : MeasurableCoherence X Y] {X' : Type u_3} {Y' : Type u_4} [MeasurableSpace X'] [MeasurableSpace Y'] (ex : X' ≃ᡐ X) (ey : Y' ≃ᡐ Y) : MeasurableCoherence X' Y'

Code

@[reducible] def TransEquiv {X' Y' : Type*} [MeasurableSpace X'] [MeasurableSpace Y'] (ex : X' ≃ᡐ X) (ey : Y' ≃ᡐ Y) : MeasurableCoherence X' Y' where miso := ex.trans <| mXY.miso.trans ey.symm

Actions: Source Β· Open Issue

New in v4.34.0-rc1-13-gd54da15 (2026-08-21), and its meaning has not changed since.

Self-contained, with its dependencies inlined and proofs replaced by sorry: download the raw file Β· open it in the Lean web editor.

Dependency graph

Audit surface: 1 project declarations, 4 external constants

βœ“ Proved: no sorry anywhere in its closure

This is the tool's own reading of one build's recorded axioms, and it is not robust against an author who wants it to pass. Checking meant to be relied on should go through Comparator, which replays the proof through the kernel from an export against an explicit list of permitted axioms.