Complex measure #
This file defines a complex measure to be a vector measure with codomain ℂ.
Then we prove some elementary results about complex measures. In particular, we prove that
a complex measure is always in the form s + it where s and t are signed measures.
Main definitions #
- MeasureTheory.ComplexMeasure.re: obtains a signed measure- sfrom a complex measure- csuch that- s i = (c i).refor all measurable sets- i.
- MeasureTheory.ComplexMeasure.im: obtains a signed measure- sfrom a complex measure- csuch that- s i = (c i).imfor all measurable sets- i.
- MeasureTheory.SignedMeasure.toComplexMeasure: given two signed measures- sand- t,- s.to_complex_measure tprovides a complex measure of the form- s + it.
- MeasureTheory.ComplexMeasure.equivSignedMeasure: is the equivalence between the complex measures and the type of the product of the signed measures with itself.
Tags #
Complex measure
The real part of a complex measure is a signed measure.
Equations
Instances For
@[simp]
theorem
MeasureTheory.ComplexMeasure.re_apply
{α : Type u_1}
{m : MeasurableSpace α}
(v : VectorMeasure α ℂ)
 :
The imaginary part of a complex measure is a signed measure.
Equations
Instances For
@[simp]
theorem
MeasureTheory.ComplexMeasure.im_apply
{α : Type u_1}
{m : MeasurableSpace α}
(v : VectorMeasure α ℂ)
 :
def
MeasureTheory.SignedMeasure.toComplexMeasure
{α : Type u_1}
{m : MeasurableSpace α}
(s t : SignedMeasure α)
 :
Given s and t signed measures, s + it is a complex measure
Equations
Instances For
@[simp]
theorem
MeasureTheory.SignedMeasure.toComplexMeasure_apply_im
{α : Type u_1}
{m : MeasurableSpace α}
(s t : SignedMeasure α)
(i : Set α)
 :
@[simp]
theorem
MeasureTheory.SignedMeasure.toComplexMeasure_apply_re
{α : Type u_1}
{m : MeasurableSpace α}
(s t : SignedMeasure α)
(i : Set α)
 :
theorem
MeasureTheory.SignedMeasure.toComplexMeasure_apply
{α : Type u_1}
{m : MeasurableSpace α}
{s t : SignedMeasure α}
{i : Set α}
 :
theorem
MeasureTheory.ComplexMeasure.toComplexMeasure_to_signedMeasure
{α : Type u_1}
{m : MeasurableSpace α}
(c : ComplexMeasure α)
 :
theorem
MeasureTheory.SignedMeasure.re_toComplexMeasure
{α : Type u_1}
{m : MeasurableSpace α}
(s t : SignedMeasure α)
 :
theorem
MeasureTheory.SignedMeasure.im_toComplexMeasure
{α : Type u_1}
{m : MeasurableSpace α}
(s t : SignedMeasure α)
 :
The complex measures form an equivalence to the type of pairs of signed measures.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
MeasureTheory.ComplexMeasure.equivSignedMeasure_apply
{α : Type u_1}
{m : MeasurableSpace α}
(c : ComplexMeasure α)
 :
@[simp]
theorem
MeasureTheory.ComplexMeasure.equivSignedMeasure_symm_apply
{α : Type u_1}
{m : MeasurableSpace α}
(x✝ : SignedMeasure α × SignedMeasure α)
 :
def
MeasureTheory.ComplexMeasure.equivSignedMeasureₗ
{α : Type u_1}
{m : MeasurableSpace α}
{R : Type u_2}
[Semiring R]
[Module R ℝ]
[ContinuousConstSMul R ℝ]
[ContinuousConstSMul R ℂ]
 :
The complex measures form a linear isomorphism to the type of pairs of signed measures.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
MeasureTheory.ComplexMeasure.equivSignedMeasureₗ_symm_apply
{α : Type u_1}
{m : MeasurableSpace α}
{R : Type u_2}
[Semiring R]
[Module R ℝ]
[ContinuousConstSMul R ℝ]
[ContinuousConstSMul R ℂ]
(a✝ : SignedMeasure α × SignedMeasure α)
 :
@[simp]
theorem
MeasureTheory.ComplexMeasure.equivSignedMeasureₗ_apply
{α : Type u_1}
{m : MeasurableSpace α}
{R : Type u_2}
[Semiring R]
[Module R ℝ]
[ContinuousConstSMul R ℝ]
[ContinuousConstSMul R ℂ]
(a✝ : ComplexMeasure α)
 :
theorem
MeasureTheory.ComplexMeasure.absolutelyContinuous_ennreal_iff
{α : Type u_1}
{m : MeasurableSpace α}
(c : ComplexMeasure α)
(μ : VectorMeasure α ENNReal)
 :