Zulip Chat Archive
Stream: Is there code for X?
Topic: bilinear
Patrick Massot (Jul 23 2021 at 11:25):
Do we have the analogue of docs#linear_map.mk₂ for add_monoid_hom
?
Eric Wieser (Jul 23 2021 at 12:01):
(linear_map.mk₂ ℕ _ _ _ _ _).to_add_monoid_hom
, but that's probably very awkward
Edit: that doesn't even work
Eric Wieser (Jul 23 2021 at 12:02):
If we did it would be near here: https://leanprover-community.github.io/mathlib_docs/algebra/group/hom_instances.html#morphisms-of-morphisms
Last updated: Dec 20 2023 at 11:08 UTC