Zulip Chat Archive
Stream: general
Topic: mul vs map_mul
Johan Commelin (Sep 05 2018 at 10:16):
I noticed that is_group_hom
has a field called mul
, whereas I would expect it to be called map_mul
. Similarly, in that namespace there is a lemma called one
, and I would expect map_one
. Etc...
Can/should these be renamed?
Chris Hughes (Sep 05 2018 at 10:20):
I think yes. Same for linear map, group action etc.
Johan Commelin (Sep 05 2018 at 10:21):
Or maybe I have wrong expectations...
Last updated: Dec 20 2023 at 11:08 UTC