EXPERIMENTAL
Bounded compactly supported functions #
The purpose of this file is to provide helper lemmas to streamline proofs that functions are (essentially) bounded, compactly supported and measurable.
Most functions we need to deal with are of this class.
This can be a useful way to streamline proofs of L^p
membership,
in particular integrability.
Todo: make Mathlib.Tactic.FunProp
work for this
This can be expanded as needed
Bounded compactly supported measurable functions
- memβp_top : MeasureTheory.Memβp f β€ MeasureTheory.volume
- hasCompactSupport : HasCompactSupport f
Instances For
Bounded compactly supported functions are in all Lα΅
spaces.
Bounded compactly supported functions are integrable.
A bounded compactly supported function times a bounded function is bounded compactly supported.
If βfβ
is bounded by g
and g
is bounded compactly supported, then so is f
.
A finite sum of bounded compactly supported functions is bounded compactly supported.