Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.FiniteMeasure.comap

{Ω : Type u_1} →
  {Ω' : Type u_2} →
    [inst : MeasurableSpace Ω] →
      [inst_1 : MeasurableSpace Ω'] → (Ω → Ω') → MeasureTheory.FiniteMeasure Ω' → MeasureTheory.FiniteMeasure Ω

The pullback of a finite measure under a map. If f is injective and sends each measurable set to a null-measurable set, then for each measurable set s we have comap f μ s = μ (f '' s). Otherwise, the pullback is defined to be zero.

Defined in
Mathlib.MeasureTheory.Measure.FiniteMeasure
Cited by
5 results in Mathlib
Foundations
Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceMeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.