Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.SimpleFunc.comp

{α : Type u_1} →
  {β : Type u_2} →
    {γ : Type u_3} →
      [inst : MeasurableSpace α] →
        [inst_1 : MeasurableSpace β] →
          MeasureTheory.SimpleFunc β γ → (g : α → β) → Measurable g → MeasureTheory.SimpleFunc α γ

Composition of a SimpleFun and a measurable function is a SimpleFunc.

Defined in
Mathlib.MeasureTheory.Function.SimpleFunc
Cited by
14 results in Mathlib
Foundations
Depth 66 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 by15

Results whose statement or proof uses this declaration.