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] - chore(LinearAlgebra/QuadraticForm): fixups to #10097 #10167

Closed
wants to merge 5 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Feb 1, 2024

I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes LinearMap.linMulLin, as it can be recovered easily via LinearMap.mul.


Open in Gitpod

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.

bors d+

Comment on lines 28 to 34
(R : Type*) {A M N P : Type*}
[CommSemiring R] [CommSemiring A]
[AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P]
[Algebra R A]
[Module R M] [Module R N] [Module R P]
[Module A M] [Module A N] [Module A P]
[IsScalarTower R A M] [IsScalarTower R A N] [IsScalarTower R A P]
Copy link
Member

Choose a reason for hiding this comment

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

Could this share some variables with the rest of the file?

Copy link
Member Author

Choose a reason for hiding this comment

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

I found doing so rather difficult, there are too many typeclasses I don't want earlier in the file, and confusion over linear vs semilinear maps.

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 3, 2024

✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@eric-wieser
Copy link
Member Author

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Feb 7, 2024
mathlib-bors bot pushed a commit that referenced this pull request Feb 7, 2024
I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes `LinearMap.linMulLin`, as it can be recovered easily via `LinearMap.mul`.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 7, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Feb 7, 2024
I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes `LinearMap.linMulLin`, as it can be recovered easily via `LinearMap.mul`.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 7, 2024

Build failed:

  • Build

@eric-wieser
Copy link
Member Author

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Feb 8, 2024
I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes `LinearMap.linMulLin`, as it can be recovered easily via `LinearMap.mul`.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 8, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(LinearAlgebra/QuadraticForm): fixups to #10097 [Merged by Bors] - chore(LinearAlgebra/QuadraticForm): fixups to #10097 Feb 8, 2024
@mathlib-bors mathlib-bors bot closed this Feb 8, 2024
@mathlib-bors mathlib-bors bot deleted the eric-wieser/fixup-quadratic-form branch February 8, 2024 06:06
atarnoam pushed a commit that referenced this pull request Feb 9, 2024
I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes `LinearMap.linMulLin`, as it can be recovered easily via `LinearMap.mul`.
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
I didn't get a chance to review #10097 before it was merged; this contains some minor fixups.

This removes `LinearMap.linMulLin`, as it can be recovered easily via `LinearMap.mul`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants