Mathlib Map

Theorems · Theorem · measure theory

StieltjesFunction.measure_univ

∀ {R : Type u_1} [inst : LinearOrder R] [inst_1 : TopologicalSpace R] (f : StieltjesFunction R)
  [inst_2 : OrderTopology R] [inst_3 : CompactIccSpace R] [inst_4 : MeasurableSpace R] [inst_5 : BorelSpace R]
  [inst_6 : SecondCountableTopology R] [inst_7 : DenselyOrdered R] [Nonempty R] {l u : ℝ},
  Filter.Tendsto (↑f) Filter.atBot (nhds l) →
    Filter.Tendsto (↑f) Filter.atTop (nhds u) → f.measure Set.univ = ENNReal.ofReal (u - l)
Defined in
Mathlib.MeasureTheory.Measure.Stieltjes
Cited by
5 results in Mathlib
Foundations
Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderTopologicalSpaceOrderTopologyCompactIccSpaceMeasurableSpaceBorelSpaceSecondCountableTopologyDenselyOrderedNonempty

Around this declaration

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

Cites27

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

Cited by5

Results whose statement or proof uses this declaration.