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] - chore(topology/metric_space/pi_Lp): move to analysis folder, import inner_product_space #7991

Closed
wants to merge 5 commits into from

Conversation

sgouezel
Copy link
Collaborator

@sgouezel sgouezel commented Jun 18, 2021

Currently, the file pi_Lp (on finite products of metric spaces, with the L^p norm) is in the topology folder, but it imports a lot of analysis (to have real powers) and it defines a normed space structure, so it makes more sense to have it in analysis. Also, it is currently imported by inner_product_space, to give an explicit construction of an inner product space on pi_Lp 2, which means that all files importing general purposes lemmas on inner product spaces also import real powers, trigonometry, and so on. We swap the imports, letting pi_Lp import inner_product_space and moving the relevant bits from the latter file to the former. This gives a more reasonable import graph.


No math changes at all. Strangely, a proof (which was alrady very slow before the PR) has become just a bit slower after removing an import and times out, so I had to squeeze its simps. Possibly the removed import has a new simp lemma that is efficient in this proof.

@sgouezel sgouezel added the awaiting-review The author would like community review of the PR label Jun 18, 2021
Copy link
Member

@hrmacbeth hrmacbeth left a comment

Choose a reason for hiding this comment

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

Thanks for doing this!

bors d+

src/geometry/euclidean/basic.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Jun 18, 2021

✌️ sgouezel 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 Jun 18, 2021
@sgouezel
Copy link
Collaborator Author

bors r+

@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 Jun 19, 2021
bors bot pushed a commit that referenced this pull request Jun 19, 2021
…nner_product_space (#7991)

Currently, the file `pi_Lp` (on finite products of metric spaces, with the `L^p` norm) is in the topology folder, but it imports a lot of analysis (to have real powers) and it defines a normed space structure, so it makes more sense to have it in analysis. Also, it is currently imported by `inner_product_space`, to give an explicit construction of an inner product space on `pi_Lp 2`, which means that all files importing general purposes lemmas on inner product spaces also import real powers, trigonometry, and so on. We swap the imports, letting `pi_Lp` import `inner_product_space` and moving the relevant bits from the latter file to the former. This gives a more reasonable import graph.
@bors
Copy link

bors bot commented Jun 19, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(topology/metric_space/pi_Lp): move to analysis folder, import inner_product_space [Merged by Bors] - chore(topology/metric_space/pi_Lp): move to analysis folder, import inner_product_space Jun 19, 2021
@bors bors bot closed this Jun 19, 2021
@bors bors bot deleted the move_pi_Lp branch June 19, 2021 17:23
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

2 participants