Commit 2022-10-06 07:37 54619e05
View on Github →feat(algebra/{hom,ring}): extra coercion lemmas for {mul,add,ring}_equiv (#16725)
This PR adds more lemmas for the coercion of refl and trans of {mul,add,ring}_equiv to other types of maps. In particular, it ensures these types come with:
coe_{type}_reflandcoe_{type}_transwheretyperanges over the types of bundled maps that the equivs inherit fromself_trans_symmandsymm_trans_selfcoe_transOf course, it would be great if we figured out some generic way of stating all these results so we wouldn't have to go through and add all these lemmas.