Zulip Chat Archive
Stream: Is there code for X?
Topic: pi.single but for multiplicative groups
Joachim Breitner (Feb 01 2022 at 09:03):
There is pi.single with type (i : I) : f i → Π i, f i, but it works with has_zero. Is there an equivalent when working with multiplicative groups? Should I add it? (pi.single1?) Or just use function.update 1 i x in my development?
Johan Commelin (Feb 01 2022 at 09:28):
I think that either of those is fine.
Last updated: May 02 2025 at 03:31 UTC