Theorems · Theorem · measure theory
Measurable.dite
∀ {α : Type u_1} {β : Type u_2} {s : Set α} {m : MeasurableSpace α} {mβ : MeasurableSpace β}
[inst : (x : α) → Decidable (x ∈ s)] {f : ↑s → β},
Measurable f →
∀ {g : ↑sᶜ → β}, Measurable g → MeasurableSet s → Measurable fun x => if hx : x ∈ s then f ⟨x, hx⟩ else g ⟨x, hx⟩- Cited by
- 2 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Decidable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- Set.Elemstatement and proof · cited by 7,166
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complstatement and proof · cited by 2,925
- Measurablestatement and proof · cited by 1,499
- Subtype.coe_etaproof · cited by 110
- measurable_of_restrict_of_restrict_complproof · cited by 9
- Set.domRestrict_diteproof · cited by 4
- Set.domRestrict_dite_complproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- exists_measurable_piecewiseproof · cited by 1
- MeasurableEmbedding.measurable_invFunproof · cited by 1