Zulip Chat Archive

Stream: Is there code for X?

Topic: is_localization.mk'_pow


Nikolas Kuhn (Jul 15 2022 at 15:45):

Do we have something like this for localization of algebras? docs#ring_theory.localization.basic
lemma is_localization.mk'_pow : is_localization.mk' 1 (m^k) = (is_localization.mk' 1 m) ^ k.
Or alternatively, can one get some statement that mk' here is a monoid homomorphism?

I feel like I've seen this before, but couldn't find it anymore...

Andrew Yang (Jul 15 2022 at 15:47):

docs#is_localization.to_inv_submonoid should be close.


Last updated: Dec 20 2023 at 11:08 UTC