Zulip Chat Archive

Stream: mathlib4

Topic: coe_fn vs CoeFun


Winston Yin (Dec 06 2022 at 22:38):

There are a few lemmas in Logic.Equiv.Defs that refer to coe_fn. Should we rename them to CoeFun? For example, coe_fn_injective -> coeFun_injective.

Gabriel Ebner (Dec 06 2022 at 22:57):

I believe the function symbol here is FunLike.coe, so it should be coe_injective.

Gabriel Ebner (Dec 06 2022 at 22:57):

But maybe we should rename FunLike.coe (or use a different definition for the result of the coercion).


Last updated: Dec 20 2023 at 11:08 UTC