Zulip Chat Archive
Stream: mathlib4
Topic: Universal Property of Z[p] as a Group
Qi Ge (Mar 11 2024 at 02:41):
Hi all, docs#PadicInt.lift implemented the universal property of Z[p]
as a ring but I need the result for groups. Is there an easy way to go about this?
Qi Ge (Mar 11 2024 at 02:48):
Never mind! I just checked the code and PadicInt.lift
is very modular. Getting a makeshift lift
should be easy!
Adam Topaz (Mar 11 2024 at 02:53):
The functor from the category of commutative rings to the category of abelian groups preserves limits. I’m quite sure we have that in one way or another in the category theory library. So if you can state the assertion the the p-adic ints are a certain limit in the category of commutative rings, using the categorical machinery, then you could use this categorical result to get what you want.
Qi Ge (Mar 11 2024 at 02:58):
Adam Topaz said:
The functor from the category of commutative rings to the category of abelian groups preserves limits. I’m quite sure we have that in one way or another in the category theory library. So if you can state the assertion the the p-adic ints are a certain limit in the category of commutative rings, using the categorical machinery, then you could use this categorical result to get what you want.
I'm worried it can be complicated to get from type theory statement to category theory and then getting back... Is something like this done somewhere I can can reference?
Adam Topaz (Mar 11 2024 at 02:59):
Let’s do it when we meet tomorrow :)
Last updated: May 02 2025 at 03:31 UTC