Mathlib Map

Theorems · Theorem · measure theory

Measurable.isGLB

∀ {α : Type u_1} {δ : Type u_4} [inst : TopologicalSpace α] {mα : MeasurableSpace α} [BorelSpace α]
  {mδ : MeasurableSpace δ} [inst_2 : LinearOrder α] [OrderTopology α] [SecondCountableTopology α] {ι : Sort u_5}
  [Countable ι] {f : ι → δ → α} {g : δ → α},
  (∀ (i : ι), Measurable (f i)) → (∀ (b : δ), IsGLB {a | ∃ i, f i b = a} (g b)) → Measurable g

If a function is the greatest lower bound of countably many measurable functions, then it is measurable.

Defined in
Mathlib.MeasureTheory.Constructions.BorelSpace.Order
Cited by
0 results in Mathlib
Foundations
Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceBorelSpaceLinearOrderOrderTopologySecondCountableTopologyCountable

Around this declaration

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

Cites11

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.