Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(algebra/invertible): map_inv_of and some other basic results #16202

Closed
wants to merge 5 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Aug 22, 2022

The titular lemma states that under suitable conditions, f (⅟r) = ⅟(f r).

This also provides some lemmas about left inverses, which are motivated primarily by proving is_unit (algebra_map R (exterior_algebra R M) r) ↔ is_unit r.


Open in Gitpod

@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR t-algebra Algebra (groups, rings, fields etc) labels Aug 22, 2022
The titular lemma states that under suitable conditions, `f (⅟r) = ⅟(f r)`.
@eric-wieser eric-wieser force-pushed the eric-wieser/invertible-left_inverse branch from b964494 to f9838f4 Compare August 22, 2022 20:16
@eric-wieser eric-wieser force-pushed the eric-wieser/invertible-left_inverse branch from ae67c62 to 4452783 Compare August 22, 2022 20:32
@eric-wieser eric-wieser force-pushed the eric-wieser/invertible-left_inverse branch from 4452783 to c7c32dc Compare August 22, 2022 20:36
Comment on lines 156 to 157
@[simps?]
def invertible_algebra_map_equiv (r : R) :
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@[simps?]
def invertible_algebra_map_equiv (r : R) :
@[simps] def invertible_algebra_map_equiv (r : R) :

@urkud urkud added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Aug 24, 2022
eric-wieser and others added 2 commits August 24, 2022 07:40
Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Aug 24, 2022
@urkud
Copy link
Member

urkud commented Aug 31, 2022

Thanks! 🎉
bors merge

@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 Aug 31, 2022
bors bot pushed a commit that referenced this pull request Aug 31, 2022
…16202)

The titular lemma states that under suitable conditions, `f (⅟r) = ⅟(f r)`.

This also provides some lemmas about left inverses, which are motivated primarily by proving `is_unit (algebra_map R (exterior_algebra R M) r) ↔ is_unit r`.
@bors
Copy link

bors bot commented Aug 31, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(algebra/invertible): map_inv_of and some other basic results [Merged by Bors] - feat(algebra/invertible): map_inv_of and some other basic results Aug 31, 2022
@bors bors bot closed this Aug 31, 2022
@bors bors bot deleted the eric-wieser/invertible-left_inverse branch August 31, 2022 17:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants