mathlib3
bddc16a5
- fix(tactic/abel): handle smul on groups (#10587)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
fix(tactic/abel): handle smul on groups (#10587) The issue was that `abel` expects to see only `smulg` used for groups and only `smul` for monoids, but you can also use `smul` on groups so we have to normalize that away. fixes #8456
Author
digama0
Parents
46e9a235
Loading