fix(GroupTheory/Coprod): fix recursor argument name#41930
Conversation
PR summary ec56eae52cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
felixpernegger
left a comment
There was a problem hiding this comment.
i think one could find all of these misnamed induction principles quite easily. Are you considering doing that (or did it already)?
I wrote a metaprogram to do this, but it found very many (3000+) candidates, and I had to go through them all manually. |
Fix the argument names of
Monoid.Coprod.induction_on'andMonoid.Coprod.induction_on. Name the motivemotiveand name the minor premises according to their contents.