Mathlib Map

Theorems · Theorem · measure theory

HasCompactSupport.exists_simpleFunc_approx_of_prod

∀ {X : Type u_3} {Y : Type u_4} {α : Type u_5} [inst : Zero α] [inst_1 : TopologicalSpace X]
  [inst_2 : TopologicalSpace Y] [inst_3 : MeasurableSpace X] [inst_4 : MeasurableSpace Y] [OpensMeasurableSpace X]
  [OpensMeasurableSpace Y] [inst_7 : PseudoMetricSpace α] {f : X × Y → α},
  Continuous f → HasCompactSupport f → ∀ {ε : ℝ}, 0 < ε → ∃ g, ∀ (x : X × Y), dist (f x) (g x) < ε

A continuous function with compact support on a product space can be uniformly approximated by simple functions. The subtlety is that we do not assume that the spaces are separable, so the product of the Borel sigma algebras might not contain all open sets, but still it contains enough of them to approximate compactly supported continuous functions.

Defined in
Mathlib.MeasureTheory.Function.SimpleFuncDense
Cited by
1 results in Mathlib
Foundations
Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ZeroTopologicalSpaceTopologicalSpaceMeasurableSpaceMeasurableSpaceOpensMeasurableSpaceOpensMeasurableSpacePseudoMetricSpace

Around this declaration

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

Cites37

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

Cited by1

Results whose statement or proof uses this declaration.