Commit 2026-09-11 21:15 781030d2
View on Github →chore(CategoryTheory/Limits/Shapes/Products): use to_dual (#43542)
This PR uses to_dual to generate categorical coproducts from products.
- The command
insert_to_dual_translationis added, analogous toinsert_to_additive_translation. This is used to tellto_dualhow to translate a namespace when the namespace doesn't correspond to an existing declaration. - The lemma
Pi.lift_πis renamed toPi.lift_comp_π, to make room for a newsimplemmaPi.lift_πthat was missing and that fits the name better.