Theorems · Theorem · measure theory
measurable_liftCover
∀ {α : Type u_1} {β : Type u_2} {ι : Sort uι} {m : MeasurableSpace α} {mβ : MeasurableSpace β} [Countable ι]
(t : ι → Set α),
(∀ (i : ι), MeasurableSet (t i)) →
∀ (f : (i : ι) → ↑(t i) → β),
(∀ (i : ι), Measurable (f i)) →
∀ (hf : ∀ (i j : ι) (x : α) (hxi : x ∈ t i) (hxj : x ∈ t j), f i ⟨x, hxi⟩ = f j ⟨x, hxj⟩)
(htU : ⋃ i, t i = Set.univ), Measurable (Set.liftCover t f hf htU)Let t i be a countable covering of α by measurable sets. Let f i : t i → β be a family of
functions that agree on the intersections t i ∩ t j. Then the function Set.liftCover t f _ _,
defined as f i ⟨x, hx⟩ for hx : x ∈ t i, is measurable.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Set.univstatement and proof · cited by 3,945
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- Measurablestatement and proof · cited by 1,499
- Countablestatement and proof · cited by 633
- MeasurableSet.iUnionproof · cited by 81
- Set.liftCoverstatement · cited by 7
- MeasurableSet.subtype_imageproof · cited by 7
- Set.preimage_liftCoverproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.