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/quadratic_form): associated bilinear form over noncommutative rings #6585

Closed
wants to merge 12 commits into from

Conversation

hrmacbeth
Copy link
Member

@hrmacbeth hrmacbeth commented Mar 8, 2021

The associated bilinear form to a quadratic form is currently constructed for commutative rings, but nearly the same construction works without a commutativity hypothesis (the only part that fails is that the operation of performing the construction is now an add_monoid_hom rather than a linear_map. I provide this construction, naming it associated'.

Needed for #5814 (not exactly a dependency since we can merge a non-optimal version of that PR before this one is merged).


The discussion in the comments moved to
https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/.236585

@hrmacbeth hrmacbeth added the awaiting-review The author would like community review of the PR label Mar 8, 2021
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@github-actions github-actions bot added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Mar 11, 2021
@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Mar 11, 2021
@semorrison
Copy link
Collaborator

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 Mar 15, 2021
bors bot pushed a commit that referenced this pull request Mar 15, 2021
…ncommutative rings (#6585)

The `associated` bilinear form to a quadratic form is currently constructed for commutative rings, but nearly the same construction works without a commutativity hypothesis (the only part that fails is that the operation of performing the construction is now an `add_monoid_hom` rather than a `linear_map`.  I provide this construction, naming it `associated'`.

Needed for #5814 (not exactly a dependency since we can merge a non-optimal version of that PR before this one is merged).



Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@bors
Copy link

bors bot commented Mar 15, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(linear_algebra/quadratic_form): associated bilinear form over noncommutative rings [Merged by Bors] - feat(linear_algebra/quadratic_form): associated bilinear form over noncommutative rings Mar 15, 2021
@bors bors bot closed this Mar 15, 2021
@bors bors bot deleted the quadratic_form_comm_ring branch March 15, 2021 12:40
b-mehta pushed a commit that referenced this pull request Apr 2, 2021
…ncommutative rings (#6585)

The `associated` bilinear form to a quadratic form is currently constructed for commutative rings, but nearly the same construction works without a commutativity hypothesis (the only part that fails is that the operation of performing the construction is now an `add_monoid_hom` rather than a `linear_map`.  I provide this construction, naming it `associated'`.

Needed for #5814 (not exactly a dependency since we can merge a non-optimal version of that PR before this one is merged).



Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
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

4 participants