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/normed_space/banach): a range with closed complement is itself closed #6972

Closed
wants to merge 5 commits into from

Conversation

sgouezel
Copy link
Collaborator

If the range of a continuous linear map has a closed complement, then it is itself closed. For instance, the range can not be a dense hyperplane. We prove it when, additionally, the map has trivial kernel. The general case will follow from this particular case once we have quotients of normed spaces, which are currently only in Lean Liquid.

Along the way, we fill several small gaps in the API of continuous linear maps.

@sgouezel sgouezel added the awaiting-review The author would like community review of the PR label Apr 2, 2021
ker (f.coprod g) = (ker f).prod (ker g) :=
begin
ext x,
rcases x with ⟨y, z⟩,
Copy link
Member

Choose a reason for hiding this comment

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

AFAIR, you can use ext ⟨y, z⟩. Also, one of the inequalities hold without hd. Could you please add it as a separate lemma?

@urkud
Copy link
Member

urkud commented Apr 3, 2021

Otherwise LGTM
bors d+

@bors
Copy link

bors bot commented Apr 3, 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.

@bryangingechen bryangingechen 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 Apr 3, 2021
@bryangingechen
Copy link
Collaborator

@sgouezel ping?

@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 Apr 10, 2021
bors bot pushed a commit that referenced this pull request Apr 10, 2021
… itself closed (#6972)

If the range of a continuous linear map has a closed complement, then it is itself closed. For instance, the range can not be a dense hyperplane. We prove it when, additionally, the map has trivial kernel. The general case will follow from this particular case once we have quotients of normed spaces, which are currently only in Lean Liquid.

Along the way, we fill several small gaps in the API of continuous linear maps.
@bors
Copy link

bors bot commented Apr 10, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/normed_space/banach): a range with closed complement is itself closed [Merged by Bors] - feat(analysis/normed_space/banach): a range with closed complement is itself closed Apr 10, 2021
@bors bors bot closed this Apr 10, 2021
@bors bors bot deleted the closed_image branch April 10, 2021 10:20
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