Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(integration): integral commutes with continuous linear maps #4167

Closed
wants to merge 3 commits into from

Conversation

PatrickMassot
Copy link
Member

@PatrickMassot PatrickMassot commented Sep 16, 2020

from the sphere eversion project. Main result:

continuous_linear_map.integral_apply_comm {α : Type*} [measurable_space α] {μ : measure α} 
  {E : Type*} [normed_group E]  [second_countable_topology E] [normed_space ℝ E] [complete_space E]
  [measurable_space E] [borel_space E] {F : Type*} [normed_group F]
  [second_countable_topology F] [normed_space ℝ F] [complete_space F]
  [measurable_space F] [borel_space F] 
  {φ : α → E} (L : E →L[ℝ] F) (φ_meas : measurable φ) (φ_int : integrable φ μ) :
  ∫ a, L (φ a) ∂μ = L (∫ a, φ a ∂μ)

This PR doesn't build on #4170 but it will conflict, so should be merged later.

@PatrickMassot PatrickMassot added the awaiting-review The author would like community review of the PR label Sep 16, 2020
by simp [l1.clm_apply]

/-- Composing `φ : α →₁[μ] E` with `L : E →L[ℝ] F`, seen as a `ℝ`-linear map on `α →₁[μ] E`. -/
def l1.clm_applyₗ (L : E →L[ℝ] F) : (α →₁[μ] E) →ₗ[ℝ] (α →₁[μ] F) :=
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels strange to have this one in the namespace measure_theory.l1. I'd rather have it in continuous_linear_map, just like continuous_linear_map.l1_apply (maybe with more similar names)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed all names and namespaces. I'm sorry I opened this PR without doing the name cleanup. I wanted Yury to have it and I was too fast.

src/measure_theory/set_integral.lean Outdated Show resolved Hide resolved
@@ -464,6 +464,135 @@ lemma continuous_at.integral_sub_linear_is_o_ae
is_o (λ s, ∫ x in s, f x ∂μ - (μ s).to_real • f a) (λ s, (μ s).to_real) ((𝓝 a).lift' powerset) :=
(ha.mono_left inf_le_left).integral_sub_linear_is_o_ae hfm (μ.finite_at_nhds a)

section continuous_linear_map
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

section docstring, explaining what you are going to do in this paragraph, and why?

@PatrickMassot PatrickMassot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Sep 17, 2020
@PatrickMassot PatrickMassot changed the title feat(integration): integral commutes with continuous linear maps feat(integration): integral commutes with continuous linear maps (blocked by #4170) Sep 17, 2020
Copy link
Member

@fpvandoorn fpvandoorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I'm also fine with this one being merged first. It seems easy enough to fix the changes.

src/measure_theory/set_integral.lean Outdated Show resolved Hide resolved
@fpvandoorn
Copy link
Member

bors d+

@bors
Copy link

bors bot commented Sep 17, 2020

✌️ PatrickMassot can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

Co-authored-by: Floris van Doorn <fpvdoorn@gmail.com>
@PatrickMassot
Copy link
Member Author

bors merge

@bors
Copy link

bors bot commented Sep 18, 2020

👎 Rejected by label

@PatrickMassot PatrickMassot changed the title feat(integration): integral commutes with continuous linear maps (blocked by #4170) feat(integration): integral commutes with continuous linear maps Sep 18, 2020
@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Sep 18, 2020
@PatrickMassot PatrickMassot removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Sep 18, 2020
@bryangingechen
Copy link
Collaborator

bors r+

bors bot pushed a commit that referenced this pull request Sep 18, 2020
from the sphere eversion project. Main result:
```lean
continuous_linear_map.integral_apply_comm {α : Type*} [measurable_space α] {μ : measure α} 
  {E : Type*} [normed_group E]  [second_countable_topology E] [normed_space ℝ E] [complete_space E]
  [measurable_space E] [borel_space E] {F : Type*} [normed_group F]
  [second_countable_topology F] [normed_space ℝ F] [complete_space F]
  [measurable_space F] [borel_space F] 
  {φ : α → E} (L : E →L[ℝ] F) (φ_meas : measurable φ) (φ_int : integrable φ μ) :
  ∫ a, L (φ a) ∂μ = L (∫ a, φ a ∂μ)
```
@bors
Copy link

bors bot commented Sep 18, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(integration): integral commutes with continuous linear maps [Merged by Bors] - feat(integration): integral commutes with continuous linear maps Sep 18, 2020
@bors bors bot closed this Sep 18, 2020
@bors bors bot deleted the integral_clm branch September 18, 2020 23:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants