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] - feat(analysis/inner_product_space/pi_L2): extend an indexed orthonormal set to an orthonormal basis #16478

Closed
wants to merge 5 commits into from

Conversation

hrmacbeth
Copy link
Member

@hrmacbeth hrmacbeth commented Sep 12, 2022

Given a finite-dimensional inner product space E, a fintype ι whose cardinality is the dimension of E, and a function v : ι → E whose restriction to some set s in ι is orthonormal, modify v to give an orthonormal basis for E indexed by ι which agrees on s with v. We already have this lemma for sets (orthonormal.exists_orthonormal_basis_extension); this is just some messing round to get the indexed version.

Also rename orthonormal.coe_range to orthonormal.to_subtype_range, matching the naming convention for linear_independent.to_subtype_range.

Formalized as part of the Sphere Eversion project.


Open in Gitpod

@hrmacbeth hrmacbeth added awaiting-CI The author would like to see what CI has to say before doing more work. t-analysis Analysis (normed *, calculus) labels Sep 12, 2022
@hrmacbeth hrmacbeth added this to In progress in Sphere eversion project via automation Sep 12, 2022
@mathlib-dependent-issues-bot mathlib-dependent-issues-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 Sep 12, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Sep 12, 2022
@mathlib-dependent-issues-bot mathlib-dependent-issues-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 Oct 3, 2022
@mathlib-dependent-issues-bot
Copy link
Collaborator

@hrmacbeth hrmacbeth added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. labels Oct 3, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Oct 3, 2022
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Oct 4, 2022
bors bot pushed a commit that referenced this pull request Oct 4, 2022
…al set to an orthonormal basis (#16478)

Given a finite-dimensional inner product space `E`, a fintype `ι` whose cardinality is the dimension of `E`, and a function `v : ι → E` whose restriction to some set `s` in `ι` is orthonormal, modify `v` to give an orthonormal basis for `E` indexed by `ι` which agrees on `s` with `v`.  We already have this lemma for sets (`orthonormal.exists_orthonormal_basis_extension`); this is just some messing round to get the indexed version.

Also rename `orthonormal.coe_range` to `orthonormal.to_subtype_range`, matching the naming convention for `linear_independent.to_subtype_range`.

Formalized as part of the Sphere Eversion project.
@bors
Copy link

bors bot commented Oct 4, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/inner_product_space/pi_L2): extend an indexed orthonormal set to an orthonormal basis [Merged by Bors] - feat(analysis/inner_product_space/pi_L2): extend an indexed orthonormal set to an orthonormal basis Oct 4, 2022
@bors bors bot closed this Oct 4, 2022
Sphere eversion project automation moved this from In progress to Done Oct 4, 2022
@bors bors bot deleted the extend_orthonormal_fixed_index branch October 4, 2022 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-analysis Analysis (normed *, calculus)
Development

Successfully merging this pull request may close these issues.

None yet

4 participants