Theorems · Inductive type · measure theory
MeasurableEmbedding
{α : Type u_1} → {β : Type u_2} → [MeasurableSpace α] → [MeasurableSpace β] → (α → β) → PropA map f : α → β is called a measurable embedding if it is injective, measurable, and sends
measurable sets to measurable sets. The latter assumption can be replaced with “f has measurable
inverse g : Set.range f → α”, see MeasurableEmbedding.measurable_rangeSplitting,
MeasurableEmbedding.of_measurable_inverse_range, and
MeasurableEmbedding.of_measurable_inverse.
One more interpretation: f is a measurable embedding if it defines a measurable equivalence to its
range and the range is a measurable set. One implication is formalized as
MeasurableEmbedding.equivRange; the other one follows from
MeasurableEquiv.measurableEmbedding, MeasurableEmbedding.subtype_coe, and
MeasurableEmbedding.comp.
- Cited by
- 170 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 2 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement · cited by 13,106
Cited by179
Results whose statement or proof uses this declaration.
- MeasurableEquiv.measurableEmbeddingstatement · cited by 60
- MeasurableEmbedding.injectivestatement and proof · cited by 35
- MeasurableEmbedding.measurablestatement and proof · cited by 29
- MeasurableEmbedding.subtype_coestatement · cited by 27
- Homeomorph.measurableEmbeddingstatement · cited by 21
- MeasurableEmbedding.comap_applystatement and proof · cited by 20
- MeasurableEmbedding.measurableSet_imagestatement and proof · cited by 18
- Topology.IsClosedEmbedding.measurableEmbeddingstatement · cited by 16
- MeasurableEmbedding.map_applystatement and proof · cited by 16
- MeasurableEmbedding.integral_mapstatement and proof · cited by 15
- MeasurableEmbedding.measurableSet_image'statement and proof · cited by 15
- MeasureTheory.MeasurePreserving.integral_compstatement and proof · cited by 11