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
Upstreaming status: should be upstreamed, but need to clarify design questions first
- want to tag this with fun_prop first and make it work smoothly (see #499)
- this is similar to
BoundedFiniteSupport(and in almost all cases, implies the latter) TODO: are there any advantages of using this and not BoundedFiniteSupport? for instance, is there any operation which preservesBoundedCompactSupportbut notBoundedFiniteSupport? Decide if we want both classes in mathlib or just one of them. If the latter, rewrite all of Carleson/ToMathlib to use that one class.
Bounded compactly supported measurable functions
- hasCompactSupport : HasCompactSupport f
Instances For
Bounded compactly supported functions are in all Lᵖ spaces.
Bounded compactly supported functions are integrable.
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.
Used in Proposition 2.0.4.
An elementary tensor of bounded compactly supported functions is bounded compactly supported.