The distribution function d_f
#
The distribution function of a function f
.
Note that unlike the notes, we also define this for t = ∞
.
Note: we also want to use this for functions with codomain ℝ≥0∞
, but for those we just write
μ { x | t < f x }
Equations
- MeasureTheory.distribution f t μ = μ {x : α | t < ↑‖f x‖₊}
Instances For
The layer-cake theorem, or Cavalieri's principle for functions into a normed group.
The layer-cake theorem, or Cavalieri's principle, written using eLpNorm
.
The layer-cake theorem, or Cavalieri's principle, written using eLpNorm
, without
taking powers.
The weak L^p norm of a function, for p < ∞
Equations
- MeasureTheory.wnorm' f p μ = ⨆ (t : NNReal), ↑t * MeasureTheory.distribution f (↑t) μ ^ p⁻¹
Instances For
The weak L^p norm of a function.
Equations
- MeasureTheory.wnorm f p μ = if p = ⊤ then MeasureTheory.eLpNormEssSup f μ else MeasureTheory.wnorm' f p.toReal μ
Instances For
A function is in weak-L^p if it is (strongly a.e.)-measurable and has finite weak L^p norm.
Equations
- MeasureTheory.MemWℒp f p μ = (MeasureTheory.AEStronglyMeasurable f μ ∧ MeasureTheory.wnorm f p μ < ⊤)
Instances For
An operator has weak type (p, q)
if it is bounded as a map from L^p to weak-L^q.
HasWeakType T p p' μ ν c
means that T
has weak type (p, p') w.r.t. measures μ
, ν
and constant c
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An operator has strong type (p, q) if it is bounded as an operator on L^p → L^q
.
HasStrongType T p p' μ ν c
means that T
has strong type (p, p') w.r.t. measures μ
, ν
and constant c
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A weaker version of HasStrongType
. This is the same as HasStrongType
if T
is continuous
w.r.t. the L^2 norm, but weaker in general.
Equations
- One or more equations did not get rendered due to their size.