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(linear_algebra/dimension): linear equiv iff eq dim #5559

Closed
wants to merge 9 commits into from

Conversation

adamtopaz
Copy link
Collaborator

@adamtopaz adamtopaz commented Jan 1, 2021

@adamtopaz adamtopaz added the awaiting-review The author would like community review of the PR label Jan 1, 2021
@hrmacbeth
Copy link
Member

hrmacbeth commented Jan 1, 2021

It would be nice to get, also, that equal-findim normed spaces are continuously linearly equivalent. This belongs in analysis.normed_space.finite_dimension and follows from your result by using linear_equiv.to_continuous_linear_equiv. I am totally happy to do this extension myself in a later PR, just mentioning it now in case you're in the mood for another puzzle.

@hrmacbeth hrmacbeth removed their request for review January 1, 2021 19:41
Two finite-dimensional vector spaces are isomorphic if they have the same (finite) dimension.
-/
theorem nonempty_linear_equiv_of_findim_eq [finite_dimensional K V] [finite_dimensional K V₂]
(cond : findim K V = findim K V₂) : nonempty (V ≃ₗ[K] V₂) :=
Copy link
Member

Choose a reason for hiding this comment

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

Can we get dim K V = dim K V₂ from cond using findim_eq_dim, then apply nonempty_linear_equiv_of_dim_eq?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, there are universe issues with this, while V and V_2 can be in different universe levels.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The point is that dim K V = dim K W only makes sense when V and W are in the same universe.

Copy link
Member

Choose a reason for hiding this comment

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

I added lift_dim_eq versions to the dim lemmas, and used them to golf the findim lemmas.

Copy link
Collaborator

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

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

Thank you for filling in this very basic hole!

@sgouezel
Copy link
Collaborator

sgouezel commented Jan 2, 2021

bors r+

@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 Jan 2, 2021
bors bot pushed a commit that referenced this pull request Jan 2, 2021
@bors
Copy link

bors bot commented Jan 2, 2021

Pull request successfully merged into master.

Build succeeded!

And happy new year! 🎉

@bors bors bot changed the title feat(linear_algebra/dimension): linear equiv iff eq dim [Merged by Bors] - feat(linear_algebra/dimension): linear equiv iff eq dim Jan 2, 2021
@bors bors bot closed this Jan 2, 2021
@bors bors bot deleted the lin_equiv_of_basis_equiv branch January 2, 2021 13:30
bors bot pushed a commit that referenced this pull request Jan 4, 2021
…ed finite-dimensionality lemmas (#5580)

Two groups of lemmas about finite-dimensional normed spaces:
- normed spaces of the same finite dimension are continuously linearly equivalent (this is a continuation of #5559)
- variations on the existing lemma `submodule.findim_add_inf_findim_orthogonal`, that the dimensions of a subspace and its orthogonal complement sum to the dimension of the full space.
pglutz pushed a commit that referenced this pull request Jan 6, 2021
pglutz pushed a commit that referenced this pull request Jan 6, 2021
…ed finite-dimensionality lemmas (#5580)

Two groups of lemmas about finite-dimensional normed spaces:
- normed spaces of the same finite dimension are continuously linearly equivalent (this is a continuation of #5559)
- variations on the existing lemma `submodule.findim_add_inf_findim_orthogonal`, that the dimensions of a subspace and its orthogonal complement sum to the dimension of the full space.
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+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants