Theorems · Definition · measure theory
MeasureTheory.SimpleFunc.extend
{α : Type u_1} →
{β : Type u_2} →
{γ : Type u_3} →
[inst : MeasurableSpace α] →
[inst_1 : MeasurableSpace β] →
MeasureTheory.SimpleFunc α γ →
(g : α → β) → MeasurableEmbedding g → MeasureTheory.SimpleFunc β γ → MeasureTheory.SimpleFunc β γExtend a SimpleFunc along a measurable embedding: f₁.extend g hg f₂ is the function
F : β →ₛ γ such that F ∘ g = f₁ and F y = f₂ y whenever y ∉ range g.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.SimpleFuncstatement and proof · cited by 411
- MeasurableEmbeddingstatement and proof · cited by 170
- Function.extendproof · cited by 111
Cited by7
Results whose statement or proof uses this declaration.
- MeasurableEmbedding.lintegral_mapproof · cited by 10
- MeasurableEmbedding.stronglyMeasurable_extendproof · cited by 4
- MeasureTheory.SimpleFunc.extend_applystatement · cited by 3
- MeasureTheory.SimpleFunc.extend_apply'statement · cited by 1
- MeasureTheory.SimpleFunc.extend_comp_eqstatement · cited by 1
- MeasureTheory.SimpleFunc.extend_comp_eq'statement · cited by 1
- MeasureTheory.SimpleFunc.extend.congr_simpstatement and proof · cited by 0