-
Notifications
You must be signed in to change notification settings - Fork 381
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(Algebra/Polynomial/Div): rename mul_div_mod_by_monic_cancel_left
to mul_divByMonic_cancel_left
#14280
Conversation
PR summary c001bdbaf4Import changesNo significant changes to the import graph Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
Can you add a deprecated alias to the old lemma name? I think if you start typing |
Done, thanks. |
Thanks! bors merge |
…ft` to `mul_divByMonic_cancel_left` (#14280) Rename `mul_div_mod_by_monic_cancel_left` to fit naming conventions and make the theorem easier to find.
Pull request successfully merged into master. Build succeeded: |
mul_div_mod_by_monic_cancel_left
to mul_divByMonic_cancel_left
mul_div_mod_by_monic_cancel_left
to mul_divByMonic_cancel_left
…ft` to `mul_divByMonic_cancel_left` (#14280) Rename `mul_div_mod_by_monic_cancel_left` to fit naming conventions and make the theorem easier to find.
Rename
mul_div_mod_by_monic_cancel_left
to fit naming conventions and make the theorem easier to find.