Commit 2023-10-16 13:44 e3644b2c

View on Github →

feat: add a Module.Finite instance for units of number field (#7412) Add the following instance

instance : Module.Finite ℤ (Additive (𝓞 K)ˣ) 

To prove this instance, it is helpful to add some rfl lemmas about Additive and AddMonoidHom.toIntLinearMap This PR also fixes a couple of typo in the docstring

Estimated changes