Commit 2024-04-30 09:33 35a84817
View on Github →chore(NumberField/Units): split into two files (#12509)
This PR splits the file NumberField/Units.lean
into two files placed into a new folder NumberField/Units
:
Units/Basic.lean
contains the basic definitions and results about the unit group and its torsion subgroup,Units/DirichletTheorem.lean
contains the proof of Dirichlet unit theorem and results about the structure of the unit group and its rank.