Mathlib Map

Theorems · Theorem · measure theory

ae_le_essSup

∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
  [inst : ConditionallyCompleteLinearOrder β] {f : α → β} [inst_1 : TopologicalSpace β] [FirstCountableTopology β]
  [OrderTopology β],
  autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae μ) f) ae_le_essSup._auto_1 →
    ∀ᵐ (y : α) ∂μ, f y ≤ essSup f μ
Defined in
Mathlib.MeasureTheory.Function.EssSup
Cited by
4 results in Mathlib
Foundations
Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ConditionallyCompleteLinearOrderTopologicalSpaceFirstCountableTopologyOrderTopology

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 by4

Results whose statement or proof uses this declaration.