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] - fix(LinearAlgebra/{Free,Tensor,Clifford}Algebra): remove an unused SMulCommClass argument #8373

Closed
wants to merge 1 commit into from

Conversation

eric-wieser
Copy link
Member

SMulCommClass R S A is always true when Algebra R A and Algebra S A and A is commutative, since the two actions factor via multiplication in A. I don't think mathlib actually knows this fact yet, but in this particular case it's also true by definition.


Open in Gitpod

`SMulCommClass R S A` is always true when `Algebra R A` and `Algebra S A` and `A` is commutative, since the two actions factor via multiplication in `A`.
I don't think mathlib actualy knows this fact yet, but in this particular case it's also true by definition.
@eric-wieser eric-wieser changed the title fix: remove an unused argument fix(LinearAlgebra/{Free,Tensor,Clifford}Algebra): remove an unused SMulCommClass argument Nov 12, 2023
@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. t-algebra Algebra (groups, rings, fields etc) labels Nov 12, 2023
@semorrison
Copy link
Contributor

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Nov 12, 2023
mathlib-bors bot pushed a commit that referenced this pull request Nov 12, 2023
…MulCommClass` argument (#8373)

`SMulCommClass R S A` is always true when `Algebra R A` and `Algebra S A` and `A` is commutative, since the two actions factor via multiplication in `A`. I don't think mathlib actually knows this fact yet, but in this particular case it's also true by definition.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Nov 13, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title fix(LinearAlgebra/{Free,Tensor,Clifford}Algebra): remove an unused SMulCommClass argument [Merged by Bors] - fix(LinearAlgebra/{Free,Tensor,Clifford}Algebra): remove an unused SMulCommClass argument Nov 13, 2023
@mathlib-bors mathlib-bors bot closed this Nov 13, 2023
@mathlib-bors mathlib-bors bot deleted the eric-wieser/unused-argument branch November 13, 2023 00:19
alexkeizer pushed a commit that referenced this pull request Nov 17, 2023
…MulCommClass` argument (#8373)

`SMulCommClass R S A` is always true when `Algebra R A` and `Algebra S A` and `A` is commutative, since the two actions factor via multiplication in `A`. I don't think mathlib actually knows this fact yet, but in this particular case it's also true by definition.
alexkeizer pushed a commit that referenced this pull request Nov 21, 2023
…MulCommClass` argument (#8373)

`SMulCommClass R S A` is always true when `Algebra R A` and `Algebra S A` and `A` is commutative, since the two actions factor via multiplication in `A`. I don't think mathlib actually knows this fact yet, but in this particular case it's also true by definition.
grunweg pushed a commit that referenced this pull request Dec 15, 2023
…MulCommClass` argument (#8373)

`SMulCommClass R S A` is always true when `Algebra R A` and `Algebra S A` and `A` is commutative, since the two actions factor via multiplication in `A`. I don't think mathlib actually knows this fact yet, but in this particular case it's also true by definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants