Commit 2024-04-21 16:33 01ce6da3

View on Github →

chore: Rename a few lemmas about Pi.mulSingle (#12317) Before this PR, the MonoidHom version of Pi.mulSingle was called MonoidHom.single for brevity; but this is confusing when contrasted with MulHom.single which is about Pi.single. After this PR, the name is MonoidHom.mulSingle. Also fix the name of Pi.single_div since it is about Pi.mulSingle (and we don't have the lemma that would be called Pi.single_div).

Estimated changes