Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - refactor(analysis/analytic/basic): refactor change_origin #8282

Closed
wants to merge 34 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Jul 13, 2021

Now each term of change_origin is defined as a sum of a formal power series, so it is clear that each term is an analytic function.


Open in Gitpod

@urkud urkud added the awaiting-review The author would like community review of the PR label Jul 13, 2021
@github-actions github-actions bot 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 Jul 13, 2021
@urkud urkud requested a review from sgouezel July 13, 2021 05:19
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
@github-actions github-actions bot 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 Jul 14, 2021
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

Copy link
Collaborator

@sgouezel sgouezel left a comment

Choose a reason for hiding this comment

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

bors d+
Thanks!


variables (p : formal_multilinear_series 𝕜 E F) {x y : E} {r R : ℝ≥0}

/-- A term of `formal_multilinear_series.change_origin_series`. -/
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you expand the docstring? I.e., recall whay change_origin_series is gonna be, and what is its role?

apply continuous_multilinear_map.le_op_nnnorm
end

/-- The power series for `f.change_origin k`. -/
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you explain what f.change_origin k is in the docstring?

series of terms `B`, and we show that they correspond to each other by reordering to conclude the
proof. -/
theorem change_origin_eval (h : (∥x∥₊ + ∥y∥₊ : ℝ≥0∞) < p.radius) :
(p.change_origin x).sum y = (p.sum (x + y)) :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
(p.change_origin x).sum y = (p.sum (x + y)) :=
(p.change_origin x).sum y = (p.sum (x + y)) :=

@bors
Copy link

bors bot commented Jul 15, 2021

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

@github-actions github-actions bot added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Jul 15, 2021
@urkud
Copy link
Member Author

urkud commented Jul 17, 2021

bors merge

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Jul 17, 2021
bors bot pushed a commit that referenced this pull request Jul 17, 2021
Now each term of `change_origin` is defined as a sum of a formal power series, so it is clear that each term is an analytic function.



Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
@bors
Copy link

bors bot commented Jul 17, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(analysis/analytic/basic): refactor change_origin [Merged by Bors] - refactor(analysis/analytic/basic): refactor change_origin Jul 17, 2021
@bors bors bot closed this Jul 17, 2021
@bors bors bot deleted the change-origin branch July 17, 2021 11:26
b-mehta pushed a commit that referenced this pull request Jul 20, 2021
Now each term of `change_origin` is defined as a sum of a formal power series, so it is clear that each term is an analytic function.



Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. 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.

None yet

3 participants