Zulip Chat Archive
Stream: lean4
Topic: Can I use Lean 4 to construct operations via groups, ring...
Kaje (May 07 2022 at 12:40):
Can I use Lean4 to construct groups and fields and thus construct addition, subtraction, etc. on them? Basically the way I mean like is: Construct a group with the group axioms, then define operations that are bound to the group and lets you do operations on them.
Henrik Böving (May 07 2022 at 12:43):
Of course you can, docs4#Group to the rescue
Last updated: Dec 20 2023 at 11:08 UTC