Zulip Chat Archive
Stream: general
Topic: right actions by nat on add_comm_monoids
Eric Wieser (Nov 04 2021 at 19:29):
Moving from another thread:
Jakob von Raumer said:
Now for
add_comm_monoidwe'd need a right action ofℕonM, that doesen't seems unnatural either :unamused:
Yury G. Kudryashov said:
Will this create yet another diamond in case
M = nat?
Yury G. Kudryashov said:
Because we already have an action of
opposite natonnat.
Yury G. Kudryashov said:
I wonder if there is a way to deal with these diamonds without adding lots of fields to
monoid.
It does kind of feel like op_nsmul and op_zsmul fields are going to be unavoidable here, doesn't it...
Jakob von Raumer (Nov 04 2021 at 19:50):
Fields to what structure?
Eric Wieser (Nov 04 2021 at 19:50):
add_comm_monoid and add_comm_group
Eric Wieser (Nov 04 2021 at 19:51):
I don't know how we prevent to_additive adding uselesscomm_monoid.op_npow and comm_monoid.op_gpow fields at the same time though
Notification Bot (Nov 04 2021 at 19:54):
This topic was moved here from #maths > ideals in non-comm rings by Eric Wieser
Jakob von Raumer (Nov 04 2021 at 20:05):
Uh... but the other topic was far from being resolved :sweat_smile:
Eric Wieser (Nov 04 2021 at 20:09):
You can still post in that topic; I thought this would just draw more attention to the diamond issue on nat
Last updated: May 02 2025 at 03:31 UTC