[Merged by Bors] - feat(MeasureTheory/VectorMeasure): add integral of a vector-valued function against a vector measure#28499
Conversation
This reverts commit e2b20d9.
…utterley/Variation
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
|
|
||
| /-- `f : X → E` is said to be integrable with respect to `μ` and `B` if it is integrable with | ||
| respect to `(μ.transpose B).variation`. -/ | ||
| abbrev Integrable (μ : VectorMeasure X F) (B : E →L[ℝ] F →L[ℝ] G) (f : X → E) : Prop := |
There was a problem hiding this comment.
This should be protected to avoid namespace issues. Also, to match MeasureTheory.Integrable can you put f as the first argument please?
There was a problem hiding this comment.
done. should integral remain unprotected?
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
#min_imports, docstring
EtienneC30
left a comment
There was a problem hiding this comment.
I think it's good to go, thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
|
✌️ yoh-tanimoto can now approve this pull request. To approve and merge a pull request, simply reply with |
|
I am not sure how |
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
|
Thanks for your review! bors r+ |
…nction against a vector measure (#28499) add `VectorMeasureWithPairing.integral` for normed vector spaces `E`, `F`, a Banach space `G` , a continuous linear pairing `B : E →L[ℝ] F →L[ℝ] → G` and an `F`-valued vector measure `μ`, which should be informally written as `∫ B (f x) ∂μ x`. motivation: there are natural vector measures such as signed measures and complex measures, and their integrals appear naturally e.g. in a proof of the spectral theorem for general bounded normal operators on a Hilbert space. - [x] depends on: #26160 for the definition and lemmas about the total variation of a vector measure. Co-authored-by: Oliver Butterley <oliver.butterley@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
…nction against a vector measure (leanprover-community#28499) add `VectorMeasureWithPairing.integral` for normed vector spaces `E`, `F`, a Banach space `G` , a continuous linear pairing `B : E →L[ℝ] F →L[ℝ] → G` and an `F`-valued vector measure `μ`, which should be informally written as `∫ B (f x) ∂μ x`. motivation: there are natural vector measures such as signed measures and complex measures, and their integrals appear naturally e.g. in a proof of the spectral theorem for general bounded normal operators on a Hilbert space. - [x] depends on: leanprover-community#26160 for the definition and lemmas about the total variation of a vector measure. Co-authored-by: Oliver Butterley <oliver.butterley@gmail.com>
…nction against a vector measure (leanprover-community#28499) add `VectorMeasureWithPairing.integral` for normed vector spaces `E`, `F`, a Banach space `G` , a continuous linear pairing `B : E →L[ℝ] F →L[ℝ] → G` and an `F`-valued vector measure `μ`, which should be informally written as `∫ B (f x) ∂μ x`. motivation: there are natural vector measures such as signed measures and complex measures, and their integrals appear naturally e.g. in a proof of the spectral theorem for general bounded normal operators on a Hilbert space. - [x] depends on: leanprover-community#26160 for the definition and lemmas about the total variation of a vector measure. Co-authored-by: Oliver Butterley <oliver.butterley@gmail.com>
add
VectorMeasureWithPairing.integralfor normed vector spacesE,F, a Banach spaceG, a continuous linear pairingB : E →L[ℝ] F →L[ℝ] → Gand anF-valued vector measureμ, which should be informally written as∫ B (f x) ∂μ x.motivation: there are natural vector measures such as signed measures and complex measures, and their integrals appear naturally e.g. in a proof of the spectral theorem for general bounded normal operators on a Hilbert space.