L¹
space #
In this file we establish an API between Integrable
and the space L¹
of equivalence
classes of integrable functions, already defined as a special case of L^p
spaces for p = 1
.
Notation #
α →₁[μ] β
is the type ofL¹
space, whereα
is aMeasureSpace
andβ
is aNormedAddCommGroup
.f : α →ₘ β
is a "function" inL¹
. In comments,[f]
is also used to denote anL¹
function.₁
can be typed as\1
.
Tags #
function space, l1
A class of almost everywhere equal functions is Integrable
if its function representative
is integrable.
Equations
- f.Integrable = MeasureTheory.Integrable (↑f) μ
Instances For
Computing the norm of a difference between two L¹-functions. Note that this is not a
special case of norm_def
since (f - g) x
and f x - g x
are not equal
(but only a.e.-equal).
Computing the norm of a difference between two L¹-functions. Note that this is not a
special case of ofReal_norm_eq_lintegral
since (f - g) x
and f x - g x
are not equal
(but only a.e.-equal).
Construct the equivalence class [f]
of an integrable function f
, as a member of the
space Lp β 1 μ
.
Equations
Instances For
Alias of MeasureTheory.Integrable.enorm_toL1
.