Commit 2024-01-08 13:15 33c5d03b
View on Github →chore: New file for lattice ordered groups (#9457)
Split Algebra.Order.LatticeGroup
into two files:
Algebra.Order.Group.Lattice
for general properties of lattice ordered groupsAlgebra.Order.Group.PosPart
for properties of the positive and negative parts Note that the latter also contains properties of the absolute value. These will be moved toAlgebra.Order.Group.Abs
in a later PR. Part of #9411